/home/desid573/cpmove_failed_mysql_dbs.1787413258
NameSizeModeActions
exmawjn/-0755rm
hjfltmn/-0755rm
iycwuxz/-0755rm
pioxjd1/-0755rm
desid573_1410_inventory.create15320600editdlrm
desid573_1410_inventory.sql131010644editdlrm
desid573_ample.create14960600editdlrm
desid573_ample.sql234990644editdlrm
desid573_angel_drivers.create15280600editdlrm
desid573_angel_drivers.sql460290644editdlrm
desid573_eway_codes.create15160600editdlrm
desid573_eway_codes.sql2800568410644editdlrm
desid573_famcab_api.create15160600editdlrm
desid573_famcab_api.sql70993730644editdlrm
desid573_familycab.create15120600editdlrm
desid573_familycab.sql322552360644editdlrm
desid573_gcdriver.create15080600editdlrm
desid573_gcdriver.sql334980644editdlrm
desid573_ims.create14880600editdlrm
desid573_ims.sql139280644editdlrm
desid573_inquiries.create15120600editdlrm
desid573_inquiries.sql50947490644editdlrm
desid573_magic.create14960600editdlrm
desid573_magic.sql855680644editdlrm
desid573_magic_site.create15160600editdlrm
desid573_magic_site.sql14420644editdlrm
desid573_new_pro_api.create15200600editdlrm
desid573_new_pro_api.sql27099950644editdlrm
desid573_oldvine.create15040600editdlrm
desid573_oldvine.sql181410644editdlrm
desid573_phewl.create14960600editdlrm
desid573_phewl.sql539850644editdlrm
desid573_tollster.create15080600editdlrm
desid573_tollster.sql12210970644editdlrm
desid573_wp38.create14920600editdlrm
desid573_wp38.sql9122310644editdlrm
desid573_wp172.create14960600editdlrm
desid573_wp172.sql1759120644editdlrm
desid573_wp255.create15000600editdlrm
desid573_wp255.sql3145010644editdlrm
desid573_wp676.create15000600editdlrm
desid573_wp676.sql120671790644editdlrm
desid573_wp_0a5zc.create15080600editdlrm
desid573_wp_0a5zc.sql1235380644editdlrm
desid573_wp_new.create15000600editdlrm
desid573_wp_new.sql78107280644editdlrm
openfileslimit50600editdlrm
wp-cron-darb.php16590644editdlrm
Edit: /home/desid573/cpmove_failed_mysql_dbs.1787413258/desid573_wp38.sql (912231B)
-- MySQL dump 10.13 Distrib 8.4.9, for Linux (x86_64) -- -- Host: localhost Database: desid573_wp38 -- ------------------------------------------------------ -- Server version 8.4.9-cll-lve /*!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 */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Current Database: `desid573_wp38` -- -- -- Table structure for table `wpy8_commentmeta` -- DROP TABLE IF EXISTS `wpy8_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_commentmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_commentmeta` -- LOCK TABLES `wpy8_commentmeta` WRITE; /*!40000 ALTER TABLE `wpy8_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpy8_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_comments` -- DROP TABLE IF EXISTS `wpy8_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_comments` ( `comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint unsigned NOT NULL DEFAULT '0', `user_id` bigint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_comments` -- LOCK TABLES `wpy8_comments` WRITE; /*!40000 ALTER TABLE `wpy8_comments` DISABLE KEYS */; INSERT INTO `wpy8_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2020-06-27 07:22:53','2020-06-27 07:22:53','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.',0,'1','','comment',0,0),(2,1,'Charlesjed','charlessdjs@gmail.com','https://0daymusic.org','181.214.206.25','2023-09-15 19:16:53','2023-09-15 11:16:53','Hello, \r\n \r\nExclusive promo quality music for VIP DJ\'s https://0daymusic.org \r\nMP3/FLAC, Label, LIVESETS, Music Videos. \r\n \r\nPromo Music DJs',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36','comment',0,0),(3,1,'pubg moile uc','jonah.ward@gmail.com','https://www.pinshop.com.tr/game/pubg-mobile/pubg-mobile-uc','175.110.113.160','2024-01-11 18:36:00','2024-01-11 10:36:00','Thanks for thr great article!',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0','comment',0,0),(4,1,'uc satın al','james.perry@gmail.com','https://www.pinshop.com.tr/game/pubg-mobile/pubg-mobile-uc','175.110.113.160','2024-04-04 14:41:04','2024-04-04 06:41:04','It is very comforting to see that others are suffering from the same problem as you, wow!',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0','comment',0,0),(5,1,'Albertdgdgfesolo','vfssffssdfdsffffddd@gmail.com','https://intznak.site/goroskop/xrumer/1/','5.79.201.138','2024-11-19 16:33:14','2024-11-19 08:33:14','This horoscope prediction is still a top secret! Blind clairvoyant Saint Sergius from Ternopil, Ukraine - decided that his gift should not be wasted, so he remotely helps everyone anyone who wants it. People live in different parts of the country and the world, and not always they have the opportunity to visit the clairvoyant in person. Saint Sergius only needs a small amount of information to read to read your destiny imprint and give you a diagnostic session. It\'s completely free of charge! \r\nIt is impossible to discuss horoscope with friends and relatives, because so YOU change the true the course of things, violating your destined path. \r\n \r\n \r\nGet horoscope on our website! Click on link - https://intznak.site/goroskop/xrumer/1/ \r\nGet horoscope on our website! Click on link - https://intznak.site/goroskop/xrumer/1/ \r\nGet help',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36','comment',0,0),(6,1,'Albertdgdgfesolo','vfssffssdfdsffffddd@gmail.com','https://intznak.site/goroskop/xrumer/1/','5.79.201.138','2024-11-19 17:36:50','2024-11-19 09:36:50','This horoscope prediction is still a top secret! Blind clairvoyant Saint Sergius from Ternopil, Ukraine - decided that his gift should not be wasted, so he remotely helps everyone anyone who wants it. People live in different parts of the country and the world, and not always they have the opportunity to visit the clairvoyant in person. Saint Sergius only needs a small amount of information to read to read your destiny imprint and give you a diagnostic session. It\'s completely free of charge! \r\nIt is impossible to discuss horoscope with friends and relatives, because so YOU change the true the course of things, violating your destined path. \r\n \r\n \r\nGet horoscope on our website! Click on link - https://intznak.site/goroskop/xrumer/1/ \r\nGet horoscope on our website! Click on link - https://intznak.site/goroskop/xrumer/1/ \r\nGet help',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','comment',0,0),(7,1,'PhillipdgfdgfPat','ffgdfdffdgdgfdfgdgfdfg@gmail.com','https://intznak.site/goroskop/xrumer/1/','5.79.212.230','2024-12-15 01:29:21','2024-12-14 17:29:21','Данный гороскоп-предсказание до сих пор находится в строжайшем секрете! Слепой Ясновидящий Святой Сергий решил, что его дар не должен пропадать зря, поэтому он удаленно помогает каждому \r\nжелающему. Люди проживают в разных уголках страны и мира, и не всегда у них есть возможность \r\nпосетить ясновидящего лично. Святому Сергию достаточно небольшого количества информации, чтобы \r\nпрочитать Ваш отпечаток судьбы и провести диагностический сеанс помощи. Он совершенно \r\nбесплатный! Обсуждать гороскоп нельзя с друзьями и близкими, ведь так ВЫ меняете истинный \r\nход вещей, нарушая предначертанный ВАМ путь. \r\n \r\n \r\nПолучите гороскоп на нашем сайте! Кликайте - https://intznak.site/goroskop/xrumer/1/ \r\nПолучите гороскоп на нашем сайте! Кликайте - https://intznak.site/goroskop/xrumer/1/ \r\nGet help',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','comment',0,0),(8,10,'pk111game','admin@pk111game.net','https://pk111game.net','156.245.246.16','2026-01-31 01:41:44','2026-01-30 17:41:44','Been playing pk111game recently, enjoying it so far, simple fun gameplay. Plus withdrawals have been fine pk111game',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0','comment',0,0),(9,10,'phcardtime','admin@phcardtime.com','https://phcardtime.com','69.165.72.143','2026-08-14 22:01:43','2026-08-14 14:01:43','I stumbled upon this platform during a busy workday and immediately loved how fast and reliable it feels compared to other options I have tried. The card and instant payment features work perfectly on mobile and I never have to wait ages just to check my balance. It is rare to find a site that balances entertainment with genuine convenience this well and I am officially a loyal member now. phcardtime',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1','comment',0,0); /*!40000 ALTER TABLE `wpy8_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_links` -- DROP TABLE IF EXISTS `wpy8_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_links` ( `link_id` bigint unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint unsigned NOT NULL DEFAULT '1', `link_rating` int NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_links` -- LOCK TABLES `wpy8_links` WRITE; /*!40000 ALTER TABLE `wpy8_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpy8_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_options` -- DROP TABLE IF EXISTS `wpy8_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_options` ( `option_id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=34548 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_options` -- LOCK TABLES `wpy8_options` WRITE; /*!40000 ALTER TABLE `wpy8_options` DISABLE KEYS */; INSERT INTO `wpy8_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'siteurl','https://new.perthdesignateddrivers.com.au','yes'),(2,'home','https://new.perthdesignateddrivers.com.au','yes'),(3,'blogname','Perth Designated Drivers','yes'),(4,'blogdescription','You and Your Car Home Safe','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','lewis@perthdesignateddrivers.com.au','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:98:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";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:39:\"index.php?&page_id=44&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:2:{i:0;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:1;s:35:\"visualcomposer/plugin-wordpress.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','https://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','8','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','twentytwenty','yes'),(41,'stylesheet','twentytwenty','yes'),(442,'finished_updating_comment_type','1','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','61833','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','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'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','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','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','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:2;a:4:{s:5:\"title\";s:15:\"About This Site\";s:4:\"text\";s:85:\"This may be a good place to introduce yourself and your site or include some credits.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:7:\"Find Us\";s:4:\"text\";s:168:\"Address\n123 Main Street\nNew York, NY 10001\n\nHours\nMonday–Friday: 9:00AM–5:00PM\nSaturday & Sunday: 11:00AM–3:00PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','47','yes'),(84,'page_on_front','44','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1608794573','yes'),(94,'initial_db_version','47018','yes'),(95,'wpy8_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:75:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"read_vcv_templates\";b:1;s:18:\"edit_vcv_templates\";b:1;s:20:\"delete_vcv_templates\";b:1;s:19:\"edit_vcv_templatess\";b:1;s:21:\"delete_vcv_templatess\";b:1;s:31:\"delete_published_vcv_templatess\";b:1;s:22:\"publish_vcv_templatess\";b:1;s:29:\"edit_published_vcv_templatess\";b:1;s:27:\"read_private_vcv_templatess\";b:1;s:27:\"edit_private_vcv_templatess\";b:1;s:29:\"delete_private_vcv_templatess\";b:1;s:28:\"delete_others_vcv_templatess\";b:1;s:26:\"edit_others_vcv_templatess\";b:1;s:21:\"create_vcv_templatess\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:48:{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:18:\"read_vcv_templates\";b:1;s:18:\"edit_vcv_templates\";b:1;s:20:\"delete_vcv_templates\";b:1;s:19:\"edit_vcv_templatess\";b:1;s:21:\"delete_vcv_templatess\";b:1;s:31:\"delete_published_vcv_templatess\";b:1;s:22:\"publish_vcv_templatess\";b:1;s:29:\"edit_published_vcv_templatess\";b:1;s:27:\"read_private_vcv_templatess\";b:1;s:27:\"edit_private_vcv_templatess\";b:1;s:29:\"delete_private_vcv_templatess\";b:1;s:28:\"delete_others_vcv_templatess\";b:1;s:26:\"edit_others_vcv_templatess\";b:1;s:21:\"create_vcv_templatess\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:18:{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:18:\"read_vcv_templates\";b:1;s:18:\"edit_vcv_templates\";b:1;s:20:\"delete_vcv_templates\";b:1;s:19:\"edit_vcv_templatess\";b:1;s:21:\"delete_vcv_templatess\";b:1;s:31:\"delete_published_vcv_templatess\";b:1;s:22:\"publish_vcv_templatess\";b:1;s:29:\"edit_published_vcv_templatess\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:10:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:18:\"read_vcv_templates\";b:1;s:18:\"edit_vcv_templates\";b:1;s:20:\"delete_vcv_templates\";b:1;s:19:\"edit_vcv_templatess\";b:1;s:21:\"delete_vcv_templatess\";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'),(96,'fresh_site','0','off'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'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'),(99,'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'),(100,'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'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-3\";}s:13:\"array_version\";i:3;}','yes'),(234,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','off'),(103,'cron','a:8:{i:1787416155;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:1787419561;a:1:{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;}}}i:1787426573;a:2:{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:1787436318;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1787469773;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1787474193;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: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:1787722187;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'recovery_keys','a:0:{}','off'),(114,'theme_mods_twentytwenty','a:5:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:3;s:8:\"expanded\";i:4;s:6:\"social\";i:5;}s:16:\"background_color\";s:6:\"ffffff\";s:30:\"header_footer_background_color\";s:7:\"#000000\";s:24:\"accent_accessible_colors\";a:2:{s:7:\"content\";a:5:{s:4:\"text\";s:7:\"#000000\";s:6:\"accent\";s:7:\"#e22658\";s:10:\"background\";s:7:\"#ffffff\";s:7:\"borders\";s:7:\"#dbdbdb\";s:9:\"secondary\";s:7:\"#6d6d6d\";}s:13:\"header-footer\";a:5:{s:4:\"text\";s:7:\"#ffffff\";s:6:\"accent\";s:7:\"#d9305d\";s:10:\"background\";s:7:\"#000000\";s:7:\"borders\";s:7:\"#262626\";s:9:\"secondary\";s:7:\"#7c7c7c\";}}}','yes'),(136,'WPLANG','','yes'),(137,'new_admin_email','lewis@perthdesignateddrivers.com.au','yes'),(140,'category_children','a:0:{}','yes'),(145,'rlrsssl_options','a:16:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:0;s:25:\"ssl_success_message_shown\";b:0;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"3.3.4\";s:5:\"debug\";b:0;s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:0;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:21:\"dismiss_review_notice\";b:0;}','yes'),(443,'db_upgraded','','on'),(439,'disallowed_keys','','no'),(440,'comment_previously_approved','1','yes'),(441,'auto_plugin_theme_update_emails','a:0:{}','no'),(1455,'https_detection_errors','a:0:{}','off'),(131,'recently_activated','a:1:{s:39:\"cms2cms-connector/cms2cms-connector.php\";i:1593248987;}','off'),(155,'rsssl_activation_timestamp','1593420821','yes'),(191,'_transient_health-check-site-status-result','{\"good\":20,\"recommended\":5,\"critical\":1}','yes'),(2723,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16636,'wp_attachment_pages_enabled','1','yes'),(5919,'wp_force_deactivated_plugins','a:0:{}','off'),(20558,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"80c1320860602d472935561858886785\";s:6:\"blocks\";a:7:{s:32:\"0368537a03d4b05ed11f802c802c5153\";s:0:\"\";s:32:\"500888137eafa12a508de2c588d9ffdd\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"a6036e6eb2ad2df7ed8860b807868647\";s:0:\"\";s:32:\"3b46efc0a10c1dae38f584ad199c3544\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:32:\"ab4df16c9e454bfed8a404309545590d\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:32:\"68ec5cad52d993402775a7503ba9efb7\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:32:\"b8b4aa19e69b9b2de0f5c27097467bd6\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(10134,'user_count','1','no'),(758,'auto_update_core_dev','enabled','yes'),(759,'auto_update_core_minor','enabled','yes'),(760,'auto_update_core_major','unset','yes'),(512,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:35:\"lewis@perthdesignateddrivers.com.au\";s:7:\"version\";s:5:\"7.0.4\";s:9:\"timestamp\";i:1786548971;}','off'),(275,'vcv-system:migration:CustomTemplatesUpdate24Migration','1','yes'),(266,'vcv-settings-gutenberg-editor-enabled','1','yes'),(267,'_transient_vcv-28.0lastSystemCheck','1593507183','yes'),(289,'_transient_vcv-28.0admin:notices','a:0:{}','yes'),(290,'secret_key','|u)+!416Mkw!vP:w&lUZJ25Co&e{?Q*snF5Fl&1bW<2ourlo8|6]?rwO[cd W-M^','no'),(270,'vcv-hubTeaserElements','a:15:{s:12:\"All Elements\";a:4:{s:2:\"id\";s:12:\"AllElements0\";s:5:\"index\";i:0;s:5:\"title\";s:12:\"All Elements\";s:8:\"elements\";a:202:{i:0;a:8:{s:3:\"tag\";s:11:\"heroSection\";s:4:\"name\";s:12:\"Hero Section\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/heroSection.1614003390.thumbnail-hero-section.jpg\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/heroSection.1614003390.preview-hero-section.jpg\";s:15:\"metaDescription\";s:111:\"Hero section with image background and \'Call to Action\' message with a switchable button and position controls.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:1;a:8:{s:3:\"tag\";s:9:\"faqToggle\";s:4:\"name\";s:10:\"Faq Toggle\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/faqToggle.1609161471.faq-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/faqToggle.1609161471.faq-preview.png\";s:15:\"metaDescription\";s:108:\"Toggle element for frequently added questions (Faq) or similar structure for display of content per request.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:2;a:8:{s:3:\"tag\";s:13:\"tabsWithSlide\";s:4:\"name\";s:15:\"Tabs with Slide\";s:16:\"metaThumbnailUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/tabsWithSlide.1673944677.tabs-with-slide-thumbnail.png\";s:14:\"metaPreviewUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/tabsWithSlide.1673944677.tabs-with-slide-preview.png\";s:15:\"metaDescription\";s:60:\"Add tab element with slide animation to divide your content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:7:\"section\";s:4:\"name\";s:7:\"Section\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/section.1683793741.thumbnail-section.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/section.1683793741.preview-section.jpg\";s:15:\"metaDescription\";s:103:\"Section is an optional root element which can be used to group rows in order to apply joint background.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:8:\"3dButton\";s:4:\"name\";s:9:\"3D Button\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/3dButton.1747296715.thumbnail-3d-button.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/3dButton.1747296715.preview-3d-button.png\";s:15:\"metaDescription\";s:75:\"A 3D style button with the ability to control a hover and animation states.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:18:\"animatedIconButton\";s:4:\"name\";s:20:\"Animated Icon Button\";s:16:\"metaThumbnailUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedIconButton.1683793838.thumbnail-animated-icon-button.png\";s:14:\"metaPreviewUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedIconButton.1683793838.preview-animated-icon-button.png\";s:15:\"metaDescription\";s:70:\"An icon button with animation effect and button text display on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:21:\"animatedOutlineButton\";s:4:\"name\";s:23:\"Animated Outline Button\";s:16:\"metaThumbnailUrl\";s:118:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedOutlineButton.1683793835.thumbnail-animated-outline-button.png\";s:14:\"metaPreviewUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedOutlineButton.1683793835.preview-animated-outline-button.png\";s:15:\"metaDescription\";s:70:\"Outline button with an animation effect that wraps around button text.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:20:\"animatedShadowButton\";s:4:\"name\";s:22:\"Animated Shadow Button\";s:16:\"metaThumbnailUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedShadowButton.1683793835.thumbnail-animated-shadow-button.png\";s:14:\"metaPreviewUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedShadowButton.1683793835.preview-animated-shadow-button.png\";s:15:\"metaDescription\";s:51:\"A button with centered shadow effect and animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:22:\"animatedTwoColorButton\";s:4:\"name\";s:25:\"Animated Two Color Button\";s:16:\"metaThumbnailUrl\";s:121:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedTwoColorButton.1683793834.thumbnail-animated-two-color-button.png\";s:14:\"metaPreviewUrl\";s:119:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedTwoColorButton.1683793834.preview-animated-two-color-button.png\";s:15:\"metaDescription\";s:74:\"A modern animated button with two color intersection and smooth animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:15:\"basicButtonIcon\";s:4:\"name\";s:17:\"Basic Button Icon\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicButtonIcon.1683793833.thumbnail-basic-button-icon.jpg\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicButtonIcon.1683793833.preview-basic-button-icon.jpg\";s:15:\"metaDescription\";s:77:\"Flat style button with an icon and slide effect to catch visitor\'s attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:17:\"borderHoverButton\";s:4:\"name\";s:19:\"Border Hover Button\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/borderHoverButton.1683793828.thumbnail-border-hover-button.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/borderHoverButton.1683793828.preview-border-hover-button.png\";s:15:\"metaDescription\";s:80:\"Button with border accent as a hover effect and ability to control border color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:15:\"doubleSeparator\";s:4:\"name\";s:16:\"Double Separator\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleSeparator.1683793809.double-separator-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleSeparator.1683793809.double-separator-preview.jpg\";s:15:\"metaDescription\";s:76:\"Double line separator with different line length - calculated automatically.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:12:\"facebookLike\";s:4:\"name\";s:13:\"Facebook Like\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookLike.1609161473.facebook-like-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookLike.1609161473.facebook-like-preview.jpg\";s:15:\"metaDescription\";s:89:\"Add Facebook Like button to your WordPress website for quick content sharing on Facebook.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:13;a:8:{s:3:\"tag\";s:7:\"feature\";s:4:\"name\";s:7:\"Feature\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/feature.1610443992.thumbnail-feature.jpg\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/feature.1610443992.preview-feature.jpg\";s:15:\"metaDescription\";s:114:\"Feature element with an icon, title and description. Icon element contains controls for various background shapes.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:14;a:8:{s:3:\"tag\";s:18:\"featureDescription\";s:4:\"name\";s:19:\"Feature Description\";s:16:\"metaThumbnailUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featureDescription.1614003387.thumbnail-feature-description.png\";s:14:\"metaPreviewUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featureDescription.1614003387.preview-feature-description.png\";s:15:\"metaDescription\";s:77:\"Feature element with image and call to action button for further information.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:15;a:8:{s:3:\"tag\";s:14:\"featureSection\";s:4:\"name\";s:15:\"Feature Section\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featureSection.1614003387.thumbnail-feature-section.jpg\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featureSection.1614003387.preview-feature-section.jpg\";s:15:\"metaDescription\";s:116:\"Feature section divided into image and content columns. Great for representing product features or company services.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:16;a:8:{s:3:\"tag\";s:18:\"filledShadowButton\";s:4:\"name\";s:20:\"Filled Shadow Button\";s:16:\"metaThumbnailUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/filledShadowButton.1683793793.thumbnail-filled-shadow-button.png\";s:14:\"metaPreviewUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/filledShadowButton.1683793793.preview-filled-shadow-button.png\";s:15:\"metaDescription\";s:83:\"A geometric style filled button with shadow effect and custom hover color controls.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:11:\"flickrImage\";s:4:\"name\";s:12:\"Flickr Image\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flickrImage.1609161467.thumbnail-flickr-image.jpg\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flickrImage.1609161467.preview-flickr-image.jpg\";s:15:\"metaDescription\";s:54:\"Embed Flickr image directly to your WordPress website.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:18;a:8:{s:3:\"tag\";s:7:\"flipBox\";s:4:\"name\";s:8:\"Flip Box\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flipBox.1683793711.flip-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flipBox.1683793711.flip-box-preview.jpg\";s:15:\"metaDescription\";s:123:\"Flip box element with image slide and textual content slide allowing to define default state and flip box background color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:19;a:8:{s:3:\"tag\";s:12:\"gatsbyButton\";s:4:\"name\";s:13:\"Gatsby Button\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gatsbyButton.1683793791.thumbnail-gatsby-button.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gatsbyButton.1683793791.preview-gatsby-button.png\";s:15:\"metaDescription\";s:74:\"A Gatsby style button with a misplaced outline and transparent fill color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:20;a:8:{s:3:\"tag\";s:10:\"googleMaps\";s:4:\"name\";s:11:\"Google Maps\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/googleMaps.1609161461.google-maps-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/googleMaps.1609161461.google-maps-preview.jpg\";s:15:\"metaDescription\";s:83:\"Add basic Google Maps via embed code to your WordPress website to display location.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:21;a:8:{s:3:\"tag\";s:17:\"halfOutlineButton\";s:4:\"name\";s:19:\"Half Outline Button\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/halfOutlineButton.1683793785.thumbnail-half-outline-button.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/halfOutlineButton.1683793785.preview-half-outline-button.png\";s:15:\"metaDescription\";s:66:\"Outline button with half outline, position and animation controls.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:22;a:8:{s:3:\"tag\";s:4:\"icon\";s:4:\"name\";s:4:\"Icon\";s:16:\"metaThumbnailUrl\";s:82:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/icon.1610443984.thumbnail-icon.jpg\";s:14:\"metaPreviewUrl\";s:80:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/icon.1610443984.preview-icon.jpg\";s:15:\"metaDescription\";s:89:\"Simple icon element with various icons from library and background shape control options.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:23;a:8:{s:3:\"tag\";s:12:\"imageGallery\";s:4:\"name\";s:13:\"Image Gallery\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGallery.1614003411.image-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGallery.1614003411.image-gallery-preview.jpg\";s:15:\"metaDescription\";s:106:\"Image gallery is a basic element for adding simple image gallery from Media Library into the content area.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:24;a:8:{s:3:\"tag\";s:19:\"imageMasonryGallery\";s:4:\"name\";s:21:\"Image Masonry Gallery\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGallery.1614003408.image-masonry-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGallery.1614003408.image-masonry-gallery-preview.jpg\";s:15:\"metaDescription\";s:124:\"Image masonry gallery is a gallery element for adding simple masonry image gallery from Media Library into the content area.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:25;a:8:{s:3:\"tag\";s:14:\"instagramImage\";s:4:\"name\";s:15:\"Instagram Image\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/instagramImage.1612858292.thumbnail-instagram.jpg\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/instagramImage.1612858292.preview-instagram.jpg\";s:15:\"metaDescription\";s:57:\"Embed Instagram image directly to your WordPress website.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:26;a:8:{s:3:\"tag\";s:10:\"messageBox\";s:4:\"name\";s:11:\"Message Box\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/messageBox.1683793718.message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/messageBox.1683793718.message-box-preview.jpg\";s:15:\"metaDescription\";s:94:\"Add simple message box with predefined notification or create custom message with custom icon.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:27;a:8:{s:3:\"tag\";s:17:\"outlineButtonIcon\";s:4:\"name\";s:19:\"Outline Button Icon\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineButtonIcon.1683793757.outline-button-icon-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineButtonIcon.1683793757.outline-button-icon-preview.jpg\";s:15:\"metaDescription\";s:125:\"Outline button with solid fill and icon appearance o hover. Great solution to be used as a secondary button within a website.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:28;a:8:{s:3:\"tag\";s:19:\"outlineShadowButton\";s:4:\"name\";s:21:\"Outline Shadow Button\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineShadowButton.1683793754.thumbnail-outline-shadow-button.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineShadowButton.1683793754.preview-outline-shadow-button.png\";s:15:\"metaDescription\";s:64:\"A geometric style outline button with custom hover color option.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:29;a:8:{s:3:\"tag\";s:19:\"parallelogramButton\";s:4:\"name\";s:20:\"Parallelogram Button\";s:16:\"metaThumbnailUrl\";s:113:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallelogramButton.1683793753.thumbnail-parallelogram-button.png\";s:14:\"metaPreviewUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallelogramButton.1683793753.preview-parallelogram-button.png\";s:15:\"metaDescription\";s:62:\"A button in parallelogram shape with ability to control angle.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:30;a:8:{s:3:\"tag\";s:14:\"pinterestPinit\";s:4:\"name\";s:15:\"Pinterest Pinit\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pinterestPinit.1609161381.pinterest-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pinterestPinit.1609161381.pinterest-preview.jpg\";s:15:\"metaDescription\";s:98:\"Add Pinterest Pinit button to your WordPress website for quick media content sharing on Pinterest.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:31;a:8:{s:3:\"tag\";s:9:\"postsGrid\";s:4:\"name\";s:9:\"Post Grid\";s:16:\"metaThumbnailUrl\";s:82:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postsGrid.1725879700.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:80:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postsGrid.1725879700.preview.jpg\";s:15:\"metaDescription\";s:63:\"Add page, post or custom post type grid teasers in grid layout.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:32;a:8:{s:3:\"tag\";s:12:\"pricingTable\";s:4:\"name\";s:13:\"Pricing Table\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pricingTable.1683793705.thumbnail-pricing-table.jpg\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pricingTable.1683793705.preview-pricing-table.png\";s:15:\"metaDescription\";s:86:\"Simple filled or outline pricing table to display prices of your products or services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:33;a:8:{s:3:\"tag\";s:11:\"quoteButton\";s:4:\"name\";s:12:\"Quote Button\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/quoteButton.1683793744.thumbnail-quote-button.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/quoteButton.1683793744.preview-quote-button.png\";s:15:\"metaDescription\";s:74:\"Quote button is a good call to action that points directly to the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:34;a:8:{s:3:\"tag\";s:7:\"rawHtml\";s:4:\"name\";s:8:\"Raw HTML\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/rawHtml.1609161363.raw-html-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/rawHtml.1609161363.raw-html-preview.jpg\";s:15:\"metaDescription\";s:87:\"Add a custom HTML code to the WordPress website via a raw code block that accepts HTML.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:35;a:8:{s:3:\"tag\";s:5:\"rawJs\";s:4:\"name\";s:6:\"Raw JS\";s:16:\"metaThumbnailUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/rawJs.1610443970.raw-js-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:83:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/rawJs.1610443970.raw-js-preview.jpg\";s:15:\"metaDescription\";s:92:\"Add a custom JavaScript code to the WordPress website to execute it on this particular page.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:36;a:8:{s:3:\"tag\";s:12:\"resizeButton\";s:4:\"name\";s:13:\"Resize Button\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/resizeButton.1683793743.thumbnail-resize-button.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/resizeButton.1683793743.preview-resize-button.png\";s:15:\"metaDescription\";s:77:\"A simple button that resizes with animation on hover to catch user attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:37;a:8:{s:3:\"tag\";s:13:\"separatorIcon\";s:4:\"name\";s:19:\"Separator with Icon\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatorIcon.1610443965.separator-with-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatorIcon.1610443965.separator-with-icon-preview.png\";s:15:\"metaDescription\";s:93:\"Add separator with an icon as decoration or visual eye-catching marker before content blocks.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:38;a:8:{s:3:\"tag\";s:14:\"separatorTitle\";s:4:\"name\";s:20:\"Separator with Title\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatorTitle.1610443965.separator-with-text-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatorTitle.1610443965.separator-with-text-preview.png\";s:15:\"metaDescription\";s:91:\"Add separator with title as decoration or visual eye-catching marker before content blocks.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:39;a:8:{s:3:\"tag\";s:20:\"simpleGradientButton\";s:4:\"name\";s:22:\"Simple Gradient Button\";s:16:\"metaThumbnailUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleGradientButton.1683793739.thumbnail-simple-gradient-button.png\";s:14:\"metaPreviewUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleGradientButton.1683793739.preview-simple-gradient-button.png\";s:15:\"metaDescription\";s:67:\"A simple gradient button ith automatic gradient effect calculation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:40;a:8:{s:3:\"tag\";s:17:\"simpleImageSlider\";s:4:\"name\";s:19:\"Simple Image Slider\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleImageSlider.1614003399.thumbnail-simple-image-slider.jpg\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleImageSlider.1614003399.preview-simple-image-slider.jpg\";s:15:\"metaDescription\";s:91:\"Media Library Image slider with dot controls and swipe option for better mobile experience.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:41;a:8:{s:3:\"tag\";s:19:\"strikethroughButton\";s:4:\"name\";s:20:\"Strikethrough Button\";s:16:\"metaThumbnailUrl\";s:113:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/strikethroughButton.1673944672.thumbnail-strikethrough-button.png\";s:14:\"metaPreviewUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/strikethroughButton.1673944672.preview-strikethrough-button.png\";s:15:\"metaDescription\";s:66:\"A simple text button with animated strike through effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:42;a:8:{s:3:\"tag\";s:26:\"strikethroughOutlineButton\";s:4:\"name\";s:28:\"Strikethrough Outline Button\";s:16:\"metaThumbnailUrl\";s:128:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/strikethroughOutlineButton.1673944674.thumbnail-strikethrough-outline-button.png\";s:14:\"metaPreviewUrl\";s:126:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/strikethroughOutlineButton.1673944674.preview-strikethrough-outline-button.png\";s:15:\"metaDescription\";s:90:\"Outline button with a horizontal or vertical strikethrough and fill color effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:43;a:8:{s:3:\"tag\";s:15:\"symmetricButton\";s:4:\"name\";s:16:\"Symmetric Button\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/symmetricButton.1673944675.thumbnail-symmetric-button.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/symmetricButton.1673944675.preview-symmetric-button.png\";s:15:\"metaDescription\";s:57:\"A large circle button with text and zoom effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:44;a:8:{s:3:\"tag\";s:24:\"transparentOutlineButton\";s:4:\"name\";s:26:\"Transparent Outline Button\";s:16:\"metaThumbnailUrl\";s:124:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/transparentOutlineButton.1673944682.thumbnail-transparent-outline-button.png\";s:14:\"metaPreviewUrl\";s:122:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/transparentOutlineButton.1673944682.preview-transparent-outline-button.png\";s:15:\"metaDescription\";s:103:\"Transparent outline button with fill color effect on hover is perfect for dark or colorful backgrounds.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:45;a:8:{s:3:\"tag\";s:13:\"twitterButton\";s:4:\"name\";s:14:\"Twitter Button\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterButton.1603965869.tweet-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterButton.1603965869.tweet-button-preview.jpg\";s:15:\"metaDescription\";s:89:\"Add standard Tweet button to your WordPress website for quick content sharing on Twitter.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:46;a:8:{s:3:\"tag\";s:11:\"twitterGrid\";s:4:\"name\";s:12:\"Twitter Grid\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterGrid.1609161332.twitter-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterGrid.1609161332.twitter-grid-preview.jpg\";s:15:\"metaDescription\";s:86:\"Showcase Twitter stories that are primarily told with photos, videos, GIFs, and Vines.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:47;a:8:{s:3:\"tag\";s:15:\"twitterTimeline\";s:4:\"name\";s:16:\"Twitter Timeline\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterTimeline.1609161331.twitter-timeline-thumbnail.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterTimeline.1609161331.twitter-timeline-preview.jpg\";s:15:\"metaDescription\";s:136:\"Embedded timeline to display a stream of Tweets on your site. Use it to showcase profiles, lists, and favorites, as well as the stories.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:48;a:8:{s:3:\"tag\";s:12:\"twitterTweet\";s:4:\"name\";s:13:\"Twitter Tweet\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterTweet.1609161330.twitter-tweet-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterTweet.1609161330.twitter-tweet-preview.jpg\";s:15:\"metaDescription\";s:82:\"Embedded Tweet to display an individual Tweet off of Twitter by picking tweet URL.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:49;a:8:{s:3:\"tag\";s:15:\"underlineButton\";s:4:\"name\";s:16:\"Underline Button\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/underlineButton.1673944683.thumbnail-underline-button.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/underlineButton.1673944683.preview-underline-button.png\";s:15:\"metaDescription\";s:57:\"A simple text button with underline and resize animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:50;a:8:{s:3:\"tag\";s:20:\"woocommerceAddToCart\";s:4:\"name\";s:23:\"WooCommerce Add To Cart\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceAddToCart.1673944688.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceAddToCart.1673944688.preview.jpg\";s:15:\"metaDescription\";s:85:\"WooCommerce element shows the price and add to cart button of a single product by ID.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:51;a:8:{s:3:\"tag\";s:30:\"woocommerceBestSellingProducts\";s:4:\"name\";s:33:\"WooCommerce Best Selling Products\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceBestSellingProducts.1673944688.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceBestSellingProducts.1673944688.preview.jpg\";s:15:\"metaDescription\";s:62:\"WooCommerce element which displays your best selling products.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:52;a:8:{s:3:\"tag\";s:15:\"woocommerceCart\";s:4:\"name\";s:16:\"WooCommerce Cart\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceCart.1673943998.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceCart.1673943998.preview.jpg\";s:15:\"metaDescription\";s:104:\"WooCommerce element displays cart content and interface for coupon codes and other cart bits and pieces.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:53;a:8:{s:3:\"tag\";s:19:\"woocommerceCheckout\";s:4:\"name\";s:20:\"WooCommerce Checkout\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceCheckout.3328770.1593162895.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceCheckout.3328770.1593162895.preview.jpg\";s:15:\"metaDescription\";s:59:\"WooCommerce checkout element displays the checkout process.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:54;a:8:{s:3:\"tag\";s:27:\"woocommerceFeaturedProducts\";s:4:\"name\";s:29:\"WooCommerce Featured Products\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceFeaturedProducts.1673944689.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceFeaturedProducts.1673944689.preview.jpg\";s:15:\"metaDescription\";s:71:\"WooCommerce element displays products that have been set as \"featured\".\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:55;a:8:{s:3:\"tag\";s:20:\"woocommerceMyAccount\";s:4:\"name\";s:22:\"WooCommerce My Account\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceMyAccount.1673944689.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceMyAccount.1673944689.preview.jpg\";s:15:\"metaDescription\";s:124:\"WooCommerce element shows the ‘my account’ section where the customer can view past orders and update their information.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:56;a:8:{s:3:\"tag\";s:24:\"woocommerceOrderTracking\";s:4:\"name\";s:26:\"WooCommerce Order Tracking\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceOrderTracking.1605100092.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceOrderTracking.1605100092.preview.jpg\";s:15:\"metaDescription\";s:91:\"WooCommerce element lets a user see the status of an order by entering their order details.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:57;a:8:{s:3:\"tag\";s:18:\"woocommerceProduct\";s:4:\"name\";s:19:\"WooCommerce Product\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProduct.1673944689.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProduct.1673944689.preview.jpg\";s:15:\"metaDescription\";s:56:\"WooCommerce element shows a single product by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:58;a:8:{s:3:\"tag\";s:27:\"woocommerceProductAttribute\";s:4:\"name\";s:29:\"WooCommerce Product Attribute\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductAttribute.1673943998.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductAttribute.1673943998.preview.jpg\";s:15:\"metaDescription\";s:63:\"WooCommerce element lists products with an attribute shortcode.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:59;a:8:{s:3:\"tag\";s:28:\"woocommerceProductCategories\";s:4:\"name\";s:30:\"WooCommerce Product Categories\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductCategories.1673943999.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductCategories.1673943999.preview.jpg\";s:15:\"metaDescription\";s:53:\"WooCommerce element displays product categories loop.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:60;a:8:{s:3:\"tag\";s:26:\"woocommerceProductCategory\";s:4:\"name\";s:28:\"WooCommerce Product Category\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductCategory.1673944001.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductCategory.1673944001.preview.jpg\";s:15:\"metaDescription\";s:66:\"WooCommerce element shows multiple products in a category by slug.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:61;a:8:{s:3:\"tag\";s:22:\"woocommerceProductPage\";s:4:\"name\";s:24:\"WooCommerce Product Page\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductPage.1635775750.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductPage.1635775750.preview.jpg\";s:15:\"metaDescription\";s:66:\"WooCommerce element shows a full single product page by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:62;a:8:{s:3:\"tag\";s:19:\"woocommerceProducts\";s:4:\"name\";s:20:\"WooCommerce Products\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProducts.1673944000.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProducts.1673944000.preview.jpg\";s:15:\"metaDescription\";s:57:\"WooCommerce element shows multiple products by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:63;a:8:{s:3:\"tag\";s:25:\"woocommerceRecentProducts\";s:4:\"name\";s:27:\"WooCommerce Recent Products\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceRecentProducts.1673944002.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceRecentProducts.1673944002.preview.jpg\";s:15:\"metaDescription\";s:109:\"WooCommerce element lists the most recent products added to your WooCommerce site – useful on the homepage.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:64;a:8:{s:3:\"tag\";s:26:\"woocommerceRelatedProducts\";s:4:\"name\";s:28:\"WooCommerce Related Products\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceRelatedProducts.1673944002.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceRelatedProducts.1673944002.preview.jpg\";s:15:\"metaDescription\";s:43:\"WooCommerce element lists related products.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:65;a:8:{s:3:\"tag\";s:23:\"woocommerceSaleProducts\";s:4:\"name\";s:25:\"WooCommerce Sale Products\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceSaleProducts.1673944003.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceSaleProducts.1673944003.preview.jpg\";s:15:\"metaDescription\";s:47:\"WooCommerce element lists all products on sale.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:66;a:8:{s:3:\"tag\";s:27:\"woocommerceTopRatedProducts\";s:4:\"name\";s:30:\"WooCommerce Top Rated Products\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceTopRatedProducts.1673944012.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceTopRatedProducts.1673944012.preview.jpg\";s:15:\"metaDescription\";s:52:\"WooCommerce element list top-rated products on sale.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:67;a:8:{s:3:\"tag\";s:12:\"zigZagButton\";s:4:\"name\";s:13:\"ZigZag Button\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/zigZagButton.1673944013.thumbnail-zigzag-button.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/zigZagButton.1673944013.preview-zigzag-button.png\";s:15:\"metaDescription\";s:75:\"A text based button with zig zag underline and custom hover color controls.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:68;a:8:{s:3:\"tag\";s:12:\"callToAction\";s:4:\"name\";s:14:\"Call To Action\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToAction.1683793729.thumbnail-call-to-action.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToAction.1683793729.preview-call-to-action.png\";s:15:\"metaDescription\";s:112:\"Add an eye-catching call to action block to immediately drag visitor\'s attention and deliver a specific message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:69;a:8:{s:3:\"tag\";s:17:\"outlineMessageBox\";s:4:\"name\";s:19:\"Outline Message Box\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineMessageBox.1683793704.outline-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineMessageBox.1683793704.outline-message-box-preview.png\";s:15:\"metaDescription\";s:90:\"Add outline style message box with predesigned notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:70;a:8:{s:3:\"tag\";s:10:\"emptySpace\";s:4:\"name\";s:11:\"Empty Space\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/emptySpace.1683793806.empty-space-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/emptySpace.1683793806.empty-space-preview.png\";s:15:\"metaDescription\";s:108:\"Add empty space to your layout with a blank empty space element and control spaces across different devices.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:71;a:8:{s:3:\"tag\";s:17:\"widgetizedSidebar\";s:4:\"name\";s:18:\"Widgetized Sidebar\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/widgetizedSidebar.1673944687.wordpress-widgets-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/widgetizedSidebar.1673944687.wordpress-widgets-preview.png\";s:15:\"metaDescription\";s:65:\"Add any of your saved WordPress sidebars anywhere in the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:72;a:8:{s:3:\"tag\";s:12:\"flickrWidget\";s:4:\"name\";s:13:\"Flickr Widget\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flickrWidget.1683793792.flickr-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flickrWidget.1683793792.flickr-widget-preview.jpg\";s:15:\"metaDescription\";s:100:\"Add Flickr image grid gallery to your site, specify the number of images with an easy-to-use widget.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:73;a:8:{s:3:\"tag\";s:12:\"sandwichMenu\";s:4:\"name\";s:13:\"Sandwich Menu\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sandwichMenu.1725879715.sandwich-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sandwichMenu.1725879715.sandwich-menu-preview.png\";s:15:\"metaDescription\";s:79:\"Add sandwich menu with/without background and full screen overlay to your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:74;a:8:{s:3:\"tag\";s:9:\"copyright\";s:4:\"name\";s:9:\"Copyright\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/copyright.1683793816.copyright-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/copyright.1683793816.copyright-preview.png\";s:15:\"metaDescription\";s:80:\"Display copyright information with your site name and automatic year generation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:75;a:8:{s:3:\"tag\";s:9:\"basicMenu\";s:4:\"name\";s:10:\"Basic Menu\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicMenu.1706607262.basic-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicMenu.1706607262.basic-menu-preview.png\";s:15:\"metaDescription\";s:53:\"Add simple text menu with hover submenu to your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:76;a:8:{s:3:\"tag\";s:10:\"logoWidget\";s:4:\"name\";s:11:\"Logo Widget\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/logoWidget.1706607270.logo-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/logoWidget.1706607270.logo-widget-preview.png\";s:15:\"metaDescription\";s:78:\"Display your site logo (defined in WordPress Customizer) anywhere on the page.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:77;a:8:{s:3:\"tag\";s:8:\"hoverBox\";s:4:\"name\";s:9:\"Hover Box\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverBox.1683793711.hover-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverBox.1683793711.hover-box-preview.jpg\";s:15:\"metaDescription\";s:79:\"Image hover-box with inner outline border and custom title appearance on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:78;a:8:{s:3:\"tag\";s:19:\"outlinePricingTable\";s:4:\"name\";s:21:\"Outline Pricing Table\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlinePricingTable.1683793709.thumbnail-outline-pricing-table.jpg\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlinePricingTable.1683793709.preview-outline-pricing-table.jpg\";s:15:\"metaDescription\";s:132:\"Outline style pricing table with optional icon element, title, price, feature description and bold transition effect on hover state.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:79;a:8:{s:3:\"tag\";s:12:\"iconHoverBox\";s:4:\"name\";s:14:\"Icon Hover Box\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconHoverBox.1683793728.icon-hover-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconHoverBox.1683793728.icon-hover-box-preview.png\";s:15:\"metaDescription\";s:89:\"Hover box with icon and overlay display as hover effect for portfolio items and services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:80;a:8:{s:3:\"tag\";s:11:\"classicTabs\";s:4:\"name\";s:12:\"Classic Tabs\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/classicTabs.1683793818.classic-tabs-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/classicTabs.1683793818.classic-tabs-preview.png\";s:15:\"metaDescription\";s:127:\"A simple classic tabs element to divide your content into logic problems (ex. product description and technical specification).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:81;a:8:{s:3:\"tag\";s:12:\"tallHoverBox\";s:4:\"name\";s:14:\"Tall Hover Box\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/tallHoverBox.1683793699.tall-hover-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/tallHoverBox.1683793699.tall-hover-box-preview.jpg\";s:15:\"metaDescription\";s:91:\"Tall hover box with title and description animation on hover to capture visitors attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:82;a:8:{s:3:\"tag\";s:15:\"separatedButton\";s:4:\"name\";s:16:\"Separated Button\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatedButton.1683793741.thumbnail-separated-button.jpg\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatedButton.1683793741.preview-separated-button.jpg\";s:15:\"metaDescription\";s:98:\"Flat style button with a separate part for icon element from icon library and simple hover effect.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:83;a:8:{s:3:\"tag\";s:11:\"sidebarMenu\";s:4:\"name\";s:12:\"Sidebar Menu\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sidebarMenu.1725879716.sidebar-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sidebarMenu.1725879716.sidebar-menu-preview.png\";s:15:\"metaDescription\";s:111:\"Sidebar menu element with all submenu sections open by default - use as sidebar or footer menu on your website.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:84;a:8:{s:3:\"tag\";s:11:\"testimonial\";s:4:\"name\";s:11:\"Testimonial\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/testimonial.1673944678.thumbnail-testimonial.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/testimonial.1673944678.preview-testimonial.png\";s:15:\"metaDescription\";s:103:\"Add testimonials to your site to share what your customers are saying about your products and services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:85;a:8:{s:3:\"tag\";s:12:\"contactForm7\";s:4:\"name\";s:14:\"Contact Form 7\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/contactForm7.1683793818.contact-form-7-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/contactForm7.1683793818.contact-form-7-preview.png\";s:15:\"metaDescription\";s:110:\"Add Contact Form 7 form to your layout (Note: Contact Form 7 plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:86;a:8:{s:3:\"tag\";s:17:\"syntaxHighlighter\";s:4:\"name\";s:18:\"Syntax Highlighter\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/syntaxHighlighter.1673944675.syntax-highlighter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/syntaxHighlighter.1673944675.syntax-highlighter-preview.png\";s:15:\"metaDescription\";s:96:\"Highlight your syntax with various styles to separate it from the text or other type of content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:87;a:8:{s:3:\"tag\";s:17:\"pageableContainer\";s:4:\"name\";s:18:\"Pageable Container\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pageableContainer.1683793701.pageable-container-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pageableContainer.1683793701.pageable-container-preview.png\";s:15:\"metaDescription\";s:113:\"Colored slider for textual information with dot controls. Allows defining background colors per individual slide.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:88;a:8:{s:3:\"tag\";s:16:\"classicAccordion\";s:4:\"name\";s:17:\"Classic Accordion\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/classicAccordion.1683793818.classic-accordion-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/classicAccordion.1683793818.classic-accordion-preview.png\";s:15:\"metaDescription\";s:66:\"Add simple accordion to your site to divide content into sections.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:89;a:8:{s:3:\"tag\";s:20:\"multipleImageCollage\";s:4:\"name\";s:22:\"Multiple Image Collage\";s:16:\"metaThumbnailUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/multipleImageCollage.1683793759.multiple-image-collage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/multipleImageCollage.1683793759.multiple-image-collage-preview.png\";s:15:\"metaDescription\";s:124:\"A simple multiple image collage with CSS transition for every image to create eye-catching effect for your product features.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:90;a:8:{s:3:\"tag\";s:16:\"centeredPostGrid\";s:4:\"name\";s:18:\"Centered Post Grid\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/centeredPostGrid.1726483900.centered-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/centeredPostGrid.1726483900.centered-post-grid-preview.png\";s:15:\"metaDescription\";s:56:\"Clean post grid with centred content and separator line.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:91;a:8:{s:3:\"tag\";s:21:\"featuredImagePostGrid\";s:4:\"name\";s:24:\"Featured Image Post Grid\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featuredImagePostGrid.1726483900.featured-image-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featuredImagePostGrid.1726483900.featured-image-grid-preview.png\";s:15:\"metaDescription\";s:81:\"Display your works or articles in a beautiful grid focused on the featured image.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:92;a:8:{s:3:\"tag\";s:11:\"videoPlayer\";s:4:\"name\";s:12:\"Video Player\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/videoPlayer.1688628181.video-player-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/videoPlayer.1688628181.video-player-preview.png\";s:15:\"metaDescription\";s:88:\"Add self-hosted video from Media Library to your website and control \'Play\' icon design.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:93;a:8:{s:3:\"tag\";s:10:\"logoSlider\";s:4:\"name\";s:11:\"Logo Slider\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/logoSlider.1683793764.logo-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/logoSlider.1683793764.logo-slider-preview.png\";s:15:\"metaDescription\";s:81:\"Display your customers, partners, or in-media mentions with a simple logo slider.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:94;a:8:{s:3:\"tag\";s:17:\"typewriterHeading\";s:4:\"name\";s:18:\"Typewriter Heading\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/typewriterHeading.1673944682.typewriter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/typewriterHeading.1673944682.typewriter-preview.png\";s:15:\"metaDescription\";s:111:\"Add interactive heading with typewriter animation to drag your customer attention to specific title or keyword.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:95;a:8:{s:3:\"tag\";s:12:\"facebookPage\";s:4:\"name\";s:13:\"Facebook Page\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookPage.1683793799.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookPage.1683793799.facebook-page-preview.png\";s:15:\"metaDescription\";s:183:\"The Page plugin lets you easily embed and promote any public Facebook Page on your website. Just like on Facebook, your visitors can like and share the Page without leaving your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:96;a:8:{s:3:\"tag\";s:24:\"facebookEmbeddedComments\";s:4:\"name\";s:26:\"Facebook Embedded Comments\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedComments.1683793802.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedComments.1683793802.facebook-embedded-comments-preview.png\";s:15:\"metaDescription\";s:218:\"Embedded comments are a simple way to put public post comments - by a Page or a person on Facebook - into the content of your web site or web page. Only public comments from Facebook Pages and profiles can be embedded.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:97;a:8:{s:3:\"tag\";s:21:\"facebookEmbeddedVideo\";s:4:\"name\";s:23:\"Facebook Embedded Video\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedVideo.1683793798.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedVideo.1683793798.facebook-embedded-video-preview.png\";s:15:\"metaDescription\";s:194:\"With the embedded video player you can easily add Facebook videos and Facebook live videos to your website. You can use any public video post by a Page or a person as video or live video source.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:98;a:8:{s:3:\"tag\";s:12:\"facebookSave\";s:4:\"name\";s:13:\"Facebook Save\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookSave.1683793796.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookSave.1683793796.save-to-facebook.png\";s:15:\"metaDescription\";s:112:\"Save items or services to a private list on Facebook, share it with friends, and receive relevant notifications.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:99;a:8:{s:3:\"tag\";s:13:\"facebookQuote\";s:4:\"name\";s:14:\"Facebook Quote\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookQuote.1683793799.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookQuote.1683793799.facebook-quote-preview.png\";s:15:\"metaDescription\";s:115:\"The quote lets people select text on your page and add it to their share, so they can tell a more expressive story.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:100;a:8:{s:3:\"tag\";s:13:\"facebookShare\";s:4:\"name\";s:14:\"Facebook Share\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookShare.1683793795.facebook-share-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookShare.1683793795.facebook-share-preview.png\";s:15:\"metaDescription\";s:124:\"Add a personalized message to links before sharing on their timeline, in groups, or to their friends via a Facebook Message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:101;a:8:{s:3:\"tag\";s:16:\"facebookComments\";s:4:\"name\";s:17:\"Facebook Comments\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookComments.1683793803.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookComments.1683793803.facebook-comments-preview.png\";s:15:\"metaDescription\";s:93:\"The comments plugin lets people comment on content on your site using their Facebook account.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:102;a:8:{s:3:\"tag\";s:21:\"facebookEmbeddedPosts\";s:4:\"name\";s:23:\"Facebook Embedded Posts\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedPosts.1683793800.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedPosts.1683793800.facebook-embedded-posts-preview.png\";s:15:\"metaDescription\";s:204:\"Embedded Posts are a simple way to put public posts - by a Page or a person on Facebook - into the content of your web site or web page. Only public posts from Facebook Pages and profiles can be embedded.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:103;a:8:{s:3:\"tag\";s:21:\"woocommerceProducts32\";s:4:\"name\";s:25:\"WooCommerce Products 3.2+\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProducts32.1673944001.thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProducts32.1673944001.preview.png\";s:15:\"metaDescription\";s:198:\"WooCommerce element allows you to display products by post ID, SKU, categories, attributes, with support for pagination, random sorting and product tags, replacing the need for multiples shortcodes.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:104;a:8:{s:3:\"tag\";s:14:\"gradientButton\";s:4:\"name\";s:15:\"Gradient Button\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gradientButton.1683793786.gradient-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gradientButton.1683793786.gradient-button-preview.jpg\";s:15:\"metaDescription\";s:114:\"Gradient button with gradient direction and color controls. Animated hover effects with gradient direction change.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:105;a:8:{s:3:\"tag\";s:19:\"doubleOutlineButton\";s:4:\"name\";s:21:\"Double Outline Button\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleOutlineButton.1683793814.double-outline-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleOutlineButton.1683793814.double-outline-button-preview.jpg\";s:15:\"metaDescription\";s:123:\"Double outline button with solid color hover. Great solution for light and dark websites to keep website design consistent.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:106;a:8:{s:3:\"tag\";s:13:\"essentialGrid\";s:4:\"name\";s:14:\"Essential Grid\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/essentialGrid.1784706877.essential-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/essentialGrid.1784706877.essential-grid-preview.png\";s:15:\"metaDescription\";s:142:\"Display grid layouts created with Essential Grid anywhere on your site (Note: Essential Grid plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:107;a:8:{s:3:\"tag\";s:15:\"eventOnCalendar\";s:4:\"name\";s:16:\"EventOn Calendar\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/eventOnCalendar.1683793803.eventon-calendar-thumbnail.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/eventOnCalendar.1683793803.eventon-calendar-preview.png\";s:15:\"metaDescription\";s:131:\"Display EventOn calendars anywhere on your WordPress site (Note: EventOn Calendar plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:108;a:8:{s:3:\"tag\";s:14:\"nextGenGallery\";s:4:\"name\";s:15:\"NextGen Gallery\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/nextGenGallery.1683793758.nextgen-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/nextGenGallery.1683793758.nextgen-preview.png\";s:15:\"metaDescription\";s:131:\"Add NextGen gallery to your site to display images, portfolio, etc (Note: NextGen plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:109;a:8:{s:3:\"tag\";s:20:\"advancedCustomFields\";s:4:\"name\";s:22:\"Advanced Custom Fields\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/advancedCustomFields.1683793838.acf-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/advancedCustomFields.1683793838.acf-preview.png\";s:15:\"metaDescription\";s:146:\"Output any custom field defined with Advanced Custom Fields plugin (Note: Advanced Custom Fields plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:110;a:8:{s:3:\"tag\";s:10:\"videoPopup\";s:4:\"name\";s:11:\"Video Popup\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/videoPopup.1688628183.video-popup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/videoPopup.1688628183.video-popup-preview.png\";s:15:\"metaDescription\";s:78:\" Add fullscreen popup video to your site and set custom icon to trigger open..\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:111;a:8:{s:3:\"tag\";s:20:\"addToAnyShareButtons\";s:4:\"name\";s:22:\"AddtoAny Share Buttons\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/addToAnyShareButtons.1683793839.addtoanyshare-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/addToAnyShareButtons.1683793839.addtoanyshare-preview.png\";s:15:\"metaDescription\";s:161:\"Add social media buttons to your WordPress site with AddtoAny Share Buttons plugin (Note: AddtoAny Share Buttons plugin must be installed on your WordPress site)\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:112;a:8:{s:3:\"tag\";s:13:\"enviraGallery\";s:4:\"name\";s:14:\"Envira Gallery\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/enviraGallery.1683793805.envira-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/enviraGallery.1683793805.envira-gallery-preview.png\";s:15:\"metaDescription\";s:149:\"Add Envira gallery to your site to display your image gallery, portfolio, etc (Note: Envira Gallery plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:113;a:8:{s:3:\"tag\";s:21:\"mailChimpForWordPress\";s:4:\"name\";s:23:\"MailChimp for WordPress\";s:16:\"metaThumbnailUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/mailChimpForWordPress.1683793761.mailchimp-for-wp-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/mailChimpForWordPress.1683793761.mailchimp-for-wp-preview.png\";s:15:\"metaDescription\";s:130:\"Add MailChimp subscription form anywhere on your WordPress site (Note: MailChimp plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:114;a:8:{s:3:\"tag\";s:7:\"wpForms\";s:4:\"name\";s:8:\"WP Forms\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/wpForms.1635775767.wp-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/wpForms.1635775767.wp-forms-preview.png\";s:15:\"metaDescription\";s:124:\"Add custom forms created by WP Forms anywhere on your site (Note: WP Forms plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:115;a:8:{s:3:\"tag\";s:10:\"ninjaForms\";s:4:\"name\";s:11:\"Ninja Forms\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/ninjaForms.1706607266.ninja-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/ninjaForms.1706607266.ninja-forms-preview.png\";s:15:\"metaDescription\";s:136:\"Display custom forms created with Ninja Forms anywhere on your site (Note: Ninja Forms plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:116;a:8:{s:3:\"tag\";s:11:\"layerSlider\";s:4:\"name\";s:15:\"Kreatura Slider\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layerSlider.1683793777.kreatura-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layerSlider.1683793777.kreatura-slider-preview.png\";s:15:\"metaDescription\";s:142:\"Display slideshows created with Kreatura Slider anywhere on your site (Note: Kreatura Slider plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:117;a:8:{s:3:\"tag\";s:12:\"gravityForms\";s:4:\"name\";s:13:\"Gravity Forms\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gravityForms.1683793786.gravity-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gravityForms.1683793786.gravity-forms-preview.png\";s:15:\"metaDescription\";s:139:\"Display custom forms created with Gravity Forms anywhere on your site (Note: Gravity Forms plugin must be installed on your WordPress site)\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:118;a:8:{s:3:\"tag\";s:16:\"sliderRevolution\";s:4:\"name\";s:17:\"Slider Revolution\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sliderRevolution.1683793736.revolution-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sliderRevolution.1683793736.revolution-slider-preview.png\";s:15:\"metaDescription\";s:175:\"Display slideshows and presentations created with the most popular slider plugin - Slider Revolution (Note: Slider Revolution plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:119;a:8:{s:3:\"tag\";s:14:\"marqueeElement\";s:4:\"name\";s:15:\"Marquee Element\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/marqueeElement.1683793761.marquee-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/marqueeElement.1683793761.marquee-preview.png\";s:15:\"metaDescription\";s:117:\"The most famous non-standard HTML element with beautiful marquee effect to convert any headline into a sales machine.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:120;a:8:{s:3:\"tag\";s:14:\"globalTemplate\";s:4:\"name\";s:15:\"Global Template\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/globalTemplate.1683793732.global-template-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/globalTemplate.1683793732.global-template-preview.png\";s:15:\"metaDescription\";s:123:\"Add global templates created in Visual Composer to your layout that will automatically update across all site upon changes.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:121;a:8:{s:3:\"tag\";s:18:\"simpleCallToAction\";s:4:\"name\";s:21:\"Simple Call To Action\";s:16:\"metaThumbnailUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleCallToAction.1683793703.simple-cta-thumbnail.png\";s:14:\"metaPreviewUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleCallToAction.1683793703.simple-cta-preview.png\";s:15:\"metaDescription\";s:98:\"Add an eye-catching simple call to action block to drag visitor\'s attention and deliver a message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:122;a:8:{s:3:\"tag\";s:20:\"semiFilledMessageBox\";s:4:\"name\";s:23:\"Semi-filled Message Box\";s:16:\"metaThumbnailUrl\";s:117:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/semiFilledMessageBox.1683793714.semi-filled-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/semiFilledMessageBox.1683793714.semi-filled-message-box-preview.png\";s:15:\"metaDescription\";s:87:\"Add semi-filled message box with predefined notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:123;a:8:{s:3:\"tag\";s:16:\"simpleMessageBox\";s:4:\"name\";s:18:\"Simple Message Box\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleMessageBox.1683793712.simple-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleMessageBox.1683793712.simple-message-box-preview.png\";s:15:\"metaDescription\";s:82:\"Add simple message box with predefined notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:124;a:8:{s:3:\"tag\";s:15:\"zigZagSeparator\";s:4:\"name\";s:16:\"ZigZag Separator\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/zigZagSeparator.1658920414.zig-zag-separator-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/zigZagSeparator.1658920414.zig-zag-separator-preview.png\";s:15:\"metaDescription\";s:69:\"A zigzag style separator for decoration or separation of the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:125;a:8:{s:3:\"tag\";s:19:\"outlineCallToAction\";s:4:\"name\";s:22:\"Outline Call To Action\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineCallToAction.1683793710.outline-cta-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineCallToAction.1683793710.outline-cta-preview.png\";s:15:\"metaDescription\";s:98:\"Add an eye-catching simple call to action block to drag visitor\'s attention and deliver a message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:126;a:8:{s:3:\"tag\";s:9:\"gutenberg\";s:4:\"name\";s:16:\"Gutenberg Editor\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gutenberg.1683793785.gutenberg-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gutenberg.1683793785.gutenberg-preview.png\";s:15:\"metaDescription\";s:55:\"Insert Gutenberg editor in your Visual Composer layout.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:127;a:8:{s:3:\"tag\";s:30:\"imageMasonryGalleryWithScaleUp\";s:4:\"name\";s:34:\"Image Masonry Gallery With ScaleUp\";s:16:\"metaThumbnailUrl\";s:138:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithScaleUp.1683793778.image-masonry-gallery-with-scaleup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:136:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithScaleUp.1683793778.image-masonry-gallery-with-scaleup-preview.png\";s:15:\"metaDescription\";s:94:\"A masonry grid type image gallery with a scale effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:128;a:8:{s:3:\"tag\";s:20:\"imageGalleryWithZoom\";s:4:\"name\";s:23:\"Image Gallery With Zoom\";s:16:\"metaThumbnailUrl\";s:117:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithZoom.1683793779.image-gallery-with-zoom-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithZoom.1683793779.image-gallery-with-zoom-preview.png\";s:15:\"metaDescription\";s:85:\"A grid type image gallery with a zoom effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:129;a:8:{s:3:\"tag\";s:23:\"imageGalleryWithScaleUp\";s:4:\"name\";s:26:\"Image Gallery With ScaleUp\";s:16:\"metaThumbnailUrl\";s:123:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithScaleUp.1683793780.image-gallery-with-scaleup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:121:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithScaleUp.1683793780.image-gallery-with-scaleup-preview.png\";s:15:\"metaDescription\";s:86:\"A grid type image gallery with a scale effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:130;a:8:{s:3:\"tag\";s:27:\"imageMasonryGalleryWithZoom\";s:4:\"name\";s:31:\"Image Masonry Gallery With Zoom\";s:16:\"metaThumbnailUrl\";s:132:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithZoom.1683793777.image-masonry-gallery-with-zoom-thumbnail.png\";s:14:\"metaPreviewUrl\";s:130:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithZoom.1683793777.image-masonry-gallery-with-zoom-preview.png\";s:15:\"metaDescription\";s:93:\"A masonry grid type image gallery with a zoom effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:131;a:8:{s:3:\"tag\";s:27:\"imageMasonryGalleryWithIcon\";s:4:\"name\";s:31:\"Image Masonry Gallery With Icon\";s:16:\"metaThumbnailUrl\";s:113:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithIcon.1683793718.masonry-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithIcon.1683793718.masonry-icon-preview.png\";s:15:\"metaDescription\";s:97:\"A masonry grid type image gallery with an icon displayed upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:132;a:8:{s:3:\"tag\";s:20:\"imageGalleryWithIcon\";s:4:\"name\";s:23:\"Image Gallery With Icon\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithIcon.1683793725.image-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithIcon.1683793725.image-gallery-preview.png\";s:15:\"metaDescription\";s:89:\"A grid type image gallery with an icon displayed upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:133;a:8:{s:3:\"tag\";s:16:\"outlineFaqToggle\";s:4:\"name\";s:18:\"Outline Faq Toggle\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineFaqToggle.1683793755.outline-faq-toggle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineFaqToggle.1683793755.outline-faq-toggle-preview.png\";s:15:\"metaDescription\";s:108:\"Toggle element for frequently asked questions (Faq) or similar structure for display of content per request.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:134;a:8:{s:3:\"tag\";s:11:\"postsSlider\";s:4:\"name\";s:11:\"Post Slider\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postsSlider.1686741997.posts-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postsSlider.1686741997.posts-slider-preview.png\";s:15:\"metaDescription\";s:66:\"Display your posts in a simple slideshow with optional post title.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:135;a:8:{s:3:\"tag\";s:12:\"progressBars\";s:4:\"name\";s:13:\"Progress Bars\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/progressBars.1683793745.progress-bar-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/progressBars.1683793745.progress-bar-preview.png\";s:15:\"metaDescription\";s:101:\"A simple progress bar to showcase your skills, progress, and competences in a visually appealing way.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:136;a:8:{s:3:\"tag\";s:11:\"buttonGroup\";s:4:\"name\";s:12:\"Button Group\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/buttonGroup.1683793827.button-group-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/buttonGroup.1683793827.button-group-preview.png\";s:15:\"metaDescription\";s:73:\"Display different buttons in a single line with the Button Group element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:137;a:8:{s:3:\"tag\";s:9:\"iconGroup\";s:4:\"name\";s:10:\"Icon Group\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconGroup.1683793780.icon-group-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconGroup.1683793780.icon-group-preview.png\";s:15:\"metaDescription\";s:69:\"Display different icons in a single line with the Icon Group element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:138;a:8:{s:3:\"tag\";s:12:\"calderaForms\";s:4:\"name\";s:13:\"Caldera Forms\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/calderaForms.1683793826.caldera-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/calderaForms.1683793826.caldera-forms-preview.png\";s:15:\"metaDescription\";s:132:\"Add Caldera Forms directly from the Visual Composer. Note: Caldera Forms plugin must be installed and activated to use this element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:139;a:8:{s:3:\"tag\";s:12:\"wpDataTables\";s:4:\"name\";s:12:\"wpDataTables\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/wpDataTables.1635775766.wpdatatables-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/wpDataTables.1635775766.wpdatatables-preview.png\";s:15:\"metaDescription\";s:136:\"Insert tables created with wpDataTables in your Visual Composer layout. Note: wpDataTables plugin must be installed to use this element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:140;a:8:{s:3:\"tag\";s:20:\"verticalSandwichMenu\";s:4:\"name\";s:22:\"Vertical Sandwich Menu\";s:16:\"metaThumbnailUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/verticalSandwichMenu.1706607265.vertical-sandwich-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/verticalSandwichMenu.1706607265.vertical-sandwich-menu-preview.png\";s:15:\"metaDescription\";s:49:\"Vertical sandwich menu with hover line animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:141;a:8:{s:3:\"tag\";s:17:\"basicShadowButton\";s:4:\"name\";s:19:\"Basic Shadow Button\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicShadowButton.1683793831.basic-shadow-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicShadowButton.1683793831.basic-shadow-button-preview.png\";s:15:\"metaDescription\";s:98:\"A simple button with shadow effect that helps button to stand out and gives website a perspective.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:142;a:8:{s:3:\"tag\";s:16:\"slideOutPostGrid\";s:4:\"name\";s:18:\"SlideOut Post Grid\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/slideOutPostGrid.1725879705.slideout-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/slideOutPostGrid.1725879705.slideout-post-grid-preview.png\";s:15:\"metaDescription\";s:77:\"Post Grid with a background image and SlideOut animation for button on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:143;a:8:{s:3:\"tag\";s:11:\"captainForm\";s:4:\"name\";s:11:\"CaptainForm\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/captainForm.1683793825.captainform-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/captainForm.1683793825.captainform-preview.png\";s:15:\"metaDescription\";s:132:\"Add CaptainForm to your Visual Composer layout. Note: You will need to have CaptainForm installed to use this compatibility element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:144;a:8:{s:3:\"tag\";s:17:\"timelineWithIcons\";s:4:\"name\";s:19:\"Timeline With Icons\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/timelineWithIcons.1673943997.timeline-with-icons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/timelineWithIcons.1673943997.timeline-with-icons-preview.png\";s:15:\"metaDescription\";s:78:\"A vertical timeline with icons to showcase your progress or historical events.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:145;a:8:{s:3:\"tag\";s:20:\"callToActionWithIcon\";s:4:\"name\";s:24:\"Call To Action With Icon\";s:16:\"metaThumbnailUrl\";s:118:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToActionWithIcon.1683793729.thumbnail-call-to-action-with-icon.png\";s:14:\"metaPreviewUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToActionWithIcon.1683793729.preview-call-to-action-with-icon.png\";s:15:\"metaDescription\";s:112:\"Add an eye-catching call to action block to immediately drag visitor\'s attention and deliver a specific message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:146;a:8:{s:3:\"tag\";s:13:\"bannerElement\";s:4:\"name\";s:14:\"Banner Element\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/bannerElement.1683793833.banner-element-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/bannerElement.1683793833.banner-element-preview.png\";s:15:\"metaDescription\";s:100:\"Add image banners to your page that will load randomly - only one banner will be loaded at the time.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:147;a:8:{s:3:\"tag\";s:16:\"growShadowButton\";s:4:\"name\";s:18:\"Grow Shadow Button\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/growShadowButton.1683793730.grow-shadow-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/growShadowButton.1683793730.grow-shadow-button-preview.png\";s:15:\"metaDescription\";s:51:\"A simple round button with smooth shadow animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:148;a:8:{s:3:\"tag\";s:12:\"sidePostGrid\";s:4:\"name\";s:14:\"Side Post Grid\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sidePostGrid.1725879705.side-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sidePostGrid.1725879705.side-post-grid-preview.png\";s:15:\"metaDescription\";s:67:\"A post grid with featured image position on the left or right part.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:149;a:8:{s:3:\"tag\";s:18:\"socialProfileIcons\";s:4:\"name\";s:20:\"Social Profile Icons\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/socialProfileIcons.1673944671.social-icons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/socialProfileIcons.1673944671.social-icons-preview.png\";s:15:\"metaDescription\";s:78:\"Small icons of the most popular social networks with original colors on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:150;a:8:{s:3:\"tag\";s:12:\"newsPostGrid\";s:4:\"name\";s:14:\"News Post Grid\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/newsPostGrid.1725879697.news-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/newsPostGrid.1725879697.news-post-grid-preview.png\";s:15:\"metaDescription\";s:63:\"A post grid element that is perfect for news portals and blogs.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:151;a:8:{s:3:\"tag\";s:9:\"counterUp\";s:4:\"name\";s:10:\"Counter Up\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/counterUp.1683793814.countup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/counterUp.1683793814.countup-preview.png\";s:15:\"metaDescription\";s:86:\"A simple number count up element to show your progress with an eye-catching animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:152;a:8:{s:3:\"tag\";s:16:\"sandwichSideMenu\";s:4:\"name\";s:18:\"Sandwich Side Menu\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sandwichSideMenu.1706607264.side-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sandwichSideMenu.1706607264.side-menu-preview.png\";s:15:\"metaDescription\";s:50:\"A sandwich menu with side menu display navigation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:153;a:8:{s:3:\"tag\";s:16:\"basicTestimonial\";s:4:\"name\";s:17:\"Basic Testimonial\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicTestimonial.1683793829.basic-testimonials-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicTestimonial.1683793829.basic-testimonials-preview.png\";s:15:\"metaDescription\";s:87:\"Show testimonials from your customers in a beautiful way and convince your new clients.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:154;a:8:{s:3:\"tag\";s:10:\"hoverImage\";s:4:\"name\";s:11:\"Hover Image\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverImage.1683793784.hover-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverImage.1683793784.hover-image-preview.png\";s:15:\"metaDescription\";s:60:\"A two-image element that changes the image upon mouse hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:155;a:8:{s:3:\"tag\";s:12:\"simpleSearch\";s:4:\"name\";s:13:\"Simple Search\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleSearch.1683793702.search-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleSearch.1683793702.search-widget-preview.png\";s:15:\"metaDescription\";s:75:\"Add WordPress search widget to your page and style search field appearance.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:156;a:8:{s:3:\"tag\";s:14:\"countdownTimer\";s:4:\"name\";s:15:\"Countdown Timer\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/countdownTimer.1725879708.countdown-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/countdownTimer.1725879708.countdown-preview.png\";s:15:\"metaDescription\";s:99:\" A countdown timer with month, days, hours, minutes, and seconds to inform about your grand launch.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:157;a:8:{s:3:\"tag\";s:17:\"timelineSlideshow\";s:4:\"name\";s:18:\"Timeline Slideshow\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/timelineSlideshow.1673944679.timeline-slideshow-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/timelineSlideshow.1673944679.timeline-slideshow-preview.png\";s:15:\"metaDescription\";s:75:\"A rich slideshow element with time and content control for separate slides.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:158;a:8:{s:3:\"tag\";s:19:\"cartIconWithCounter\";s:4:\"name\";s:22:\"Cart Icon With Counter\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/cartIconWithCounter.1683793825.cart-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/cartIconWithCounter.1683793825.cart-preview.png\";s:15:\"metaDescription\";s:72:\"Shopping cart icon with a counter to display products added to the cart.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:159;a:8:{s:3:\"tag\";s:12:\"3ColorButton\";s:4:\"name\";s:14:\"3 Color Button\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/3ColorButton.1683793840.3-color-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/3ColorButton.1683793840.3-color-button-preview.png\";s:15:\"metaDescription\";s:61:\"A button with three colored stripes that animates upon hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:160;a:8:{s:3:\"tag\";s:15:\"profileWithIcon\";s:4:\"name\";s:17:\"Profile With Icon\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/profileWithIcon.1683793747.profile-with-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/profileWithIcon.1683793747.profile-with-icon-preview.png\";s:15:\"metaDescription\";s:53:\"A profile element with an icon to showcase your team.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:161;a:8:{s:3:\"tag\";s:23:\"backgroundImagePostGrid\";s:4:\"name\";s:26:\"Background Image Post Grid\";s:16:\"metaThumbnailUrl\";s:115:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/backgroundImagePostGrid.1726483899.bg-image-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/backgroundImagePostGrid.1726483899.bg-image-post-grid-preview.png\";s:15:\"metaDescription\";s:69:\"A post grid element with a featured image used as a background image.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:162;a:8:{s:3:\"tag\";s:16:\"soundcloudPlayer\";s:4:\"name\";s:17:\"SoundCloud Player\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/soundcloudPlayer.1673944671.soundcloud-element-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/soundcloudPlayer.1673944671.soundcloud-element-preview.png\";s:15:\"metaDescription\";s:55:\"Add the SoundCloud embed player to your WordPress site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:163;a:8:{s:3:\"tag\";s:11:\"phoneMockup\";s:4:\"name\";s:12:\"Phone Mockup\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/phoneMockup.1683793752.iphone-mockup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/phoneMockup.1683793752.iphone-mockup-preview.png\";s:15:\"metaDescription\";s:65:\"Display your artworks, web designs or app design in Phone mockup.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:164;a:8:{s:3:\"tag\";s:16:\"doubleTextButton\";s:4:\"name\";s:18:\"Double Text Button\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleTextButton.1683793808.double-text-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleTextButton.1683793808.double-text-button-preview.png\";s:15:\"metaDescription\";s:75:\"A simple button with slide-out effect upon hover to display different text.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:165;a:8:{s:3:\"tag\";s:30:\"translatePressLanguageSwitcher\";s:4:\"name\";s:32:\"TranslatePress Language Switcher\";s:16:\"metaThumbnailUrl\";s:118:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/translatePressLanguageSwitcher.1673943997.thumbnail-translatepress.png\";s:14:\"metaPreviewUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/translatePressLanguageSwitcher.1673943997.preview-translatepress.png\";s:15:\"metaDescription\";s:123:\"Add TranslatePress Language Switcher to your layout (Note: TranslatePress plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:166;a:8:{s:3:\"tag\";s:15:\"postGridWithBox\";s:4:\"name\";s:18:\"Post Grid With Box\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postGridWithBox.1725879698.post-grid-with-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postGridWithBox.1725879698.post-grid-with-box-preview.png\";s:15:\"metaDescription\";s:45:\"A post grid element with a slide-out excerpt.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:167;a:8:{s:3:\"tag\";s:13:\"browserMockup\";s:4:\"name\";s:14:\"Browser Mockup\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/browserMockup.1683793827.browser-mockup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/browserMockup.1683793827.browser-mockup-preview.png\";s:15:\"metaDescription\";s:40:\"Display your design in a browser mockup.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:168;a:8:{s:3:\"tag\";s:19:\"parallaxSingleImage\";s:4:\"name\";s:21:\"Parallax Single Image\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallaxSingleImage.1683793753.Parallax-Single-Image-Thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallaxSingleImage.1683793753.Parallax-Single-Image-Preview.png\";s:15:\"metaDescription\";s:86:\"A single image with adjustable parallax effect to grab the attention of your visitors.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:169;a:8:{s:3:\"tag\";s:15:\"postSliderBlock\";s:4:\"name\";s:17:\"Post Slider Block\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postSliderBlock.1725879699.post-slider-block-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postSliderBlock.1725879699.post-slider-block-preview.png\";s:15:\"metaDescription\";s:60:\"A post slideshow element with shadow and hover zoom options.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:170;a:8:{s:3:\"tag\";s:17:\"simpleContactForm\";s:4:\"name\";s:19:\"Simple Contact Form\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleContactForm.1683793723.simple-contact-form-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleContactForm.1683793723.simple-contact-form-preview.png\";s:15:\"metaDescription\";s:75:\"Add a simple contact form to your WordPress site so people can contact you.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:171;a:8:{s:3:\"tag\";s:17:\"foodAndDrinksMenu\";s:4:\"name\";s:20:\"Food and Drinks Menu\";s:16:\"metaThumbnailUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/foodAndDrinksMenu.1683793792.food-and-drinks-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/foodAndDrinksMenu.1683793792.food-and-drinks-menu-preview.png\";s:15:\"metaDescription\";s:43:\"Display the menu of your restaurant or bar.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:172;a:8:{s:3:\"tag\";s:18:\"callToActionButton\";s:4:\"name\";s:21:\"Call to Action Button\";s:16:\"metaThumbnailUrl\";s:113:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToActionButton.1683793826.call-to-action-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToActionButton.1683793826.call-to-action-button-preview.png\";s:15:\"metaDescription\";s:78:\"A perfect marketing button with an eye-catching title, icon, and description. \";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:173;a:8:{s:3:\"tag\";s:11:\"starRanking\";s:4:\"name\";s:12:\"Star Ranking\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/starRanking.1683793730.star-ranking-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/starRanking.1683793730.star-ranking-preview.png\";s:15:\"metaDescription\";s:80:\"Display the rank of your product or services with a simple star ranking element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:174;a:8:{s:3:\"tag\";s:18:\"shadowPricingTable\";s:4:\"name\";s:20:\"Shadow Pricing Table\";s:16:\"metaThumbnailUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/shadowPricingTable.1683793720.shadow-pricing-table-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/shadowPricingTable.1683793720.shadow-pricing-table-preview.png\";s:15:\"metaDescription\";s:46:\"A pricing table element with image and shadow.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:175;a:8:{s:3:\"tag\";s:13:\"contentSlider\";s:4:\"name\";s:14:\"Content Slider\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/contentSlider.1683793816.content-slide-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/contentSlider.1683793816.content-slide-preview.png\";s:15:\"metaDescription\";s:60:\"A multiple page slider that can contain any type of content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:176;a:8:{s:3:\"tag\";s:16:\"starTestimonials\";s:4:\"name\";s:17:\"Star Testimonials\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/starTestimonials.1683793724.star-testimonials-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/starTestimonials.1683793724.star-testimonials-preview.png\";s:15:\"metaDescription\";s:72:\"Display testimonials for your products and services with a star ranking.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:177;a:8:{s:3:\"tag\";s:10:\"iconButton\";s:4:\"name\";s:11:\"Icon Button\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconButton.1688628182.icon-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconButton.1688628182.icon-button-preview.png\";s:15:\"metaDescription\";s:69:\"A simple button with icon and title to be used as a secondary button.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:178;a:8:{s:3:\"tag\";s:15:\"toggleContainer\";s:4:\"name\";s:16:\"Toggle Container\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/toggleContainer.1673944679.toggle-container-thumbnail.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/toggleContainer.1673944679.toggle-container-preview.png\";s:15:\"metaDescription\";s:75:\"Display variations of your product/service pricing with a toggle container.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:179;a:8:{s:3:\"tag\";s:8:\"faqGroup\";s:4:\"name\";s:9:\"FAQ Group\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/faqGroup.1683793794.faq-group-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/faqGroup.1683793794.faq-group-preview.png\";s:15:\"metaDescription\";s:98:\"Display frequently asked questions (FAQ) or any other information in a beautiful and animated way.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:180;a:8:{s:3:\"tag\";s:12:\"linkDropdown\";s:4:\"name\";s:13:\"Link Dropdown\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/linkDropdown.1683793764.link-dropdown-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/linkDropdown.1683793764.link-dropdown-preview.png\";s:15:\"metaDescription\";s:82:\"A custom dropdown with links that can lead visitors to a specific section or page.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:181;a:8:{s:3:\"tag\";s:17:\"portfolioPostGrid\";s:4:\"name\";s:19:\"Portfolio Post Grid\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/portfolioPostGrid.1683793750.thumbnail-portfolio-post-grid.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/portfolioPostGrid.1683793750.preview-portfolio-post-grid.png\";s:15:\"metaDescription\";s:100:\"Display your portfolio items, news, and articles with a beautiful portfolio style post grid element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:182;a:8:{s:3:\"tag\";s:11:\"doubleTitle\";s:4:\"name\";s:12:\"Double Title\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleTitle.1683793808.double-title-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleTitle.1683793808.double-title-preview.png\";s:15:\"metaDescription\";s:67:\"A title element that consists of two texts on front and background.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:183;a:8:{s:3:\"tag\";s:23:\"postGridWithHoverButton\";s:4:\"name\";s:27:\"Post Grid With Hover Button\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postGridWithHoverButton.1725879699.grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postGridWithHoverButton.1725879699.grid-preview.png\";s:15:\"metaDescription\";s:86:\"A simple post grid element with featured image, post title, and button on hover state.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:184;a:8:{s:3:\"tag\";s:20:\"layoutWpCommentsArea\";s:4:\"name\";s:13:\"Comments Area\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutWpCommentsArea.1683793765.comments-area-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutWpCommentsArea.1683793765.comments-area-preview.png\";s:15:\"metaDescription\";s:49:\"Define a comments area for a post or page layout.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:185;a:8:{s:3:\"tag\";s:15:\"monoSocialIcons\";s:4:\"name\";s:17:\"Mono Social Icons\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/monoSocialIcons.1683793759.mono-social-icons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/monoSocialIcons.1683793759.mono-social-icons-preview.png\";s:15:\"metaDescription\";s:57:\"Add mono-styled social icons with links to your profiles.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:186;a:8:{s:3:\"tag\";s:5:\"giphy\";s:4:\"name\";s:5:\"Giphy\";s:16:\"metaThumbnailUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/giphy.1683793787.giphy-thumbnail.png\";s:14:\"metaPreviewUrl\";s:82:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/giphy.1683793787.giphy-preview.png\";s:15:\"metaDescription\";s:53:\"Add GIF files with animations to your WordPress site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:187;a:8:{s:3:\"tag\";s:12:\"gifAnimation\";s:4:\"name\";s:13:\"GIF Animation\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gifAnimation.1683793788.gif-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gifAnimation.1683793788.gif-preview.png\";s:15:\"metaDescription\";s:53:\"Add GIF files with animations to your WordPress site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:188;a:8:{s:3:\"tag\";s:17:\"layoutContentArea\";s:4:\"name\";s:12:\"Content Area\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutContentArea.1683793776.content-area-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutContentArea.1683793776.content-area-preview.png\";s:15:\"metaDescription\";s:126:\"Define the content area part in your template where you will be able to use a default WordPress editor or the website builder.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:189;a:8:{s:3:\"tag\";s:16:\"layoutPostAuthor\";s:4:\"name\";s:11:\"Post Author\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthor.1683793775.post-author-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthor.1683793775.post-author-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:190;a:8:{s:3:\"tag\";s:19:\"layoutPostAuthorBio\";s:4:\"name\";s:15:\"Post Author Bio\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthorBio.1683793774.post-author-bio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthorBio.1683793774.post-author-bio-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:191;a:8:{s:3:\"tag\";s:14:\"layoutPostDate\";s:4:\"name\";s:9:\"Post Date\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostDate.1683793772.post-date-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostDate.1683793772.post-date-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:192;a:8:{s:3:\"tag\";s:17:\"layoutPostExcerpt\";s:4:\"name\";s:12:\"Post Excerpt\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostExcerpt.1683793771.post-excerpt-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostExcerpt.1683793771.post-excerpt-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:193;a:8:{s:3:\"tag\";s:15:\"layoutPostTitle\";s:4:\"name\";s:10:\"Post Title\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostTitle.1683793766.post-title-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostTitle.1683793766.post-title-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:194;a:8:{s:3:\"tag\";s:22:\"layoutPostCustomFields\";s:4:\"name\";s:13:\"Custom Fields\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostCustomFields.1683793772.post-custom-fields-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostCustomFields.1683793772.post-custom-fields-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:195;a:8:{s:3:\"tag\";s:20:\"layoutPostCategories\";s:4:\"name\";s:15:\"Post Categories\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostCategories.1725879709.post-categories-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostCategories.1725879709.post-categories-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:196;a:8:{s:3:\"tag\";s:14:\"layoutPostTags\";s:4:\"name\";s:9:\"Post Tags\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostTags.1725879709.post-tags-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostTags.1725879709.post-tags-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:197;a:8:{s:3:\"tag\";s:21:\"layoutPostAuthorImage\";s:4:\"name\";s:17:\"Post Author Photo\";s:16:\"metaThumbnailUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthorImage.1683793774.post-author-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthorImage.1683793774.post-author-image-preview.png\";s:15:\"metaDescription\";s:125:\"This element is a dynamic placeholder of the Layout Builder that will be replaced with the authors photo on the actual posts.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:198;a:8:{s:3:\"tag\";s:23:\"layoutPostFeaturedImage\";s:4:\"name\";s:14:\"Featured Image\";s:16:\"metaThumbnailUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostFeaturedImage.1683793768.featured-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostFeaturedImage.1683793768.featured-image-preview.png\";s:15:\"metaDescription\";s:126:\"This element is a dynamic placeholder of the Layout Builder that will be replaced with the featured image on the actual posts.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:199;a:8:{s:3:\"tag\";s:14:\"layoutPostList\";s:4:\"name\";s:9:\"Post List\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostList.1725879697.layout-post-list-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostList.1725879697.layout-post-list-preview.png\";s:15:\"metaDescription\";s:120:\"Add a post list to your archive layout - it will be replaced with an actual post list when assigned to the archive page.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:200;a:8:{s:3:\"tag\";s:12:\"hubSpotForms\";s:4:\"name\";s:13:\"HubSpot Forms\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hubSpotForms.1683793783.hubspot-element-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hubSpotForms.1683793783.hubspot-element-preview.png\";s:15:\"metaDescription\";s:41:\"Display HubSpot forms in Visual Composer.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:201;a:8:{s:3:\"tag\";s:3:\"div\";s:4:\"name\";s:3:\"Div\";s:16:\"metaThumbnailUrl\";s:80:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/div.1684153907.thumbnail-div.png\";s:14:\"metaPreviewUrl\";s:78:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/div.1684153907.preview-div.png\";s:15:\"metaDescription\";s:53:\"A simple div container in the Visual Composer editor.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:7:\"Content\";a:4:{s:2:\"id\";s:8:\"Content1\";s:5:\"index\";i:1;s:5:\"title\";s:7:\"Content\";s:8:\"elements\";a:63:{i:0;a:8:{s:3:\"tag\";s:11:\"heroSection\";s:4:\"name\";s:12:\"Hero Section\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/heroSection.1614003390.thumbnail-hero-section.jpg\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/heroSection.1614003390.preview-hero-section.jpg\";s:15:\"metaDescription\";s:111:\"Hero section with image background and \'Call to Action\' message with a switchable button and position controls.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:1;a:8:{s:3:\"tag\";s:9:\"faqToggle\";s:4:\"name\";s:10:\"Faq Toggle\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/faqToggle.1609161471.faq-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/faqToggle.1609161471.faq-preview.png\";s:15:\"metaDescription\";s:108:\"Toggle element for frequently added questions (Faq) or similar structure for display of content per request.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:2;a:8:{s:3:\"tag\";s:15:\"doubleSeparator\";s:4:\"name\";s:16:\"Double Separator\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleSeparator.1683793809.double-separator-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleSeparator.1683793809.double-separator-preview.jpg\";s:15:\"metaDescription\";s:76:\"Double line separator with different line length - calculated automatically.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:7:\"feature\";s:4:\"name\";s:7:\"Feature\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/feature.1610443992.thumbnail-feature.jpg\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/feature.1610443992.preview-feature.jpg\";s:15:\"metaDescription\";s:114:\"Feature element with an icon, title and description. Icon element contains controls for various background shapes.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:4;a:8:{s:3:\"tag\";s:14:\"featureSection\";s:4:\"name\";s:15:\"Feature Section\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featureSection.1614003387.thumbnail-feature-section.jpg\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featureSection.1614003387.preview-feature-section.jpg\";s:15:\"metaDescription\";s:116:\"Feature section divided into image and content columns. Great for representing product features or company services.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:5;a:8:{s:3:\"tag\";s:7:\"flipBox\";s:4:\"name\";s:8:\"Flip Box\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flipBox.1683793711.flip-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flipBox.1683793711.flip-box-preview.jpg\";s:15:\"metaDescription\";s:123:\"Flip box element with image slide and textual content slide allowing to define default state and flip box background color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:10:\"googleMaps\";s:4:\"name\";s:11:\"Google Maps\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/googleMaps.1609161461.google-maps-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/googleMaps.1609161461.google-maps-preview.jpg\";s:15:\"metaDescription\";s:83:\"Add basic Google Maps via embed code to your WordPress website to display location.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:7;a:8:{s:3:\"tag\";s:4:\"icon\";s:4:\"name\";s:4:\"Icon\";s:16:\"metaThumbnailUrl\";s:82:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/icon.1610443984.thumbnail-icon.jpg\";s:14:\"metaPreviewUrl\";s:80:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/icon.1610443984.preview-icon.jpg\";s:15:\"metaDescription\";s:89:\"Simple icon element with various icons from library and background shape control options.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:10:\"messageBox\";s:4:\"name\";s:11:\"Message Box\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/messageBox.1683793718.message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/messageBox.1683793718.message-box-preview.jpg\";s:15:\"metaDescription\";s:94:\"Add simple message box with predefined notification or create custom message with custom icon.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:9:\"postsGrid\";s:4:\"name\";s:9:\"Post Grid\";s:16:\"metaThumbnailUrl\";s:82:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postsGrid.1725879700.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:80:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postsGrid.1725879700.preview.jpg\";s:15:\"metaDescription\";s:63:\"Add page, post or custom post type grid teasers in grid layout.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:12:\"pricingTable\";s:4:\"name\";s:13:\"Pricing Table\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pricingTable.1683793705.thumbnail-pricing-table.jpg\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pricingTable.1683793705.preview-pricing-table.png\";s:15:\"metaDescription\";s:86:\"Simple filled or outline pricing table to display prices of your products or services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:7:\"rawHtml\";s:4:\"name\";s:8:\"Raw HTML\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/rawHtml.1609161363.raw-html-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/rawHtml.1609161363.raw-html-preview.jpg\";s:15:\"metaDescription\";s:87:\"Add a custom HTML code to the WordPress website via a raw code block that accepts HTML.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:12;a:8:{s:3:\"tag\";s:5:\"rawJs\";s:4:\"name\";s:6:\"Raw JS\";s:16:\"metaThumbnailUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/rawJs.1610443970.raw-js-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:83:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/rawJs.1610443970.raw-js-preview.jpg\";s:15:\"metaDescription\";s:92:\"Add a custom JavaScript code to the WordPress website to execute it on this particular page.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:13;a:8:{s:3:\"tag\";s:13:\"separatorIcon\";s:4:\"name\";s:19:\"Separator with Icon\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatorIcon.1610443965.separator-with-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatorIcon.1610443965.separator-with-icon-preview.png\";s:15:\"metaDescription\";s:93:\"Add separator with an icon as decoration or visual eye-catching marker before content blocks.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:14:\"separatorTitle\";s:4:\"name\";s:20:\"Separator with Title\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatorTitle.1610443965.separator-with-text-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatorTitle.1610443965.separator-with-text-preview.png\";s:15:\"metaDescription\";s:91:\"Add separator with title as decoration or visual eye-catching marker before content blocks.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:15;a:8:{s:3:\"tag\";s:12:\"callToAction\";s:4:\"name\";s:14:\"Call To Action\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToAction.1683793729.thumbnail-call-to-action.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToAction.1683793729.preview-call-to-action.png\";s:15:\"metaDescription\";s:112:\"Add an eye-catching call to action block to immediately drag visitor\'s attention and deliver a specific message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:8:{s:3:\"tag\";s:17:\"outlineMessageBox\";s:4:\"name\";s:19:\"Outline Message Box\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineMessageBox.1683793704.outline-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineMessageBox.1683793704.outline-message-box-preview.png\";s:15:\"metaDescription\";s:90:\"Add outline style message box with predesigned notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:10:\"emptySpace\";s:4:\"name\";s:11:\"Empty Space\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/emptySpace.1683793806.empty-space-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/emptySpace.1683793806.empty-space-preview.png\";s:15:\"metaDescription\";s:108:\"Add empty space to your layout with a blank empty space element and control spaces across different devices.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:8:\"hoverBox\";s:4:\"name\";s:9:\"Hover Box\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverBox.1683793711.hover-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverBox.1683793711.hover-box-preview.jpg\";s:15:\"metaDescription\";s:79:\"Image hover-box with inner outline border and custom title appearance on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:19;a:8:{s:3:\"tag\";s:19:\"outlinePricingTable\";s:4:\"name\";s:21:\"Outline Pricing Table\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlinePricingTable.1683793709.thumbnail-outline-pricing-table.jpg\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlinePricingTable.1683793709.preview-outline-pricing-table.jpg\";s:15:\"metaDescription\";s:132:\"Outline style pricing table with optional icon element, title, price, feature description and bold transition effect on hover state.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:20;a:8:{s:3:\"tag\";s:12:\"iconHoverBox\";s:4:\"name\";s:14:\"Icon Hover Box\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconHoverBox.1683793728.icon-hover-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconHoverBox.1683793728.icon-hover-box-preview.png\";s:15:\"metaDescription\";s:89:\"Hover box with icon and overlay display as hover effect for portfolio items and services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:21;a:8:{s:3:\"tag\";s:12:\"tallHoverBox\";s:4:\"name\";s:14:\"Tall Hover Box\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/tallHoverBox.1683793699.tall-hover-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/tallHoverBox.1683793699.tall-hover-box-preview.jpg\";s:15:\"metaDescription\";s:91:\"Tall hover box with title and description animation on hover to capture visitors attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:22;a:8:{s:3:\"tag\";s:11:\"testimonial\";s:4:\"name\";s:11:\"Testimonial\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/testimonial.1673944678.thumbnail-testimonial.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/testimonial.1673944678.preview-testimonial.png\";s:15:\"metaDescription\";s:103:\"Add testimonials to your site to share what your customers are saying about your products and services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:23;a:8:{s:3:\"tag\";s:17:\"syntaxHighlighter\";s:4:\"name\";s:18:\"Syntax Highlighter\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/syntaxHighlighter.1673944675.syntax-highlighter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/syntaxHighlighter.1673944675.syntax-highlighter-preview.png\";s:15:\"metaDescription\";s:96:\"Highlight your syntax with various styles to separate it from the text or other type of content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:24;a:8:{s:3:\"tag\";s:16:\"centeredPostGrid\";s:4:\"name\";s:18:\"Centered Post Grid\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/centeredPostGrid.1726483900.centered-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/centeredPostGrid.1726483900.centered-post-grid-preview.png\";s:15:\"metaDescription\";s:56:\"Clean post grid with centred content and separator line.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:25;a:8:{s:3:\"tag\";s:21:\"featuredImagePostGrid\";s:4:\"name\";s:24:\"Featured Image Post Grid\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featuredImagePostGrid.1726483900.featured-image-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featuredImagePostGrid.1726483900.featured-image-grid-preview.png\";s:15:\"metaDescription\";s:81:\"Display your works or articles in a beautiful grid focused on the featured image.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:26;a:8:{s:3:\"tag\";s:17:\"typewriterHeading\";s:4:\"name\";s:18:\"Typewriter Heading\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/typewriterHeading.1673944682.typewriter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/typewriterHeading.1673944682.typewriter-preview.png\";s:15:\"metaDescription\";s:111:\"Add interactive heading with typewriter animation to drag your customer attention to specific title or keyword.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:27;a:8:{s:3:\"tag\";s:14:\"marqueeElement\";s:4:\"name\";s:15:\"Marquee Element\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/marqueeElement.1683793761.marquee-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/marqueeElement.1683793761.marquee-preview.png\";s:15:\"metaDescription\";s:117:\"The most famous non-standard HTML element with beautiful marquee effect to convert any headline into a sales machine.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:28;a:8:{s:3:\"tag\";s:14:\"globalTemplate\";s:4:\"name\";s:15:\"Global Template\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/globalTemplate.1683793732.global-template-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/globalTemplate.1683793732.global-template-preview.png\";s:15:\"metaDescription\";s:123:\"Add global templates created in Visual Composer to your layout that will automatically update across all site upon changes.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:29;a:8:{s:3:\"tag\";s:18:\"simpleCallToAction\";s:4:\"name\";s:21:\"Simple Call To Action\";s:16:\"metaThumbnailUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleCallToAction.1683793703.simple-cta-thumbnail.png\";s:14:\"metaPreviewUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleCallToAction.1683793703.simple-cta-preview.png\";s:15:\"metaDescription\";s:98:\"Add an eye-catching simple call to action block to drag visitor\'s attention and deliver a message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:30;a:8:{s:3:\"tag\";s:20:\"semiFilledMessageBox\";s:4:\"name\";s:23:\"Semi-filled Message Box\";s:16:\"metaThumbnailUrl\";s:117:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/semiFilledMessageBox.1683793714.semi-filled-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/semiFilledMessageBox.1683793714.semi-filled-message-box-preview.png\";s:15:\"metaDescription\";s:87:\"Add semi-filled message box with predefined notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:31;a:8:{s:3:\"tag\";s:16:\"simpleMessageBox\";s:4:\"name\";s:18:\"Simple Message Box\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleMessageBox.1683793712.simple-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleMessageBox.1683793712.simple-message-box-preview.png\";s:15:\"metaDescription\";s:82:\"Add simple message box with predefined notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:32;a:8:{s:3:\"tag\";s:15:\"zigZagSeparator\";s:4:\"name\";s:16:\"ZigZag Separator\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/zigZagSeparator.1658920414.zig-zag-separator-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/zigZagSeparator.1658920414.zig-zag-separator-preview.png\";s:15:\"metaDescription\";s:69:\"A zigzag style separator for decoration or separation of the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:33;a:8:{s:3:\"tag\";s:19:\"outlineCallToAction\";s:4:\"name\";s:22:\"Outline Call To Action\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineCallToAction.1683793710.outline-cta-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineCallToAction.1683793710.outline-cta-preview.png\";s:15:\"metaDescription\";s:98:\"Add an eye-catching simple call to action block to drag visitor\'s attention and deliver a message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:34;a:8:{s:3:\"tag\";s:16:\"outlineFaqToggle\";s:4:\"name\";s:18:\"Outline Faq Toggle\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineFaqToggle.1683793755.outline-faq-toggle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineFaqToggle.1683793755.outline-faq-toggle-preview.png\";s:15:\"metaDescription\";s:108:\"Toggle element for frequently asked questions (Faq) or similar structure for display of content per request.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:35;a:8:{s:3:\"tag\";s:11:\"postsSlider\";s:4:\"name\";s:11:\"Post Slider\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postsSlider.1686741997.posts-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postsSlider.1686741997.posts-slider-preview.png\";s:15:\"metaDescription\";s:66:\"Display your posts in a simple slideshow with optional post title.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:36;a:8:{s:3:\"tag\";s:9:\"iconGroup\";s:4:\"name\";s:10:\"Icon Group\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconGroup.1683793780.icon-group-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconGroup.1683793780.icon-group-preview.png\";s:15:\"metaDescription\";s:69:\"Display different icons in a single line with the Icon Group element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:37;a:8:{s:3:\"tag\";s:16:\"slideOutPostGrid\";s:4:\"name\";s:18:\"SlideOut Post Grid\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/slideOutPostGrid.1725879705.slideout-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/slideOutPostGrid.1725879705.slideout-post-grid-preview.png\";s:15:\"metaDescription\";s:77:\"Post Grid with a background image and SlideOut animation for button on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:38;a:8:{s:3:\"tag\";s:17:\"timelineWithIcons\";s:4:\"name\";s:19:\"Timeline With Icons\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/timelineWithIcons.1673943997.timeline-with-icons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/timelineWithIcons.1673943997.timeline-with-icons-preview.png\";s:15:\"metaDescription\";s:78:\"A vertical timeline with icons to showcase your progress or historical events.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:39;a:8:{s:3:\"tag\";s:20:\"callToActionWithIcon\";s:4:\"name\";s:24:\"Call To Action With Icon\";s:16:\"metaThumbnailUrl\";s:118:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToActionWithIcon.1683793729.thumbnail-call-to-action-with-icon.png\";s:14:\"metaPreviewUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToActionWithIcon.1683793729.preview-call-to-action-with-icon.png\";s:15:\"metaDescription\";s:112:\"Add an eye-catching call to action block to immediately drag visitor\'s attention and deliver a specific message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:40;a:8:{s:3:\"tag\";s:13:\"bannerElement\";s:4:\"name\";s:14:\"Banner Element\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/bannerElement.1683793833.banner-element-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/bannerElement.1683793833.banner-element-preview.png\";s:15:\"metaDescription\";s:100:\"Add image banners to your page that will load randomly - only one banner will be loaded at the time.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:41;a:8:{s:3:\"tag\";s:12:\"sidePostGrid\";s:4:\"name\";s:14:\"Side Post Grid\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sidePostGrid.1725879705.side-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sidePostGrid.1725879705.side-post-grid-preview.png\";s:15:\"metaDescription\";s:67:\"A post grid with featured image position on the left or right part.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:42;a:8:{s:3:\"tag\";s:12:\"newsPostGrid\";s:4:\"name\";s:14:\"News Post Grid\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/newsPostGrid.1725879697.news-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/newsPostGrid.1725879697.news-post-grid-preview.png\";s:15:\"metaDescription\";s:63:\"A post grid element that is perfect for news portals and blogs.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:43;a:8:{s:3:\"tag\";s:16:\"basicTestimonial\";s:4:\"name\";s:17:\"Basic Testimonial\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicTestimonial.1683793829.basic-testimonials-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicTestimonial.1683793829.basic-testimonials-preview.png\";s:15:\"metaDescription\";s:87:\"Show testimonials from your customers in a beautiful way and convince your new clients.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:44;a:8:{s:3:\"tag\";s:10:\"hoverImage\";s:4:\"name\";s:11:\"Hover Image\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverImage.1683793784.hover-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverImage.1683793784.hover-image-preview.png\";s:15:\"metaDescription\";s:60:\"A two-image element that changes the image upon mouse hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:45;a:8:{s:3:\"tag\";s:15:\"profileWithIcon\";s:4:\"name\";s:17:\"Profile With Icon\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/profileWithIcon.1683793747.profile-with-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/profileWithIcon.1683793747.profile-with-icon-preview.png\";s:15:\"metaDescription\";s:53:\"A profile element with an icon to showcase your team.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:46;a:8:{s:3:\"tag\";s:23:\"backgroundImagePostGrid\";s:4:\"name\";s:26:\"Background Image Post Grid\";s:16:\"metaThumbnailUrl\";s:115:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/backgroundImagePostGrid.1726483899.bg-image-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/backgroundImagePostGrid.1726483899.bg-image-post-grid-preview.png\";s:15:\"metaDescription\";s:69:\"A post grid element with a featured image used as a background image.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:47;a:8:{s:3:\"tag\";s:16:\"soundcloudPlayer\";s:4:\"name\";s:17:\"SoundCloud Player\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/soundcloudPlayer.1673944671.soundcloud-element-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/soundcloudPlayer.1673944671.soundcloud-element-preview.png\";s:15:\"metaDescription\";s:55:\"Add the SoundCloud embed player to your WordPress site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:48;a:8:{s:3:\"tag\";s:11:\"phoneMockup\";s:4:\"name\";s:12:\"Phone Mockup\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/phoneMockup.1683793752.iphone-mockup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/phoneMockup.1683793752.iphone-mockup-preview.png\";s:15:\"metaDescription\";s:65:\"Display your artworks, web designs or app design in Phone mockup.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:49;a:8:{s:3:\"tag\";s:15:\"postGridWithBox\";s:4:\"name\";s:18:\"Post Grid With Box\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postGridWithBox.1725879698.post-grid-with-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postGridWithBox.1725879698.post-grid-with-box-preview.png\";s:15:\"metaDescription\";s:45:\"A post grid element with a slide-out excerpt.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:50;a:8:{s:3:\"tag\";s:13:\"browserMockup\";s:4:\"name\";s:14:\"Browser Mockup\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/browserMockup.1683793827.browser-mockup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/browserMockup.1683793827.browser-mockup-preview.png\";s:15:\"metaDescription\";s:40:\"Display your design in a browser mockup.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:51;a:8:{s:3:\"tag\";s:19:\"parallaxSingleImage\";s:4:\"name\";s:21:\"Parallax Single Image\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallaxSingleImage.1683793753.Parallax-Single-Image-Thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallaxSingleImage.1683793753.Parallax-Single-Image-Preview.png\";s:15:\"metaDescription\";s:86:\"A single image with adjustable parallax effect to grab the attention of your visitors.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:52;a:8:{s:3:\"tag\";s:15:\"postSliderBlock\";s:4:\"name\";s:17:\"Post Slider Block\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postSliderBlock.1725879699.post-slider-block-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postSliderBlock.1725879699.post-slider-block-preview.png\";s:15:\"metaDescription\";s:60:\"A post slideshow element with shadow and hover zoom options.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:53;a:8:{s:3:\"tag\";s:17:\"simpleContactForm\";s:4:\"name\";s:19:\"Simple Contact Form\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleContactForm.1683793723.simple-contact-form-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleContactForm.1683793723.simple-contact-form-preview.png\";s:15:\"metaDescription\";s:75:\"Add a simple contact form to your WordPress site so people can contact you.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:54;a:8:{s:3:\"tag\";s:17:\"foodAndDrinksMenu\";s:4:\"name\";s:20:\"Food and Drinks Menu\";s:16:\"metaThumbnailUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/foodAndDrinksMenu.1683793792.food-and-drinks-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/foodAndDrinksMenu.1683793792.food-and-drinks-menu-preview.png\";s:15:\"metaDescription\";s:43:\"Display the menu of your restaurant or bar.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:55;a:8:{s:3:\"tag\";s:11:\"starRanking\";s:4:\"name\";s:12:\"Star Ranking\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/starRanking.1683793730.star-ranking-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/starRanking.1683793730.star-ranking-preview.png\";s:15:\"metaDescription\";s:80:\"Display the rank of your product or services with a simple star ranking element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:56;a:8:{s:3:\"tag\";s:18:\"shadowPricingTable\";s:4:\"name\";s:20:\"Shadow Pricing Table\";s:16:\"metaThumbnailUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/shadowPricingTable.1683793720.shadow-pricing-table-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/shadowPricingTable.1683793720.shadow-pricing-table-preview.png\";s:15:\"metaDescription\";s:46:\"A pricing table element with image and shadow.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:57;a:8:{s:3:\"tag\";s:16:\"starTestimonials\";s:4:\"name\";s:17:\"Star Testimonials\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/starTestimonials.1683793724.star-testimonials-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/starTestimonials.1683793724.star-testimonials-preview.png\";s:15:\"metaDescription\";s:72:\"Display testimonials for your products and services with a star ranking.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:58;a:8:{s:3:\"tag\";s:17:\"portfolioPostGrid\";s:4:\"name\";s:19:\"Portfolio Post Grid\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/portfolioPostGrid.1683793750.thumbnail-portfolio-post-grid.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/portfolioPostGrid.1683793750.preview-portfolio-post-grid.png\";s:15:\"metaDescription\";s:100:\"Display your portfolio items, news, and articles with a beautiful portfolio style post grid element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:59;a:8:{s:3:\"tag\";s:11:\"doubleTitle\";s:4:\"name\";s:12:\"Double Title\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleTitle.1683793808.double-title-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleTitle.1683793808.double-title-preview.png\";s:15:\"metaDescription\";s:67:\"A title element that consists of two texts on front and background.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:60;a:8:{s:3:\"tag\";s:23:\"postGridWithHoverButton\";s:4:\"name\";s:27:\"Post Grid With Hover Button\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postGridWithHoverButton.1725879699.grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/postGridWithHoverButton.1725879699.grid-preview.png\";s:15:\"metaDescription\";s:86:\"A simple post grid element with featured image, post title, and button on hover state.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:61;a:8:{s:3:\"tag\";s:5:\"giphy\";s:4:\"name\";s:5:\"Giphy\";s:16:\"metaThumbnailUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/giphy.1683793787.giphy-thumbnail.png\";s:14:\"metaPreviewUrl\";s:82:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/giphy.1683793787.giphy-preview.png\";s:15:\"metaDescription\";s:53:\"Add GIF files with animations to your WordPress site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:62;a:8:{s:3:\"tag\";s:12:\"gifAnimation\";s:4:\"name\";s:13:\"GIF Animation\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gifAnimation.1683793788.gif-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gifAnimation.1683793788.gif-preview.png\";s:15:\"metaDescription\";s:53:\"Add GIF files with animations to your WordPress site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:10:\"Containers\";a:4:{s:2:\"id\";s:11:\"Containers2\";s:5:\"index\";i:2;s:5:\"title\";s:10:\"Containers\";s:8:\"elements\";a:8:{i:0;a:8:{s:3:\"tag\";s:13:\"tabsWithSlide\";s:4:\"name\";s:15:\"Tabs with Slide\";s:16:\"metaThumbnailUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/tabsWithSlide.1673944677.tabs-with-slide-thumbnail.png\";s:14:\"metaPreviewUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/tabsWithSlide.1673944677.tabs-with-slide-preview.png\";s:15:\"metaDescription\";s:60:\"Add tab element with slide animation to divide your content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:7:\"section\";s:4:\"name\";s:7:\"Section\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/section.1683793741.thumbnail-section.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/section.1683793741.preview-section.jpg\";s:15:\"metaDescription\";s:103:\"Section is an optional root element which can be used to group rows in order to apply joint background.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:11:\"classicTabs\";s:4:\"name\";s:12:\"Classic Tabs\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/classicTabs.1683793818.classic-tabs-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/classicTabs.1683793818.classic-tabs-preview.png\";s:15:\"metaDescription\";s:127:\"A simple classic tabs element to divide your content into logic problems (ex. product description and technical specification).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:17:\"pageableContainer\";s:4:\"name\";s:18:\"Pageable Container\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pageableContainer.1683793701.pageable-container-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pageableContainer.1683793701.pageable-container-preview.png\";s:15:\"metaDescription\";s:113:\"Colored slider for textual information with dot controls. Allows defining background colors per individual slide.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:16:\"classicAccordion\";s:4:\"name\";s:17:\"Classic Accordion\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/classicAccordion.1683793818.classic-accordion-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/classicAccordion.1683793818.classic-accordion-preview.png\";s:15:\"metaDescription\";s:66:\"Add simple accordion to your site to divide content into sections.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:13:\"contentSlider\";s:4:\"name\";s:14:\"Content Slider\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/contentSlider.1683793816.content-slide-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/contentSlider.1683793816.content-slide-preview.png\";s:15:\"metaDescription\";s:60:\"A multiple page slider that can contain any type of content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:15:\"toggleContainer\";s:4:\"name\";s:16:\"Toggle Container\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/toggleContainer.1673944679.toggle-container-thumbnail.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/toggleContainer.1673944679.toggle-container-preview.png\";s:15:\"metaDescription\";s:75:\"Display variations of your product/service pricing with a toggle container.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:8:\"faqGroup\";s:4:\"name\";s:9:\"FAQ Group\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/faqGroup.1683793794.faq-group-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/faqGroup.1683793794.faq-group-preview.png\";s:15:\"metaDescription\";s:98:\"Display frequently asked questions (FAQ) or any other information in a beautiful and animated way.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:5:\"Basic\";a:4:{s:2:\"id\";s:6:\"Basic3\";s:5:\"index\";i:3;s:5:\"title\";s:5:\"Basic\";s:8:\"elements\";a:10:{i:0;a:8:{s:3:\"tag\";s:7:\"section\";s:4:\"name\";s:7:\"Section\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/section.1683793741.thumbnail-section.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/section.1683793741.preview-section.jpg\";s:15:\"metaDescription\";s:103:\"Section is an optional root element which can be used to group rows in order to apply joint background.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:17:\"typewriterHeading\";s:4:\"name\";s:18:\"Typewriter Heading\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/typewriterHeading.1673944682.typewriter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/typewriterHeading.1673944682.typewriter-preview.png\";s:15:\"metaDescription\";s:111:\"Add interactive heading with typewriter animation to drag your customer attention to specific title or keyword.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:14:\"marqueeElement\";s:4:\"name\";s:15:\"Marquee Element\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/marqueeElement.1683793761.marquee-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/marqueeElement.1683793761.marquee-preview.png\";s:15:\"metaDescription\";s:117:\"The most famous non-standard HTML element with beautiful marquee effect to convert any headline into a sales machine.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:10:\"hoverImage\";s:4:\"name\";s:11:\"Hover Image\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverImage.1683793784.hover-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverImage.1683793784.hover-image-preview.png\";s:15:\"metaDescription\";s:60:\"A two-image element that changes the image upon mouse hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:11:\"phoneMockup\";s:4:\"name\";s:12:\"Phone Mockup\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/phoneMockup.1683793752.iphone-mockup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/phoneMockup.1683793752.iphone-mockup-preview.png\";s:15:\"metaDescription\";s:65:\"Display your artworks, web designs or app design in Phone mockup.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:13:\"browserMockup\";s:4:\"name\";s:14:\"Browser Mockup\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/browserMockup.1683793827.browser-mockup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/browserMockup.1683793827.browser-mockup-preview.png\";s:15:\"metaDescription\";s:40:\"Display your design in a browser mockup.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:19:\"parallaxSingleImage\";s:4:\"name\";s:21:\"Parallax Single Image\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallaxSingleImage.1683793753.Parallax-Single-Image-Thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallaxSingleImage.1683793753.Parallax-Single-Image-Preview.png\";s:15:\"metaDescription\";s:86:\"A single image with adjustable parallax effect to grab the attention of your visitors.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:11:\"doubleTitle\";s:4:\"name\";s:12:\"Double Title\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleTitle.1683793808.double-title-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleTitle.1683793808.double-title-preview.png\";s:15:\"metaDescription\";s:67:\"A title element that consists of two texts on front and background.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:5:\"giphy\";s:4:\"name\";s:5:\"Giphy\";s:16:\"metaThumbnailUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/giphy.1683793787.giphy-thumbnail.png\";s:14:\"metaPreviewUrl\";s:82:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/giphy.1683793787.giphy-preview.png\";s:15:\"metaDescription\";s:53:\"Add GIF files with animations to your WordPress site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:12:\"gifAnimation\";s:4:\"name\";s:13:\"GIF Animation\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gifAnimation.1683793788.gif-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gifAnimation.1683793788.gif-preview.png\";s:15:\"metaDescription\";s:53:\"Add GIF files with animations to your WordPress site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:7:\"Buttons\";a:4:{s:2:\"id\";s:8:\"Buttons4\";s:5:\"index\";i:4;s:5:\"title\";s:7:\"Buttons\";s:8:\"elements\";a:33:{i:0;a:8:{s:3:\"tag\";s:8:\"3dButton\";s:4:\"name\";s:9:\"3D Button\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/3dButton.1747296715.thumbnail-3d-button.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/3dButton.1747296715.preview-3d-button.png\";s:15:\"metaDescription\";s:75:\"A 3D style button with the ability to control a hover and animation states.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:18:\"animatedIconButton\";s:4:\"name\";s:20:\"Animated Icon Button\";s:16:\"metaThumbnailUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedIconButton.1683793838.thumbnail-animated-icon-button.png\";s:14:\"metaPreviewUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedIconButton.1683793838.preview-animated-icon-button.png\";s:15:\"metaDescription\";s:70:\"An icon button with animation effect and button text display on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:21:\"animatedOutlineButton\";s:4:\"name\";s:23:\"Animated Outline Button\";s:16:\"metaThumbnailUrl\";s:118:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedOutlineButton.1683793835.thumbnail-animated-outline-button.png\";s:14:\"metaPreviewUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedOutlineButton.1683793835.preview-animated-outline-button.png\";s:15:\"metaDescription\";s:70:\"Outline button with an animation effect that wraps around button text.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:20:\"animatedShadowButton\";s:4:\"name\";s:22:\"Animated Shadow Button\";s:16:\"metaThumbnailUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedShadowButton.1683793835.thumbnail-animated-shadow-button.png\";s:14:\"metaPreviewUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedShadowButton.1683793835.preview-animated-shadow-button.png\";s:15:\"metaDescription\";s:51:\"A button with centered shadow effect and animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:22:\"animatedTwoColorButton\";s:4:\"name\";s:25:\"Animated Two Color Button\";s:16:\"metaThumbnailUrl\";s:121:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedTwoColorButton.1683793834.thumbnail-animated-two-color-button.png\";s:14:\"metaPreviewUrl\";s:119:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/animatedTwoColorButton.1683793834.preview-animated-two-color-button.png\";s:15:\"metaDescription\";s:74:\"A modern animated button with two color intersection and smooth animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:15:\"basicButtonIcon\";s:4:\"name\";s:17:\"Basic Button Icon\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicButtonIcon.1683793833.thumbnail-basic-button-icon.jpg\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicButtonIcon.1683793833.preview-basic-button-icon.jpg\";s:15:\"metaDescription\";s:77:\"Flat style button with an icon and slide effect to catch visitor\'s attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:17:\"borderHoverButton\";s:4:\"name\";s:19:\"Border Hover Button\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/borderHoverButton.1683793828.thumbnail-border-hover-button.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/borderHoverButton.1683793828.preview-border-hover-button.png\";s:15:\"metaDescription\";s:80:\"Button with border accent as a hover effect and ability to control border color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:18:\"filledShadowButton\";s:4:\"name\";s:20:\"Filled Shadow Button\";s:16:\"metaThumbnailUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/filledShadowButton.1683793793.thumbnail-filled-shadow-button.png\";s:14:\"metaPreviewUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/filledShadowButton.1683793793.preview-filled-shadow-button.png\";s:15:\"metaDescription\";s:83:\"A geometric style filled button with shadow effect and custom hover color controls.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:12:\"gatsbyButton\";s:4:\"name\";s:13:\"Gatsby Button\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gatsbyButton.1683793791.thumbnail-gatsby-button.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gatsbyButton.1683793791.preview-gatsby-button.png\";s:15:\"metaDescription\";s:74:\"A Gatsby style button with a misplaced outline and transparent fill color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:17:\"halfOutlineButton\";s:4:\"name\";s:19:\"Half Outline Button\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/halfOutlineButton.1683793785.thumbnail-half-outline-button.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/halfOutlineButton.1683793785.preview-half-outline-button.png\";s:15:\"metaDescription\";s:66:\"Outline button with half outline, position and animation controls.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:17:\"outlineButtonIcon\";s:4:\"name\";s:19:\"Outline Button Icon\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineButtonIcon.1683793757.outline-button-icon-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineButtonIcon.1683793757.outline-button-icon-preview.jpg\";s:15:\"metaDescription\";s:125:\"Outline button with solid fill and icon appearance o hover. Great solution to be used as a secondary button within a website.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:19:\"outlineShadowButton\";s:4:\"name\";s:21:\"Outline Shadow Button\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineShadowButton.1683793754.thumbnail-outline-shadow-button.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/outlineShadowButton.1683793754.preview-outline-shadow-button.png\";s:15:\"metaDescription\";s:64:\"A geometric style outline button with custom hover color option.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:19:\"parallelogramButton\";s:4:\"name\";s:20:\"Parallelogram Button\";s:16:\"metaThumbnailUrl\";s:113:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallelogramButton.1683793753.thumbnail-parallelogram-button.png\";s:14:\"metaPreviewUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallelogramButton.1683793753.preview-parallelogram-button.png\";s:15:\"metaDescription\";s:62:\"A button in parallelogram shape with ability to control angle.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:11:\"quoteButton\";s:4:\"name\";s:12:\"Quote Button\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/quoteButton.1683793744.thumbnail-quote-button.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/quoteButton.1683793744.preview-quote-button.png\";s:15:\"metaDescription\";s:74:\"Quote button is a good call to action that points directly to the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:12:\"resizeButton\";s:4:\"name\";s:13:\"Resize Button\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/resizeButton.1683793743.thumbnail-resize-button.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/resizeButton.1683793743.preview-resize-button.png\";s:15:\"metaDescription\";s:77:\"A simple button that resizes with animation on hover to catch user attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:8:{s:3:\"tag\";s:20:\"simpleGradientButton\";s:4:\"name\";s:22:\"Simple Gradient Button\";s:16:\"metaThumbnailUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleGradientButton.1683793739.thumbnail-simple-gradient-button.png\";s:14:\"metaPreviewUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleGradientButton.1683793739.preview-simple-gradient-button.png\";s:15:\"metaDescription\";s:67:\"A simple gradient button ith automatic gradient effect calculation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:8:{s:3:\"tag\";s:19:\"strikethroughButton\";s:4:\"name\";s:20:\"Strikethrough Button\";s:16:\"metaThumbnailUrl\";s:113:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/strikethroughButton.1673944672.thumbnail-strikethrough-button.png\";s:14:\"metaPreviewUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/strikethroughButton.1673944672.preview-strikethrough-button.png\";s:15:\"metaDescription\";s:66:\"A simple text button with animated strike through effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:26:\"strikethroughOutlineButton\";s:4:\"name\";s:28:\"Strikethrough Outline Button\";s:16:\"metaThumbnailUrl\";s:128:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/strikethroughOutlineButton.1673944674.thumbnail-strikethrough-outline-button.png\";s:14:\"metaPreviewUrl\";s:126:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/strikethroughOutlineButton.1673944674.preview-strikethrough-outline-button.png\";s:15:\"metaDescription\";s:90:\"Outline button with a horizontal or vertical strikethrough and fill color effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:15:\"symmetricButton\";s:4:\"name\";s:16:\"Symmetric Button\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/symmetricButton.1673944675.thumbnail-symmetric-button.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/symmetricButton.1673944675.preview-symmetric-button.png\";s:15:\"metaDescription\";s:57:\"A large circle button with text and zoom effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:19;a:8:{s:3:\"tag\";s:24:\"transparentOutlineButton\";s:4:\"name\";s:26:\"Transparent Outline Button\";s:16:\"metaThumbnailUrl\";s:124:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/transparentOutlineButton.1673944682.thumbnail-transparent-outline-button.png\";s:14:\"metaPreviewUrl\";s:122:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/transparentOutlineButton.1673944682.preview-transparent-outline-button.png\";s:15:\"metaDescription\";s:103:\"Transparent outline button with fill color effect on hover is perfect for dark or colorful backgrounds.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:20;a:8:{s:3:\"tag\";s:15:\"underlineButton\";s:4:\"name\";s:16:\"Underline Button\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/underlineButton.1673944683.thumbnail-underline-button.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/underlineButton.1673944683.preview-underline-button.png\";s:15:\"metaDescription\";s:57:\"A simple text button with underline and resize animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:21;a:8:{s:3:\"tag\";s:12:\"zigZagButton\";s:4:\"name\";s:13:\"ZigZag Button\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/zigZagButton.1673944013.thumbnail-zigzag-button.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/zigZagButton.1673944013.preview-zigzag-button.png\";s:15:\"metaDescription\";s:75:\"A text based button with zig zag underline and custom hover color controls.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:22;a:8:{s:3:\"tag\";s:15:\"separatedButton\";s:4:\"name\";s:16:\"Separated Button\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatedButton.1683793741.thumbnail-separated-button.jpg\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/separatedButton.1683793741.preview-separated-button.jpg\";s:15:\"metaDescription\";s:98:\"Flat style button with a separate part for icon element from icon library and simple hover effect.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:23;a:8:{s:3:\"tag\";s:14:\"gradientButton\";s:4:\"name\";s:15:\"Gradient Button\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gradientButton.1683793786.gradient-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gradientButton.1683793786.gradient-button-preview.jpg\";s:15:\"metaDescription\";s:114:\"Gradient button with gradient direction and color controls. Animated hover effects with gradient direction change.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:24;a:8:{s:3:\"tag\";s:19:\"doubleOutlineButton\";s:4:\"name\";s:21:\"Double Outline Button\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleOutlineButton.1683793814.double-outline-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleOutlineButton.1683793814.double-outline-button-preview.jpg\";s:15:\"metaDescription\";s:123:\"Double outline button with solid color hover. Great solution for light and dark websites to keep website design consistent.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:25;a:8:{s:3:\"tag\";s:11:\"buttonGroup\";s:4:\"name\";s:12:\"Button Group\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/buttonGroup.1683793827.button-group-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/buttonGroup.1683793827.button-group-preview.png\";s:15:\"metaDescription\";s:73:\"Display different buttons in a single line with the Button Group element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:26;a:8:{s:3:\"tag\";s:17:\"basicShadowButton\";s:4:\"name\";s:19:\"Basic Shadow Button\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicShadowButton.1683793831.basic-shadow-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicShadowButton.1683793831.basic-shadow-button-preview.png\";s:15:\"metaDescription\";s:98:\"A simple button with shadow effect that helps button to stand out and gives website a perspective.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:27;a:8:{s:3:\"tag\";s:16:\"growShadowButton\";s:4:\"name\";s:18:\"Grow Shadow Button\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/growShadowButton.1683793730.grow-shadow-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/growShadowButton.1683793730.grow-shadow-button-preview.png\";s:15:\"metaDescription\";s:51:\"A simple round button with smooth shadow animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:28;a:8:{s:3:\"tag\";s:12:\"3ColorButton\";s:4:\"name\";s:14:\"3 Color Button\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/3ColorButton.1683793840.3-color-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/3ColorButton.1683793840.3-color-button-preview.png\";s:15:\"metaDescription\";s:61:\"A button with three colored stripes that animates upon hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:29;a:8:{s:3:\"tag\";s:16:\"doubleTextButton\";s:4:\"name\";s:18:\"Double Text Button\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleTextButton.1683793808.double-text-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/doubleTextButton.1683793808.double-text-button-preview.png\";s:15:\"metaDescription\";s:75:\"A simple button with slide-out effect upon hover to display different text.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:30;a:8:{s:3:\"tag\";s:18:\"callToActionButton\";s:4:\"name\";s:21:\"Call to Action Button\";s:16:\"metaThumbnailUrl\";s:113:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToActionButton.1683793826.call-to-action-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/callToActionButton.1683793826.call-to-action-button-preview.png\";s:15:\"metaDescription\";s:78:\"A perfect marketing button with an eye-catching title, icon, and description. \";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:31;a:8:{s:3:\"tag\";s:10:\"iconButton\";s:4:\"name\";s:11:\"Icon Button\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconButton.1688628182.icon-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/iconButton.1688628182.icon-button-preview.png\";s:15:\"metaDescription\";s:69:\"A simple button with icon and title to be used as a secondary button.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:32;a:8:{s:3:\"tag\";s:12:\"linkDropdown\";s:4:\"name\";s:13:\"Link Dropdown\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/linkDropdown.1683793764.link-dropdown-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/linkDropdown.1683793764.link-dropdown-preview.png\";s:15:\"metaDescription\";s:82:\"A custom dropdown with links that can lead visitors to a specific section or page.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:6:\"Social\";a:4:{s:2:\"id\";s:7:\"Social5\";s:5:\"index\";i:5;s:5:\"title\";s:6:\"Social\";s:8:\"elements\";a:19:{i:0;a:8:{s:3:\"tag\";s:12:\"facebookLike\";s:4:\"name\";s:13:\"Facebook Like\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookLike.1609161473.facebook-like-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookLike.1609161473.facebook-like-preview.jpg\";s:15:\"metaDescription\";s:89:\"Add Facebook Like button to your WordPress website for quick content sharing on Facebook.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:1;a:8:{s:3:\"tag\";s:11:\"flickrImage\";s:4:\"name\";s:12:\"Flickr Image\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flickrImage.1609161467.thumbnail-flickr-image.jpg\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flickrImage.1609161467.preview-flickr-image.jpg\";s:15:\"metaDescription\";s:54:\"Embed Flickr image directly to your WordPress website.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:2;a:8:{s:3:\"tag\";s:14:\"instagramImage\";s:4:\"name\";s:15:\"Instagram Image\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/instagramImage.1612858292.thumbnail-instagram.jpg\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/instagramImage.1612858292.preview-instagram.jpg\";s:15:\"metaDescription\";s:57:\"Embed Instagram image directly to your WordPress website.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:3;a:8:{s:3:\"tag\";s:14:\"pinterestPinit\";s:4:\"name\";s:15:\"Pinterest Pinit\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pinterestPinit.1609161381.pinterest-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/pinterestPinit.1609161381.pinterest-preview.jpg\";s:15:\"metaDescription\";s:98:\"Add Pinterest Pinit button to your WordPress website for quick media content sharing on Pinterest.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:4;a:8:{s:3:\"tag\";s:13:\"twitterButton\";s:4:\"name\";s:14:\"Twitter Button\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterButton.1603965869.tweet-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterButton.1603965869.tweet-button-preview.jpg\";s:15:\"metaDescription\";s:89:\"Add standard Tweet button to your WordPress website for quick content sharing on Twitter.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:5;a:8:{s:3:\"tag\";s:11:\"twitterGrid\";s:4:\"name\";s:12:\"Twitter Grid\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterGrid.1609161332.twitter-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterGrid.1609161332.twitter-grid-preview.jpg\";s:15:\"metaDescription\";s:86:\"Showcase Twitter stories that are primarily told with photos, videos, GIFs, and Vines.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:6;a:8:{s:3:\"tag\";s:15:\"twitterTimeline\";s:4:\"name\";s:16:\"Twitter Timeline\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterTimeline.1609161331.twitter-timeline-thumbnail.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterTimeline.1609161331.twitter-timeline-preview.jpg\";s:15:\"metaDescription\";s:136:\"Embedded timeline to display a stream of Tweets on your site. Use it to showcase profiles, lists, and favorites, as well as the stories.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:7;a:8:{s:3:\"tag\";s:12:\"twitterTweet\";s:4:\"name\";s:13:\"Twitter Tweet\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterTweet.1609161330.twitter-tweet-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/twitterTweet.1609161330.twitter-tweet-preview.jpg\";s:15:\"metaDescription\";s:82:\"Embedded Tweet to display an individual Tweet off of Twitter by picking tweet URL.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:8;a:8:{s:3:\"tag\";s:12:\"flickrWidget\";s:4:\"name\";s:13:\"Flickr Widget\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flickrWidget.1683793792.flickr-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/flickrWidget.1683793792.flickr-widget-preview.jpg\";s:15:\"metaDescription\";s:100:\"Add Flickr image grid gallery to your site, specify the number of images with an easy-to-use widget.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:12:\"facebookPage\";s:4:\"name\";s:13:\"Facebook Page\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookPage.1683793799.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookPage.1683793799.facebook-page-preview.png\";s:15:\"metaDescription\";s:183:\"The Page plugin lets you easily embed and promote any public Facebook Page on your website. Just like on Facebook, your visitors can like and share the Page without leaving your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:24:\"facebookEmbeddedComments\";s:4:\"name\";s:26:\"Facebook Embedded Comments\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedComments.1683793802.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedComments.1683793802.facebook-embedded-comments-preview.png\";s:15:\"metaDescription\";s:218:\"Embedded comments are a simple way to put public post comments - by a Page or a person on Facebook - into the content of your web site or web page. Only public comments from Facebook Pages and profiles can be embedded.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:21:\"facebookEmbeddedVideo\";s:4:\"name\";s:23:\"Facebook Embedded Video\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedVideo.1683793798.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedVideo.1683793798.facebook-embedded-video-preview.png\";s:15:\"metaDescription\";s:194:\"With the embedded video player you can easily add Facebook videos and Facebook live videos to your website. You can use any public video post by a Page or a person as video or live video source.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:12:\"facebookSave\";s:4:\"name\";s:13:\"Facebook Save\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookSave.1683793796.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookSave.1683793796.save-to-facebook.png\";s:15:\"metaDescription\";s:112:\"Save items or services to a private list on Facebook, share it with friends, and receive relevant notifications.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:13:\"facebookQuote\";s:4:\"name\";s:14:\"Facebook Quote\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookQuote.1683793799.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookQuote.1683793799.facebook-quote-preview.png\";s:15:\"metaDescription\";s:115:\"The quote lets people select text on your page and add it to their share, so they can tell a more expressive story.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:13:\"facebookShare\";s:4:\"name\";s:14:\"Facebook Share\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookShare.1683793795.facebook-share-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookShare.1683793795.facebook-share-preview.png\";s:15:\"metaDescription\";s:124:\"Add a personalized message to links before sharing on their timeline, in groups, or to their friends via a Facebook Message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:8:{s:3:\"tag\";s:16:\"facebookComments\";s:4:\"name\";s:17:\"Facebook Comments\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookComments.1683793803.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookComments.1683793803.facebook-comments-preview.png\";s:15:\"metaDescription\";s:93:\"The comments plugin lets people comment on content on your site using their Facebook account.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:8:{s:3:\"tag\";s:21:\"facebookEmbeddedPosts\";s:4:\"name\";s:23:\"Facebook Embedded Posts\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedPosts.1683793800.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/facebookEmbeddedPosts.1683793800.facebook-embedded-posts-preview.png\";s:15:\"metaDescription\";s:204:\"Embedded Posts are a simple way to put public posts - by a Page or a person on Facebook - into the content of your web site or web page. Only public posts from Facebook Pages and profiles can be embedded.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:18:\"socialProfileIcons\";s:4:\"name\";s:20:\"Social Profile Icons\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/socialProfileIcons.1673944671.social-icons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/socialProfileIcons.1673944671.social-icons-preview.png\";s:15:\"metaDescription\";s:78:\"Small icons of the most popular social networks with original colors on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:15:\"monoSocialIcons\";s:4:\"name\";s:17:\"Mono Social Icons\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/monoSocialIcons.1683793759.mono-social-icons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/monoSocialIcons.1683793759.mono-social-icons-preview.png\";s:15:\"metaDescription\";s:57:\"Add mono-styled social icons with links to your profiles.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:19:\"Feature Description\";a:4:{s:2:\"id\";s:20:\"Feature description6\";s:5:\"index\";i:6;s:5:\"title\";s:19:\"Feature Description\";s:8:\"elements\";a:1:{i:0;a:8:{s:3:\"tag\";s:18:\"featureDescription\";s:4:\"name\";s:19:\"Feature Description\";s:16:\"metaThumbnailUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featureDescription.1614003387.thumbnail-feature-description.png\";s:14:\"metaPreviewUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/featureDescription.1614003387.preview-feature-description.png\";s:15:\"metaDescription\";s:77:\"Feature element with image and call to action button for further information.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}}}s:5:\"Media\";a:4:{s:2:\"id\";s:6:\"Media7\";s:5:\"index\";i:7;s:5:\"title\";s:5:\"Media\";s:8:\"elements\";a:20:{i:0;a:8:{s:3:\"tag\";s:12:\"imageGallery\";s:4:\"name\";s:13:\"Image Gallery\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGallery.1614003411.image-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGallery.1614003411.image-gallery-preview.jpg\";s:15:\"metaDescription\";s:106:\"Image gallery is a basic element for adding simple image gallery from Media Library into the content area.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:1;a:8:{s:3:\"tag\";s:19:\"imageMasonryGallery\";s:4:\"name\";s:21:\"Image Masonry Gallery\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGallery.1614003408.image-masonry-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGallery.1614003408.image-masonry-gallery-preview.jpg\";s:15:\"metaDescription\";s:124:\"Image masonry gallery is a gallery element for adding simple masonry image gallery from Media Library into the content area.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:2;a:8:{s:3:\"tag\";s:17:\"simpleImageSlider\";s:4:\"name\";s:19:\"Simple Image Slider\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleImageSlider.1614003399.thumbnail-simple-image-slider.jpg\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleImageSlider.1614003399.preview-simple-image-slider.jpg\";s:15:\"metaDescription\";s:91:\"Media Library Image slider with dot controls and swipe option for better mobile experience.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:3;a:8:{s:3:\"tag\";s:20:\"multipleImageCollage\";s:4:\"name\";s:22:\"Multiple Image Collage\";s:16:\"metaThumbnailUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/multipleImageCollage.1683793759.multiple-image-collage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/multipleImageCollage.1683793759.multiple-image-collage-preview.png\";s:15:\"metaDescription\";s:124:\"A simple multiple image collage with CSS transition for every image to create eye-catching effect for your product features.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:11:\"videoPlayer\";s:4:\"name\";s:12:\"Video Player\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/videoPlayer.1688628181.video-player-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/videoPlayer.1688628181.video-player-preview.png\";s:15:\"metaDescription\";s:88:\"Add self-hosted video from Media Library to your website and control \'Play\' icon design.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:10:\"logoSlider\";s:4:\"name\";s:11:\"Logo Slider\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/logoSlider.1683793764.logo-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/logoSlider.1683793764.logo-slider-preview.png\";s:15:\"metaDescription\";s:81:\"Display your customers, partners, or in-media mentions with a simple logo slider.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:10:\"videoPopup\";s:4:\"name\";s:11:\"Video Popup\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/videoPopup.1688628183.video-popup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/videoPopup.1688628183.video-popup-preview.png\";s:15:\"metaDescription\";s:78:\" Add fullscreen popup video to your site and set custom icon to trigger open..\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:30:\"imageMasonryGalleryWithScaleUp\";s:4:\"name\";s:34:\"Image Masonry Gallery With ScaleUp\";s:16:\"metaThumbnailUrl\";s:138:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithScaleUp.1683793778.image-masonry-gallery-with-scaleup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:136:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithScaleUp.1683793778.image-masonry-gallery-with-scaleup-preview.png\";s:15:\"metaDescription\";s:94:\"A masonry grid type image gallery with a scale effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:20:\"imageGalleryWithZoom\";s:4:\"name\";s:23:\"Image Gallery With Zoom\";s:16:\"metaThumbnailUrl\";s:117:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithZoom.1683793779.image-gallery-with-zoom-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithZoom.1683793779.image-gallery-with-zoom-preview.png\";s:15:\"metaDescription\";s:85:\"A grid type image gallery with a zoom effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:23:\"imageGalleryWithScaleUp\";s:4:\"name\";s:26:\"Image Gallery With ScaleUp\";s:16:\"metaThumbnailUrl\";s:123:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithScaleUp.1683793780.image-gallery-with-scaleup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:121:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithScaleUp.1683793780.image-gallery-with-scaleup-preview.png\";s:15:\"metaDescription\";s:86:\"A grid type image gallery with a scale effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:27:\"imageMasonryGalleryWithZoom\";s:4:\"name\";s:31:\"Image Masonry Gallery With Zoom\";s:16:\"metaThumbnailUrl\";s:132:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithZoom.1683793777.image-masonry-gallery-with-zoom-thumbnail.png\";s:14:\"metaPreviewUrl\";s:130:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithZoom.1683793777.image-masonry-gallery-with-zoom-preview.png\";s:15:\"metaDescription\";s:93:\"A masonry grid type image gallery with a zoom effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:27:\"imageMasonryGalleryWithIcon\";s:4:\"name\";s:31:\"Image Masonry Gallery With Icon\";s:16:\"metaThumbnailUrl\";s:113:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithIcon.1683793718.masonry-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageMasonryGalleryWithIcon.1683793718.masonry-icon-preview.png\";s:15:\"metaDescription\";s:97:\"A masonry grid type image gallery with an icon displayed upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:20:\"imageGalleryWithIcon\";s:4:\"name\";s:23:\"Image Gallery With Icon\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithIcon.1683793725.image-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/imageGalleryWithIcon.1683793725.image-gallery-preview.png\";s:15:\"metaDescription\";s:89:\"A grid type image gallery with an icon displayed upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:10:\"hoverImage\";s:4:\"name\";s:11:\"Hover Image\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverImage.1683793784.hover-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hoverImage.1683793784.hover-image-preview.png\";s:15:\"metaDescription\";s:60:\"A two-image element that changes the image upon mouse hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:17:\"timelineSlideshow\";s:4:\"name\";s:18:\"Timeline Slideshow\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/timelineSlideshow.1673944679.timeline-slideshow-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/timelineSlideshow.1673944679.timeline-slideshow-preview.png\";s:15:\"metaDescription\";s:75:\"A rich slideshow element with time and content control for separate slides.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:8:{s:3:\"tag\";s:11:\"phoneMockup\";s:4:\"name\";s:12:\"Phone Mockup\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/phoneMockup.1683793752.iphone-mockup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/phoneMockup.1683793752.iphone-mockup-preview.png\";s:15:\"metaDescription\";s:65:\"Display your artworks, web designs or app design in Phone mockup.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:8:{s:3:\"tag\";s:13:\"browserMockup\";s:4:\"name\";s:14:\"Browser Mockup\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/browserMockup.1683793827.browser-mockup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/browserMockup.1683793827.browser-mockup-preview.png\";s:15:\"metaDescription\";s:40:\"Display your design in a browser mockup.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:19:\"parallaxSingleImage\";s:4:\"name\";s:21:\"Parallax Single Image\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallaxSingleImage.1683793753.Parallax-Single-Image-Thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/parallaxSingleImage.1683793753.Parallax-Single-Image-Preview.png\";s:15:\"metaDescription\";s:86:\"A single image with adjustable parallax effect to grab the attention of your visitors.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:5:\"giphy\";s:4:\"name\";s:5:\"Giphy\";s:16:\"metaThumbnailUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/giphy.1683793787.giphy-thumbnail.png\";s:14:\"metaPreviewUrl\";s:82:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/giphy.1683793787.giphy-preview.png\";s:15:\"metaDescription\";s:53:\"Add GIF files with animations to your WordPress site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:19;a:8:{s:3:\"tag\";s:12:\"gifAnimation\";s:4:\"name\";s:13:\"GIF Animation\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gifAnimation.1683793788.gif-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gifAnimation.1683793788.gif-preview.png\";s:15:\"metaDescription\";s:53:\"Add GIF files with animations to your WordPress site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:11:\"WooCommerce\";a:4:{s:2:\"id\";s:12:\"Woocommerce8\";s:5:\"index\";i:8;s:5:\"title\";s:11:\"WooCommerce\";s:8:\"elements\";a:19:{i:0;a:8:{s:3:\"tag\";s:20:\"woocommerceAddToCart\";s:4:\"name\";s:23:\"WooCommerce Add To Cart\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceAddToCart.1673944688.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceAddToCart.1673944688.preview.jpg\";s:15:\"metaDescription\";s:85:\"WooCommerce element shows the price and add to cart button of a single product by ID.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:30:\"woocommerceBestSellingProducts\";s:4:\"name\";s:33:\"WooCommerce Best Selling Products\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceBestSellingProducts.1673944688.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceBestSellingProducts.1673944688.preview.jpg\";s:15:\"metaDescription\";s:62:\"WooCommerce element which displays your best selling products.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:15:\"woocommerceCart\";s:4:\"name\";s:16:\"WooCommerce Cart\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceCart.1673943998.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceCart.1673943998.preview.jpg\";s:15:\"metaDescription\";s:104:\"WooCommerce element displays cart content and interface for coupon codes and other cart bits and pieces.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:19:\"woocommerceCheckout\";s:4:\"name\";s:20:\"WooCommerce Checkout\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceCheckout.3328770.1593162895.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceCheckout.3328770.1593162895.preview.jpg\";s:15:\"metaDescription\";s:59:\"WooCommerce checkout element displays the checkout process.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:27:\"woocommerceFeaturedProducts\";s:4:\"name\";s:29:\"WooCommerce Featured Products\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceFeaturedProducts.1673944689.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceFeaturedProducts.1673944689.preview.jpg\";s:15:\"metaDescription\";s:71:\"WooCommerce element displays products that have been set as \"featured\".\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:20:\"woocommerceMyAccount\";s:4:\"name\";s:22:\"WooCommerce My Account\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceMyAccount.1673944689.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceMyAccount.1673944689.preview.jpg\";s:15:\"metaDescription\";s:124:\"WooCommerce element shows the ‘my account’ section where the customer can view past orders and update their information.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:24:\"woocommerceOrderTracking\";s:4:\"name\";s:26:\"WooCommerce Order Tracking\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceOrderTracking.1605100092.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceOrderTracking.1605100092.preview.jpg\";s:15:\"metaDescription\";s:91:\"WooCommerce element lets a user see the status of an order by entering their order details.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:18:\"woocommerceProduct\";s:4:\"name\";s:19:\"WooCommerce Product\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProduct.1673944689.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProduct.1673944689.preview.jpg\";s:15:\"metaDescription\";s:56:\"WooCommerce element shows a single product by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:27:\"woocommerceProductAttribute\";s:4:\"name\";s:29:\"WooCommerce Product Attribute\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductAttribute.1673943998.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductAttribute.1673943998.preview.jpg\";s:15:\"metaDescription\";s:63:\"WooCommerce element lists products with an attribute shortcode.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:28:\"woocommerceProductCategories\";s:4:\"name\";s:30:\"WooCommerce Product Categories\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductCategories.1673943999.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductCategories.1673943999.preview.jpg\";s:15:\"metaDescription\";s:53:\"WooCommerce element displays product categories loop.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:26:\"woocommerceProductCategory\";s:4:\"name\";s:28:\"WooCommerce Product Category\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductCategory.1673944001.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductCategory.1673944001.preview.jpg\";s:15:\"metaDescription\";s:66:\"WooCommerce element shows multiple products in a category by slug.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:22:\"woocommerceProductPage\";s:4:\"name\";s:24:\"WooCommerce Product Page\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductPage.1635775750.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProductPage.1635775750.preview.jpg\";s:15:\"metaDescription\";s:66:\"WooCommerce element shows a full single product page by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:19:\"woocommerceProducts\";s:4:\"name\";s:20:\"WooCommerce Products\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProducts.1673944000.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProducts.1673944000.preview.jpg\";s:15:\"metaDescription\";s:57:\"WooCommerce element shows multiple products by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:25:\"woocommerceRecentProducts\";s:4:\"name\";s:27:\"WooCommerce Recent Products\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceRecentProducts.1673944002.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceRecentProducts.1673944002.preview.jpg\";s:15:\"metaDescription\";s:109:\"WooCommerce element lists the most recent products added to your WooCommerce site – useful on the homepage.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:26:\"woocommerceRelatedProducts\";s:4:\"name\";s:28:\"WooCommerce Related Products\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceRelatedProducts.1673944002.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceRelatedProducts.1673944002.preview.jpg\";s:15:\"metaDescription\";s:43:\"WooCommerce element lists related products.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:8:{s:3:\"tag\";s:23:\"woocommerceSaleProducts\";s:4:\"name\";s:25:\"WooCommerce Sale Products\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceSaleProducts.1673944003.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceSaleProducts.1673944003.preview.jpg\";s:15:\"metaDescription\";s:47:\"WooCommerce element lists all products on sale.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:8:{s:3:\"tag\";s:27:\"woocommerceTopRatedProducts\";s:4:\"name\";s:30:\"WooCommerce Top Rated Products\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceTopRatedProducts.1673944012.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceTopRatedProducts.1673944012.preview.jpg\";s:15:\"metaDescription\";s:52:\"WooCommerce element list top-rated products on sale.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:21:\"woocommerceProducts32\";s:4:\"name\";s:25:\"WooCommerce Products 3.2+\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProducts32.1673944001.thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/woocommerceProducts32.1673944001.preview.png\";s:15:\"metaDescription\";s:198:\"WooCommerce element allows you to display products by post ID, SKU, categories, attributes, with support for pagination, random sorting and product tags, replacing the need for multiples shortcodes.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:19:\"cartIconWithCounter\";s:4:\"name\";s:22:\"Cart Icon With Counter\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/cartIconWithCounter.1683793825.cart-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/cartIconWithCounter.1683793825.cart-preview.png\";s:15:\"metaDescription\";s:72:\"Shopping cart icon with a counter to display products added to the cart.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:9:\"WordPress\";a:4:{s:2:\"id\";s:10:\"Wordpress9\";s:5:\"index\";i:9;s:5:\"title\";s:9:\"WordPress\";s:8:\"elements\";a:21:{i:0;a:8:{s:3:\"tag\";s:17:\"widgetizedSidebar\";s:4:\"name\";s:18:\"Widgetized Sidebar\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/widgetizedSidebar.1673944687.wordpress-widgets-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/widgetizedSidebar.1673944687.wordpress-widgets-preview.png\";s:15:\"metaDescription\";s:65:\"Add any of your saved WordPress sidebars anywhere in the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:12:\"contactForm7\";s:4:\"name\";s:14:\"Contact Form 7\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/contactForm7.1683793818.contact-form-7-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/contactForm7.1683793818.contact-form-7-preview.png\";s:15:\"metaDescription\";s:110:\"Add Contact Form 7 form to your layout (Note: Contact Form 7 plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:13:\"essentialGrid\";s:4:\"name\";s:14:\"Essential Grid\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/essentialGrid.1784706877.essential-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/essentialGrid.1784706877.essential-grid-preview.png\";s:15:\"metaDescription\";s:142:\"Display grid layouts created with Essential Grid anywhere on your site (Note: Essential Grid plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:15:\"eventOnCalendar\";s:4:\"name\";s:16:\"EventOn Calendar\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/eventOnCalendar.1683793803.eventon-calendar-thumbnail.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/eventOnCalendar.1683793803.eventon-calendar-preview.png\";s:15:\"metaDescription\";s:131:\"Display EventOn calendars anywhere on your WordPress site (Note: EventOn Calendar plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:14:\"nextGenGallery\";s:4:\"name\";s:15:\"NextGen Gallery\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/nextGenGallery.1683793758.nextgen-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/nextGenGallery.1683793758.nextgen-preview.png\";s:15:\"metaDescription\";s:131:\"Add NextGen gallery to your site to display images, portfolio, etc (Note: NextGen plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:20:\"advancedCustomFields\";s:4:\"name\";s:22:\"Advanced Custom Fields\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/advancedCustomFields.1683793838.acf-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/advancedCustomFields.1683793838.acf-preview.png\";s:15:\"metaDescription\";s:146:\"Output any custom field defined with Advanced Custom Fields plugin (Note: Advanced Custom Fields plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:20:\"addToAnyShareButtons\";s:4:\"name\";s:22:\"AddtoAny Share Buttons\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/addToAnyShareButtons.1683793839.addtoanyshare-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/addToAnyShareButtons.1683793839.addtoanyshare-preview.png\";s:15:\"metaDescription\";s:161:\"Add social media buttons to your WordPress site with AddtoAny Share Buttons plugin (Note: AddtoAny Share Buttons plugin must be installed on your WordPress site)\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:13:\"enviraGallery\";s:4:\"name\";s:14:\"Envira Gallery\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/enviraGallery.1683793805.envira-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/enviraGallery.1683793805.envira-gallery-preview.png\";s:15:\"metaDescription\";s:149:\"Add Envira gallery to your site to display your image gallery, portfolio, etc (Note: Envira Gallery plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:21:\"mailChimpForWordPress\";s:4:\"name\";s:23:\"MailChimp for WordPress\";s:16:\"metaThumbnailUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/mailChimpForWordPress.1683793761.mailchimp-for-wp-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/mailChimpForWordPress.1683793761.mailchimp-for-wp-preview.png\";s:15:\"metaDescription\";s:130:\"Add MailChimp subscription form anywhere on your WordPress site (Note: MailChimp plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:7:\"wpForms\";s:4:\"name\";s:8:\"WP Forms\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/wpForms.1635775767.wp-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/wpForms.1635775767.wp-forms-preview.png\";s:15:\"metaDescription\";s:124:\"Add custom forms created by WP Forms anywhere on your site (Note: WP Forms plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:10:\"ninjaForms\";s:4:\"name\";s:11:\"Ninja Forms\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/ninjaForms.1706607266.ninja-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/ninjaForms.1706607266.ninja-forms-preview.png\";s:15:\"metaDescription\";s:136:\"Display custom forms created with Ninja Forms anywhere on your site (Note: Ninja Forms plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:11:\"layerSlider\";s:4:\"name\";s:15:\"Kreatura Slider\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layerSlider.1683793777.kreatura-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layerSlider.1683793777.kreatura-slider-preview.png\";s:15:\"metaDescription\";s:142:\"Display slideshows created with Kreatura Slider anywhere on your site (Note: Kreatura Slider plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:12:\"gravityForms\";s:4:\"name\";s:13:\"Gravity Forms\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gravityForms.1683793786.gravity-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gravityForms.1683793786.gravity-forms-preview.png\";s:15:\"metaDescription\";s:139:\"Display custom forms created with Gravity Forms anywhere on your site (Note: Gravity Forms plugin must be installed on your WordPress site)\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:16:\"sliderRevolution\";s:4:\"name\";s:17:\"Slider Revolution\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sliderRevolution.1683793736.revolution-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sliderRevolution.1683793736.revolution-slider-preview.png\";s:15:\"metaDescription\";s:175:\"Display slideshows and presentations created with the most popular slider plugin - Slider Revolution (Note: Slider Revolution plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:9:\"gutenberg\";s:4:\"name\";s:16:\"Gutenberg Editor\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gutenberg.1683793785.gutenberg-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/gutenberg.1683793785.gutenberg-preview.png\";s:15:\"metaDescription\";s:55:\"Insert Gutenberg editor in your Visual Composer layout.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:8:{s:3:\"tag\";s:12:\"calderaForms\";s:4:\"name\";s:13:\"Caldera Forms\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/calderaForms.1683793826.caldera-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/calderaForms.1683793826.caldera-forms-preview.png\";s:15:\"metaDescription\";s:132:\"Add Caldera Forms directly from the Visual Composer. Note: Caldera Forms plugin must be installed and activated to use this element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:8:{s:3:\"tag\";s:12:\"wpDataTables\";s:4:\"name\";s:12:\"wpDataTables\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/wpDataTables.1635775766.wpdatatables-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/wpDataTables.1635775766.wpdatatables-preview.png\";s:15:\"metaDescription\";s:136:\"Insert tables created with wpDataTables in your Visual Composer layout. Note: wpDataTables plugin must be installed to use this element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:11:\"captainForm\";s:4:\"name\";s:11:\"CaptainForm\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/captainForm.1683793825.captainform-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/captainForm.1683793825.captainform-preview.png\";s:15:\"metaDescription\";s:132:\"Add CaptainForm to your Visual Composer layout. Note: You will need to have CaptainForm installed to use this compatibility element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:12:\"simpleSearch\";s:4:\"name\";s:13:\"Simple Search\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleSearch.1683793702.search-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/simpleSearch.1683793702.search-widget-preview.png\";s:15:\"metaDescription\";s:75:\"Add WordPress search widget to your page and style search field appearance.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:19;a:8:{s:3:\"tag\";s:30:\"translatePressLanguageSwitcher\";s:4:\"name\";s:32:\"TranslatePress Language Switcher\";s:16:\"metaThumbnailUrl\";s:118:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/translatePressLanguageSwitcher.1673943997.thumbnail-translatepress.png\";s:14:\"metaPreviewUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/translatePressLanguageSwitcher.1673943997.preview-translatepress.png\";s:15:\"metaDescription\";s:123:\"Add TranslatePress Language Switcher to your layout (Note: TranslatePress plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:20;a:8:{s:3:\"tag\";s:12:\"hubSpotForms\";s:4:\"name\";s:13:\"HubSpot Forms\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hubSpotForms.1683793783.hubspot-element-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/hubSpotForms.1683793783.hubspot-element-preview.png\";s:15:\"metaDescription\";s:41:\"Display HubSpot forms in Visual Composer.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:15:\"Header & Footer\";a:4:{s:2:\"id\";s:17:\"Header & footer10\";s:5:\"index\";i:10;s:5:\"title\";s:15:\"Header & Footer\";s:8:\"elements\";a:6:{i:0;a:8:{s:3:\"tag\";s:12:\"sandwichMenu\";s:4:\"name\";s:13:\"Sandwich Menu\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sandwichMenu.1725879715.sandwich-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sandwichMenu.1725879715.sandwich-menu-preview.png\";s:15:\"metaDescription\";s:79:\"Add sandwich menu with/without background and full screen overlay to your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:9:\"copyright\";s:4:\"name\";s:9:\"Copyright\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/copyright.1683793816.copyright-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/copyright.1683793816.copyright-preview.png\";s:15:\"metaDescription\";s:80:\"Display copyright information with your site name and automatic year generation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:9:\"basicMenu\";s:4:\"name\";s:10:\"Basic Menu\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicMenu.1706607262.basic-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/basicMenu.1706607262.basic-menu-preview.png\";s:15:\"metaDescription\";s:53:\"Add simple text menu with hover submenu to your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:11:\"sidebarMenu\";s:4:\"name\";s:12:\"Sidebar Menu\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sidebarMenu.1725879716.sidebar-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sidebarMenu.1725879716.sidebar-menu-preview.png\";s:15:\"metaDescription\";s:111:\"Sidebar menu element with all submenu sections open by default - use as sidebar or footer menu on your website.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:20:\"verticalSandwichMenu\";s:4:\"name\";s:22:\"Vertical Sandwich Menu\";s:16:\"metaThumbnailUrl\";s:116:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/verticalSandwichMenu.1706607265.vertical-sandwich-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/verticalSandwichMenu.1706607265.vertical-sandwich-menu-preview.png\";s:15:\"metaDescription\";s:49:\"Vertical sandwich menu with hover line animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:16:\"sandwichSideMenu\";s:4:\"name\";s:18:\"Sandwich Side Menu\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sandwichSideMenu.1706607264.side-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/sandwichSideMenu.1706607264.side-menu-preview.png\";s:15:\"metaDescription\";s:50:\"A sandwich menu with side menu display navigation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:13:\"Theme Builder\";a:4:{s:2:\"id\";s:15:\"Theme builder11\";s:5:\"index\";i:11;s:5:\"title\";s:13:\"Theme Builder\";s:8:\"elements\";a:14:{i:0;a:8:{s:3:\"tag\";s:10:\"logoWidget\";s:4:\"name\";s:11:\"Logo Widget\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/logoWidget.1706607270.logo-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/logoWidget.1706607270.logo-widget-preview.png\";s:15:\"metaDescription\";s:78:\"Display your site logo (defined in WordPress Customizer) anywhere on the page.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:20:\"layoutWpCommentsArea\";s:4:\"name\";s:13:\"Comments Area\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutWpCommentsArea.1683793765.comments-area-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutWpCommentsArea.1683793765.comments-area-preview.png\";s:15:\"metaDescription\";s:49:\"Define a comments area for a post or page layout.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:17:\"layoutContentArea\";s:4:\"name\";s:12:\"Content Area\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutContentArea.1683793776.content-area-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutContentArea.1683793776.content-area-preview.png\";s:15:\"metaDescription\";s:126:\"Define the content area part in your template where you will be able to use a default WordPress editor or the website builder.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:16:\"layoutPostAuthor\";s:4:\"name\";s:11:\"Post Author\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthor.1683793775.post-author-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthor.1683793775.post-author-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:19:\"layoutPostAuthorBio\";s:4:\"name\";s:15:\"Post Author Bio\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthorBio.1683793774.post-author-bio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthorBio.1683793774.post-author-bio-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:14:\"layoutPostDate\";s:4:\"name\";s:9:\"Post Date\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostDate.1683793772.post-date-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostDate.1683793772.post-date-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:17:\"layoutPostExcerpt\";s:4:\"name\";s:12:\"Post Excerpt\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostExcerpt.1683793771.post-excerpt-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostExcerpt.1683793771.post-excerpt-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:15:\"layoutPostTitle\";s:4:\"name\";s:10:\"Post Title\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostTitle.1683793766.post-title-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostTitle.1683793766.post-title-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:22:\"layoutPostCustomFields\";s:4:\"name\";s:13:\"Custom Fields\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostCustomFields.1683793772.post-custom-fields-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostCustomFields.1683793772.post-custom-fields-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:20:\"layoutPostCategories\";s:4:\"name\";s:15:\"Post Categories\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostCategories.1725879709.post-categories-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostCategories.1725879709.post-categories-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:14:\"layoutPostTags\";s:4:\"name\";s:9:\"Post Tags\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostTags.1725879709.post-tags-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostTags.1725879709.post-tags-preview.png\";s:15:\"metaDescription\";s:112:\"This element is a dynamic placeholder of the Layout Builder that will be replaced on the actual posts and pages.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:21:\"layoutPostAuthorImage\";s:4:\"name\";s:17:\"Post Author Photo\";s:16:\"metaThumbnailUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthorImage.1683793774.post-author-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostAuthorImage.1683793774.post-author-image-preview.png\";s:15:\"metaDescription\";s:125:\"This element is a dynamic placeholder of the Layout Builder that will be replaced with the authors photo on the actual posts.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:23:\"layoutPostFeaturedImage\";s:4:\"name\";s:14:\"Featured Image\";s:16:\"metaThumbnailUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostFeaturedImage.1683793768.featured-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostFeaturedImage.1683793768.featured-image-preview.png\";s:15:\"metaDescription\";s:126:\"This element is a dynamic placeholder of the Layout Builder that will be replaced with the featured image on the actual posts.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:14:\"layoutPostList\";s:4:\"name\";s:9:\"Post List\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostList.1725879697.layout-post-list-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/layoutPostList.1725879697.layout-post-list-preview.png\";s:15:\"metaDescription\";s:120:\"Add a post list to your archive layout - it will be replaced with an actual post list when assigned to the archive page.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:6:\"Charts\";a:4:{s:2:\"id\";s:8:\"Charts12\";s:5:\"index\";i:12;s:5:\"title\";s:6:\"Charts\";s:8:\"elements\";a:1:{i:0;a:8:{s:3:\"tag\";s:12:\"progressBars\";s:4:\"name\";s:13:\"Progress Bars\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/progressBars.1683793745.progress-bar-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/progressBars.1683793745.progress-bar-preview.png\";s:15:\"metaDescription\";s:101:\"A simple progress bar to showcase your skills, progress, and competences in a visually appealing way.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:7:\"Counter\";a:4:{s:2:\"id\";s:9:\"Counter13\";s:5:\"index\";i:13;s:5:\"title\";s:7:\"Counter\";s:8:\"elements\";a:2:{i:0;a:8:{s:3:\"tag\";s:9:\"counterUp\";s:4:\"name\";s:10:\"Counter Up\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/counterUp.1683793814.countup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/counterUp.1683793814.countup-preview.png\";s:15:\"metaDescription\";s:86:\"A simple number count up element to show your progress with an eye-catching animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:14:\"countdownTimer\";s:4:\"name\";s:15:\"Countdown Timer\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/countdownTimer.1725879708.countdown-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/countdownTimer.1725879708.countdown-preview.png\";s:15:\"metaDescription\";s:99:\" A countdown timer with month, days, hours, minutes, and seconds to inform about your grand launch.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:3:\"Div\";a:4:{s:2:\"id\";s:5:\"Div14\";s:5:\"index\";i:14;s:5:\"title\";s:3:\"Div\";s:8:\"elements\";a:1:{i:0;a:8:{s:3:\"tag\";s:3:\"div\";s:4:\"name\";s:3:\"Div\";s:16:\"metaThumbnailUrl\";s:80:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/div.1684153907.thumbnail-div.png\";s:14:\"metaPreviewUrl\";s:78:\"https://cdn.hub.visualcomposer.com/vcwb-teasers/div.1684153907.preview-div.png\";s:15:\"metaDescription\";s:53:\"A simple div container in the Visual Composer editor.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}}','yes'),(271,'vcv-hubTeaserAddons','a:13:{i:0;a:10:{s:6:\"bundle\";s:20:\"addon/globalTemplate\";s:3:\"tag\";s:14:\"globalTemplate\";s:4:\"name\";s:15:\"Global Template\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/globalTemplate.1752059221.thumbnail-global-template.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/globalTemplate.1752059221.preview-global-template.png\";s:15:\"metaDescription\";s:123:\"Add global templates created in Visual Composer to your layout that will automatically update across all site upon changes.\";s:17:\"metaAddonImageUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/globalTemplate.1752059221.global-template.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:1;a:10:{s:6:\"bundle\";s:18:\"addon/exportImport\";s:3:\"tag\";s:12:\"exportImport\";s:4:\"name\";s:13:\"Export/Import\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/exportImport.1683793735.export-import-thumbnail.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/exportImport.1683793735.export-import-preview.png\";s:15:\"metaDescription\";s:170:\"Export and Import your Visual Composer templates, headers, footers, and sidebars between different sites. You can access export/import option in Visual Composer Settings.\";s:17:\"metaAddonImageUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/exportImport.1683793735.export-import.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:2;a:10:{s:6:\"bundle\";s:20:\"addon/templateWidget\";s:3:\"tag\";s:14:\"templateWidget\";s:4:\"name\";s:15:\"Template Widget\";s:16:\"metaThumbnailUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/templateWidget.1752059222.vcwb-custom-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/templateWidget.1752059222.vcwb-custom-widget.png\";s:15:\"metaDescription\";s:72:\"Add Visual Composer templates in your theme sidebar via a custom widget.\";s:17:\"metaAddonImageUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/templateWidget.1752059222.template-widget.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:3;a:10:{s:6:\"bundle\";s:28:\"addon/gutenbergTemplateBlock\";s:3:\"tag\";s:22:\"gutenbergTemplateBlock\";s:4:\"name\";s:24:\"Gutenberg Template Block\";s:16:\"metaThumbnailUrl\";s:117:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/gutenbergTemplateBlock.1659438309.gutenberg-addon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/gutenbergTemplateBlock.1659438309.gutenberg-addon-preview.png\";s:15:\"metaDescription\";s:93:\"Add any Visual Composer template to your Gutenberg layout via Visual Composer Template block.\";s:17:\"metaAddonImageUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/gutenbergTemplateBlock.1659438309.gutenberg-block.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:4;a:10:{s:6:\"bundle\";s:19:\"addon/dynamicFields\";s:3:\"tag\";s:13:\"dynamicFields\";s:4:\"name\";s:15:\"Dynamic Content\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/dynamicFields.1706607272.dynamic-fields-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/dynamicFields.1706607272.dynamic-fields-preview.png\";s:15:\"metaDescription\";s:127:\"Insert dynamic content like post title, featured image, other WordPress fields, and custom fields in your pages without coding.\";s:17:\"metaAddonImageUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/dynamicFields.1706607272.dynamic-content.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:5;a:10:{s:6:\"bundle\";s:21:\"addon/maintenanceMode\";s:3:\"tag\";s:15:\"maintenanceMode\";s:4:\"name\";s:16:\"Maintenance Mode\";s:16:\"metaThumbnailUrl\";s:111:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/maintenanceMode.1641895561.maintenance-mode-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/maintenanceMode.1641895561.maintenance-mode-preview.png\";s:15:\"metaDescription\";s:180:\"Enable maintenance mode and select the page that will be displayed to the website visitors. Users with access to the admin panel will still be able to preview and edit the website.\";s:17:\"metaAddonImageUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/maintenanceMode.1641895561.maintenance-mode.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:6;a:10:{s:6:\"bundle\";s:26:\"addon/premiumIconLibraries\";s:3:\"tag\";s:20:\"premiumIconLibraries\";s:4:\"name\";s:22:\"Premium Icon Libraries\";s:16:\"metaThumbnailUrl\";s:126:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/premiumIconLibraries.1658920415.icon-library-premium-addon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/premiumIconLibraries.1658920415.icon-library-premium-addon-preview.png\";s:15:\"metaDescription\";s:66:\"Extend Visual Composer icon picker with additional icon libraries.\";s:17:\"metaAddonImageUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/premiumIconLibraries.1658920415.icon-libraries.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:7;a:10:{s:6:\"bundle\";s:22:\"addon/extendedEditForm\";s:3:\"tag\";s:16:\"extendedEditForm\";s:4:\"name\";s:22:\"Premium Design Options\";s:16:\"metaThumbnailUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/extendedEditForm.1653458734.vcwb-default-addon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/extendedEditForm.1653458734.vcwb-default-addon-preview.png\";s:15:\"metaDescription\";s:96:\"Premium features that extend edit form capabilities for the Visual Composer Premium subscribers.\";s:17:\"metaAddonImageUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/extendedEditForm.1653458734.premium-design-options.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:8;a:10:{s:6:\"bundle\";s:18:\"addon/themeBuilder\";s:3:\"tag\";s:12:\"themeBuilder\";s:4:\"name\";s:13:\"Theme Builder\";s:16:\"metaThumbnailUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/themeBuilder.1747296716.vcwb-default-addon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/themeBuilder.1747296716.vcwb-default-addon-preview.png\";s:15:\"metaDescription\";s:108:\"Extend website builder with additional functionality to create and manage layouts for pages like \"404 page\".\";s:17:\"metaAddonImageUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/themeBuilder.1747296716.theme-builder.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:9;a:10:{s:6:\"bundle\";s:20:\"addon/elementPresets\";s:3:\"tag\";s:14:\"elementPresets\";s:4:\"name\";s:15:\"Element Presets\";s:16:\"metaThumbnailUrl\";s:112:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/elementPresets.1683793735.vcwb-default-addon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/elementPresets.1683793735.vcwb-default-addon-preview.png\";s:15:\"metaDescription\";s:107:\"Save elements as your custom element presets with your settings. Save rows and sections as block templates.\";s:17:\"metaAddonImageUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/elementPresets.1683793735.element-presets.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:10;a:10:{s:6:\"bundle\";s:18:\"addon/popupBuilder\";s:3:\"tag\";s:12:\"popupBuilder\";s:4:\"name\";s:13:\"Popup Builder\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/popupBuilder.1725879708.thumbnail-popup-builder.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/popupBuilder.1725879708.preview-popup-builder.png\";s:15:\"metaDescription\";s:94:\"Create popup templates and manage triggers (ex. on click, exit intent, page depth, page load).\";s:17:\"metaAddonImageUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/popupBuilder.1725879708.popup-builder.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:11;a:10:{s:6:\"bundle\";s:17:\"addon/roleManager\";s:3:\"tag\";s:11:\"roleManager\";s:4:\"name\";s:12:\"Role Manager\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/roleManager.1685605332.vcwb-default-addon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/roleManager.1685605332.vcwb-default-addon-preview.png\";s:15:\"metaDescription\";s:90:\"Control access to your content and the editor functionality for your WordPress user roles.\";s:17:\"metaAddonImageUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/roleManager.1685605332.role-manager.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:12;a:10:{s:6:\"bundle\";s:17:\"addon/fontManager\";s:3:\"tag\";s:11:\"fontManager\";s:4:\"name\";s:12:\"Font Manager\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/fontManager.1752059220.vcwb-default-addon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/fontManager.1752059220.vcwb-default-addon-preview.png\";s:15:\"metaDescription\";s:98:\"Control the typography and other font styling of your site, including links, paragraphs, headings.\";s:17:\"metaAddonImageUrl\";s:114:\"https://cdn.hub.visualcomposer.com/vcwb-teasers-addon/fontManager.1752059220.vcwb-font-manager-addon-thumbnail.png\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}}','yes'),(272,'vcv-hubTeaserTemplates','a:371:{i:0;a:11:{s:6:\"bundle\";s:23:\"template/fashionLeaflet\";s:4:\"name\";s:15:\"Fashion Leaflet\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513171754.fashionLeaflet-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513171754.fashionLeaflet-preview.png\";s:15:\"metaDescription\";s:105:\"Magazine leaflet layout for clean articles with hero images (ex. fashion, beauty, wellness, online store)\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a2fc57fedf72\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:11:{s:6:\"bundle\";s:30:\"template/architectureCaseStudy\";s:4:\"name\";s:23:\"Architecture Case Study\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513172082.architectureCaseStudy-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513172082.architectureCaseStudy-preview.png\";s:15:\"metaDescription\";s:118:\"A case study for architecture, real estate agency, interior designers, property owners or any other creative industry.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a2fed0f174cc\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:11:{s:6:\"bundle\";s:27:\"template/productLandingPage\";s:4:\"name\";s:20:\"Product Landing Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513172134.productLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513172134.productLandingPage-preview.png\";s:15:\"metaDescription\";s:57:\"A page for advertising products. Includes a feature list.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a300c418007a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:11:{s:6:\"bundle\";s:19:\"template/barberShop\";s:4:\"name\";s:11:\"Barber Shop\";s:16:\"metaThumbnailUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513172182.barberShop-thumbnail.png\";s:14:\"metaPreviewUrl\";s:83:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513172182.barberShop-preview.png\";s:15:\"metaDescription\";s:133:\"A perfect dark-toned layout for a bar, barber shop, coffee shop or cafe. Includes staff info, contact information, schedule and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a3125d6e41c8\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:11:{s:6:\"bundle\";s:25:\"template/lightBrandLayout\";s:4:\"name\";s:18:\"Light Brand Layout\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513184257.lightBrandLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513184257.lightBrandLayout-preview.png\";s:15:\"metaDescription\";s:101:\"A layout that showcases services and brand values with light colors, shape dividers and image slider.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a315a7c1065e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:11:{s:6:\"bundle\";s:22:\"template/gameAppLayout\";s:4:\"name\";s:15:\"Game App Layout\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513261995.gameAppLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513261995.gameAppLayout-preview.png\";s:15:\"metaDescription\";s:103:\"A medieval style layout for an awesome application or game with App Store and Google Play placeholders.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a328930b1ca7\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:11:{s:6:\"bundle\";s:32:\"template/corporateHomepageLayout\";s:4:\"name\";s:25:\"Corporate Homepage Layout\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513283509.corporateHomepageLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513283509.corporateHomepageLayout-preview.png\";s:15:\"metaDescription\";s:98:\"A simple, yet powerful corporate homepage for any business (ex. insurance, finance, banking, etc.)\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a32df4c4e471\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:11:{s:6:\"bundle\";s:23:\"template/travelPackages\";s:4:\"name\";s:15:\"Travel Packages\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513345810.travelPackages-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513345810.travelPackages-preview.png\";s:15:\"metaDescription\";s:153:\"A sunny and positive layout for travel agencies and booking companies to represent tour or property packages. Includes pricing tables and shape dividers.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a33d2296b47e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:11:{s:6:\"bundle\";s:32:\"template/digitalBusinessHomepage\";s:4:\"name\";s:25:\"Digital Business Homepage\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513434710.digitalBusinessHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513434710.digitalBusinessHomepage-preview.png\";s:15:\"metaDescription\";s:151:\"A template for a hi-tech startup or web development company to offer services, sell product plans, and describe processes. Includes an archive section.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a352d520b22f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:11:{s:6:\"bundle\";s:32:\"template/fancyProductLandingPage\";s:4:\"name\";s:26:\"Fancy Product Landing Page\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513462443.fancyProductLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513462443.fancyProductLandingPage-preview.png\";s:15:\"metaDescription\";s:80:\"Advertise products with a campaign-ready landing page for products or services. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a3599c918ef9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:11:{s:6:\"bundle\";s:30:\"template/onlineFinanceServices\";s:4:\"name\";s:23:\"Online Finance Services\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513539761.onlineFinanceServices-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513539761.onlineFinanceServices-preview.png\";s:15:\"metaDescription\";s:98:\"A layout for finance, accounting or investment business with feature list and a brief description.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a36c7b54e860\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:11:{s:6:\"bundle\";s:24:\"template/digitalServices\";s:4:\"name\";s:16:\"Digital Services\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513633510.digitalServices-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1513633510.digitalServices-preview.png\";s:15:\"metaDescription\";s:111:\"A template for digital and design services with the strong focus on case studies and articles (ex. UX, design).\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a54d19a2455b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:11:{s:6:\"bundle\";s:32:\"template/simpleDesignerPortfolio\";s:4:\"name\";s:25:\"Simple Designer Portfolio\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1514041342.simpleDesignerPortfolio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1514294032.simpleDesignerPortfolio-preview.png\";s:15:\"metaDescription\";s:140:\"A simple boxed designer portfolio to showcase graphics or design, photography or any other creative work. Includes a gallery with hover box.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5aa038b009d03\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:11:{s:6:\"bundle\";s:23:\"template/simpleFoodBlog\";s:4:\"name\";s:16:\"Simple Food Blog\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1514284654.simpleFoodBlog-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1514294021.simpleFoodBlog-preview.png\";s:15:\"metaDescription\";s:119:\"Beautiful list of articles for food and travel bloggers with rich feature image and colorful background in a grid view.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a422509abaa3\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:11:{s:6:\"bundle\";s:29:\"template/webDeveloperHomepage\";s:4:\"name\";s:22:\"Web Developer Homepage\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1514560926.webDeveloperHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1514560926.webDeveloperHomepage-preview.png\";s:15:\"metaDescription\";s:135:\"Clean homepage layout with custom-made 3d illustrations for web development company or freelancer to showcase projects and/or services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a465cd6956b0\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:11:{s:6:\"bundle\";s:28:\"template/photoShowcaseLayout\";s:4:\"name\";s:21:\"Photo Showcase Layout\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1514724964.photoShowcaseLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1514724964.photoShowcaseLayout-preview.png\";s:15:\"metaDescription\";s:145:\"A layout that showcases creative work (ex. photography, video or digital artwork) in a grid view layout with icon hover effect and blog articles.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a48ddc9106c1\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:11:{s:6:\"bundle\";s:28:\"template/businessProductPage\";s:4:\"name\";s:21:\"Business Product Page\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1515679580.businessProductPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1515679580.businessProductPage-preview.png\";s:15:\"metaDescription\";s:135:\"A business page to promote products or services, powered by hero sections and parallax background effects to catch customer attention. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a576e10c3dc7\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:11:{s:6:\"bundle\";s:27:\"template/financeLandingPage\";s:4:\"name\";s:20:\"Finance Landing Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1518107270.financeLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1518107270.financeLandingPage-preview.png\";s:15:\"metaDescription\";s:131:\"A landing page with a dynamic title and colored service blocks for finance, real estate, accounting or any other advisory services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a7c794a66909\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:11:{s:6:\"bundle\";s:27:\"template/gridStylePortfolio\";s:4:\"name\";s:20:\"Grid Style Portfolio\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1519289353.gridStylePortfolio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1519289353.gridStylePortfolio-preview.png\";s:15:\"metaDescription\";s:131:\"A minimalistic grid portfolio layout to represent art or digital content. Perfect for photographers, designers, videographers, etc.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a8d9b31cc9c3\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:19;a:11:{s:6:\"bundle\";s:20:\"template/basicHeader\";s:4:\"name\";s:12:\"Basic Header\";s:16:\"metaThumbnailUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520061652.basicMenu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:82:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520061652.basicMenu-preview.png\";s:15:\"metaDescription\";s:62:\"A simple boxed header with logo placeholder and sandwich menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a4add294fb\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:20;a:11:{s:6:\"bundle\";s:29:\"template/basicFullWidthHeader\";s:4:\"name\";s:23:\"Basic Full Width Header\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520062158.basicFullWidthHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520062158.basicFullWidthHeader-preview.png\";s:15:\"metaDescription\";s:70:\"A simple header in full width with logo placeholder and sandwich menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a4e071f9ff\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:21;a:11:{s:6:\"bundle\";s:27:\"template/centeredLogoHeader\";s:4:\"name\";s:20:\"Centered Logo Header\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520065214.centeredLogoHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520065214.centeredLogoHeader-preview.png\";s:15:\"metaDescription\";s:101:\"A stylish header with logo placed in the middle and two menus on the left and right side of the logo.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a597498aaf\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:22;a:11:{s:6:\"bundle\";s:25:\"template/simpleDarkHeader\";s:4:\"name\";s:18:\"Simple Dark Header\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520066427.simpleDarkHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520066427.simpleDarkHeader-preview.png\";s:15:\"metaDescription\";s:88:\"Thin header with dark background and full width placement of logo and menu on each side.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a5e775332c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:23;a:11:{s:6:\"bundle\";s:22:\"template/twoMenuHeader\";s:4:\"name\";s:15:\"Two Menu Header\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520067403.twoMenuHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520067403.twoMenuHeader-preview.png\";s:15:\"metaDescription\";s:90:\"A white header with sandwich menu and secondary text menu for quick functions and options.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a62278bcb6\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:24;a:11:{s:6:\"bundle\";s:33:\"template/headerWithPurchaseButton\";s:4:\"name\";s:27:\"Header With Purchase Button\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520068048.headerWithPurchaseButton-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520068048.headerWithPurchaseButton-preview.png\";s:15:\"metaDescription\";s:102:\"A header with logo, menu, and eye-catching call to action button (ex. purchase, subscribe, call, etc.)\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a64bce808e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:25;a:11:{s:6:\"bundle\";s:26:\"template/onlineStoreHeader\";s:4:\"name\";s:19:\"Online Store Header\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520106617.onlineStoreHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520106617.onlineStoreHeader-preview.png\";s:15:\"metaDescription\";s:122:\"A two part header for online stores with menu in the middle, shopping cart icon, and upper section for additional options.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9afa389350d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:26;a:11:{s:6:\"bundle\";s:20:\"template/basicFooter\";s:4:\"name\";s:12:\"Basic Footer\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520282204.basicFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520282204.basicFooter-preview.png\";s:15:\"metaDescription\";s:110:\"A simple boxed site footer with copyright information and thin upper line to separate footer from the content.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5a9da7622c402\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:27;a:11:{s:6:\"bundle\";s:24:\"template/fullWidthFooter\";s:4:\"name\";s:17:\"Full Width Footer\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520282269.fullWidthFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520282269.fullWidthFooter-preview.png\";s:15:\"metaDescription\";s:110:\"A simple full width footer with copyright information and thin upper line to separate footer from the content.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5a9da7af60e4f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:28;a:11:{s:6:\"bundle\";s:24:\"template/basicDarkFooter\";s:4:\"name\";s:17:\"Basic Dark Footer\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520282333.basicDarkFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520282333.basicDarkFooter-preview.png\";s:15:\"metaDescription\";s:110:\"A simple full width footer with copyright information and dark background to separate footer from the content.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5a9da834c03c7\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:29;a:11:{s:6:\"bundle\";s:25:\"template/twoSectionFooter\";s:4:\"name\";s:18:\"Two Section Footer\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520283057.twoSectionFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1520283057.twoSectionFooter-preview.png\";s:15:\"metaDescription\";s:135:\"A footer with two section - upper section for site menu and company description, lower menu for copyright information and company logo.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5a9dac93b0258\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:30;a:11:{s:6:\"bundle\";s:29:\"template/travelAppLandingPage\";s:4:\"name\";s:23:\"Travel App Landing Page\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1521814489.travelAppLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1521814489.travelAppLandingPage-preview.png\";s:15:\"metaDescription\";s:109:\"A landing page for an app, service or product with a hero image and menu at the bottom of the initial screen.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ab50b0e906be\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:31;a:11:{s:6:\"bundle\";s:26:\"template/simpleLandingPage\";s:4:\"name\";s:19:\"Simple Landing Page\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556529307.simpleLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556529307.simpleLandingPage-preview.png\";s:15:\"metaDescription\";s:144:\"A simple landing page to be used for the main website or marketing campaigns. Perfect for digital products, events, collecting leads, and more. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:10:\"TP11000001\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:32;a:11:{s:6:\"bundle\";s:36:\"predefinedTemplate/simpleBlogArticle\";s:4:\"name\";s:19:\"Simple Blog Article\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1557314848.simpleBlogArticle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1557314848.simpleBlogArticle-preview.png\";s:15:\"metaDescription\";s:106:\"Easy to read a two-column article with full height featured image to instantly grab visitor’s attention.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000002\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:33;a:11:{s:6:\"bundle\";s:39:\"predefinedTemplate/photographyPortfolio\";s:4:\"name\";s:21:\"Photography Portfolio\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1563276800.photographyPortfolio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1563276892.photographyPortfolio-preview.png\";s:15:\"metaDescription\";s:129:\"Minimalistic personal portfolio layout with masonry style gallery grid for photographs, digital artists, web designers, and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000003\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:34;a:11:{s:6:\"bundle\";s:20:\"template/startupPage\";s:4:\"name\";s:18:\"Pagoo Startup Page\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451426.startupPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451426.startupPage-preview.png\";s:15:\"metaDescription\";s:128:\"A full startup page with hero images and feature list to showcase products and services of mobile apps, software companies etc. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:10:\"TP11000004\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:35;a:11:{s:6:\"bundle\";s:26:\"template/singleProductPage\";s:4:\"name\";s:19:\"Single Product Page\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1608379581.singleProductPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1608379581.singleProductPage-preview.png\";s:15:\"metaDescription\";s:137:\"A landing page for a specific product with a hero section, description, review, and features. Great for online sales and product reviews.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:10:\"TP11000005\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:36;a:11:{s:6:\"bundle\";s:37:\"predefinedTemplate/mediumStyleArticle\";s:4:\"name\";s:20:\"Medium Style Article\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562831625.mediumStyleArticle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562831625.mediumStyleArticle-preview.png\";s:15:\"metaDescription\";s:98:\"Blog article page with author information, a featured image, and a boxed content area for content.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000006\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:37;a:11:{s:6:\"bundle\";s:21:\"template/personalPage\";s:4:\"name\";s:13:\"Personal Page\";s:16:\"metaThumbnailUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1526912985.personalPage-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1526912985.personalPage-preview.png\";s:15:\"metaDescription\";s:133:\"Personal portfolio page for creatives like artists, and designers to share their biography and recent works in the form of a gallery.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:10:\"TP11000007\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:38;a:11:{s:6:\"bundle\";s:30:\"predefinedTemplate/weddingPage\";s:4:\"name\";s:12:\"Wedding Page\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556191390.weddingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556191390.weddingPage-preview.png\";s:15:\"metaDescription\";s:85:\"An ideal one-page layout for a wedding, engagements, meetups, and networking parties.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000008\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:39;a:11:{s:6:\"bundle\";s:24:\"template/productShowcase\";s:4:\"name\";s:16:\"Product Showcase\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1532086776.productShowcase-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1532086776.productShowcase-preview.png\";s:15:\"metaDescription\";s:87:\"A product showcase page with a sticky product preview image in the center and features.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b51c9587cc4e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:40;a:11:{s:6:\"bundle\";s:37:\"template/realEstateProjectLandingPage\";s:4:\"name\";s:32:\"Real Estate Project Landing Page\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1532096321.realEstateProjectLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1532096321.realEstateProjectLandingPage-preview.png\";s:15:\"metaDescription\";s:133:\"A landing page for the real estate, accounting, construction or similar project with the background hero image and one-sided content.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b51eda38c11a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:41;a:11:{s:6:\"bundle\";s:30:\"template/minimalisticPortfolio\";s:4:\"name\";s:22:\"Minimalistic Portfolio\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1533035906.minimalisticPortfolio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1533035906.minimalisticPortfolio-preview.png\";s:15:\"metaDescription\";s:72:\"A minimalistic portfolio with featured works, hero images, and services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b604411994ea\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:42;a:11:{s:6:\"bundle\";s:24:\"template/serviceHomepage\";s:4:\"name\";s:16:\"Service Homepage\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1536667327.serviceHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1536667327.serviceHomepage-preview.png\";s:15:\"metaDescription\";s:80:\"A service, application or single product homepage with screenshots and features.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b97ad185bca4\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:43;a:11:{s:6:\"bundle\";s:28:\"template/businessProcessPage\";s:4:\"name\";s:21:\"Business Process Page\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1536740930.businessProcessPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1536740930.businessProcessPage-preview.png\";s:15:\"metaDescription\";s:79:\"A layout for business processes, workflow, and services in an easy to read way.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b98ccbdce9a9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:44;a:11:{s:6:\"bundle\";s:26:\"template/productShopLayout\";s:4:\"name\";s:19:\"Product Shop Layout\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1537192496.productShopLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1537192496.productShopLayout-preview.png\";s:15:\"metaDescription\";s:88:\"A layout for a product page with hero product section at the top and product list below.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b9fb0ce991cd\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:45;a:11:{s:6:\"bundle\";s:24:\"template/shopLandingPage\";s:4:\"name\";s:17:\"Shop Landing Page\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1537277052.shopLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1537277052.shopLandingPage-preview.png\";s:15:\"metaDescription\";s:171:\"A clean and light landing page for a shop or service website with hero images, call-to-action blocks, and products or services. Perfect for flower shops, beauty, boutique.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ba0faf261e87\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:46;a:11:{s:6:\"bundle\";s:27:\"template/caseStudySlideshow\";s:4:\"name\";s:20:\"Case Study Slideshow\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1538130473.caseStudySlideshow-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1538130473.caseStudySlideshow-preview.png\";s:15:\"metaDescription\";s:163:\"A slideshow type layout with sticky sections containing hero background images and description. A perfect layout for photography, videography, design or portfolio.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5bae01984ed38\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:47;a:11:{s:6:\"bundle\";s:25:\"template/stickyMenuHeader\";s:4:\"name\";s:18:\"Sticky Menu Header\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1538662447.stickyMenuHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1538662447.stickyMenuHeader-preview.png\";s:15:\"metaDescription\";s:92:\"A sticky header with logo and menu to always display the navigation of the site to visitors.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5bb61e23bb626\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:48;a:11:{s:6:\"bundle\";s:26:\"template/seafoodRestaurant\";s:4:\"name\";s:18:\"Seafood Restaurant\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1538741758.seafoodRestaurant-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1538741976.seafoodRestaurant-preview.png\";s:15:\"metaDescription\";s:101:\"A layout for the food industry (ex. restaurant or cafe) with slideshow, menu, articles, and contacts.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5bd3098d3a88e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:49;a:11:{s:6:\"bundle\";s:28:\"template/sidebarForECommerce\";s:4:\"name\";s:21:\"Sidebar for sCommerce\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1539093562.sidebarForECommerce-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1539093562.sidebarForECommerce-preview.png\";s:15:\"metaDescription\";s:79:\"A sidebar for an online store with search, menu, banner and information blocks.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"hubSidebar\";s:2:\"id\";s:13:\"5bbcb3c02d591\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:50;a:11:{s:6:\"bundle\";s:30:\"template/onlineStoreMenuHeader\";s:4:\"name\";s:24:\"Online Store Menu Header\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1539266742.onlineStoreMenuHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1539266742.onlineStoreMenuHeader-preview.png\";s:15:\"metaDescription\";s:114:\"A two part header for an online store with icons and sandwich menu on top and a product category menu underneath. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5bbf570ef0cdf\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:51;a:11:{s:6:\"bundle\";s:22:\"template/bannerSidebar\";s:4:\"name\";s:14:\"Banner Sidebar\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1539342563.bannerSidebar-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1539342563.bannerSidebar-preview.png\";s:15:\"metaDescription\";s:95:\"A sidebar with two editable banners and additional text description for online stores or blogs.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"hubSidebar\";s:2:\"id\";s:13:\"5bc080752788d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:52;a:11:{s:6:\"bundle\";s:24:\"template/heroImageHeader\";s:4:\"name\";s:17:\"Hero Image Header\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1539355452.heroImageHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1539355452.heroImageHeader-preview.png\";s:15:\"metaDescription\";s:94:\"A hero image header with slideshow effect and logo with a menu placed on the solid background.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5bc0b2c615888\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:53;a:11:{s:6:\"bundle\";s:23:\"template/comingSoonPage\";s:4:\"name\";s:16:\"Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1540496926.comingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1540496926.comingSoonPage-preview.png\";s:15:\"metaDescription\";s:150:\"A page template for an under-construction website. Inform page visitors about an event, use a call to action button for sign-ups or pre-order tickets.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5bd21d753ed06\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:54;a:11:{s:6:\"bundle\";s:26:\"template/callToActionRight\";s:4:\"name\";s:20:\"Call to Action Right\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546946068.callToActionRight-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546946068.callToActionRight-preview.png\";s:15:\"metaDescription\";s:108:\"A call to action block with text and button positioned on the right side and eye-catching image on the left.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c347dc9198d4\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:55;a:11:{s:6:\"bundle\";s:25:\"template/callToActionLeft\";s:4:\"name\";s:19:\"Call to Action Left\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546946211.callToActionLeft-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546946211.callToActionLeft-preview.png\";s:15:\"metaDescription\";s:108:\"A call to action block with text and button positioned on the left side and eye-catching image on the right.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c347dd51f929\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:56;a:11:{s:6:\"bundle\";s:27:\"template/2FeaturesWithIcons\";s:4:\"name\";s:21:\"2 Features With Icons\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546948468.2FeaturesWithIcons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546948468.2FeaturesWithIcons-preview.png\";s:15:\"metaDescription\";s:56:\"Features with icon, title, and description in 2 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34889eeff96\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:57;a:11:{s:6:\"bundle\";s:27:\"template/3FeaturesWithIcons\";s:4:\"name\";s:21:\"3 Features With Icons\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546948526.3FeaturesWithIcons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546948526.3FeaturesWithIcons-preview.png\";s:15:\"metaDescription\";s:56:\"Features with icon, title, and description in 3 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c348758855ad\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:58;a:11:{s:6:\"bundle\";s:27:\"template/4FeaturesWithIcons\";s:4:\"name\";s:21:\"4 Features With Icons\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546948579.4FeaturesWithIcons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546948579.4FeaturesWithIcons-preview.png\";s:15:\"metaDescription\";s:56:\"Features with icon, title, and description in 4 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34879fc802c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:59;a:11:{s:6:\"bundle\";s:27:\"template/5FeaturesWithIcons\";s:4:\"name\";s:21:\"5 Features With Icons\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546948649.5FeaturesWithIcons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546948649.5FeaturesWithIcons-preview.png\";s:15:\"metaDescription\";s:56:\"Features with icon, title, and description in 5 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34888d4bfe3\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:60;a:11:{s:6:\"bundle\";s:27:\"template/2ColumnTextSection\";s:4:\"name\";s:21:\"2 Column Text Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546950283.2ColumnTextSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546950283.2ColumnTextSection-preview.png\";s:15:\"metaDescription\";s:39:\"A section with text block in 2 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34919e52425\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:61;a:11:{s:6:\"bundle\";s:27:\"template/3ColumnTextSection\";s:4:\"name\";s:21:\"3 Column Text Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546950329.3ColumnTextSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546950329.3ColumnTextSection-preview.png\";s:15:\"metaDescription\";s:39:\"A section with text block in 3 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c3491f019723\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:62;a:11:{s:6:\"bundle\";s:27:\"template/4ColumnTextSection\";s:4:\"name\";s:21:\"4 Column Text Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546950385.4ColumnTextSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546950385.4ColumnTextSection-preview.png\";s:15:\"metaDescription\";s:39:\"A section with text block in 4 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34921387844\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:63;a:11:{s:6:\"bundle\";s:27:\"template/4ColumnNewsSection\";s:4:\"name\";s:21:\"4 Column News Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546952003.4ColumnNewsSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546952003.4ColumnNewsSection-preview.png\";s:15:\"metaDescription\";s:86:\"An archive type section with news (read more information for an article) in 4 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c349a808e7b2\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:64;a:11:{s:6:\"bundle\";s:27:\"template/3ColumnNewsSection\";s:4:\"name\";s:21:\"3 Column News Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546952072.3ColumnNewsSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546952072.3ColumnNewsSection-preview.png\";s:15:\"metaDescription\";s:86:\"An archive type section with news (read more information for an article) in 3 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c349a8c72b83\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:65;a:11:{s:6:\"bundle\";s:27:\"template/2ColumnNewsSection\";s:4:\"name\";s:21:\"2 Column News Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546952119.2ColumnNewsSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546952119.2ColumnNewsSection-preview.png\";s:15:\"metaDescription\";s:86:\"An archive type section with news (read more information for an article) in 2 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c349abed7414\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:66;a:11:{s:6:\"bundle\";s:26:\"template/heroSectionCenter\";s:4:\"name\";s:19:\"Hero Section Center\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546954709.heroSectionCenter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546954709.heroSectionCenter-preview.png\";s:15:\"metaDescription\";s:60:\"A hero section with title, description, and button centered.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34a5e789815\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:67;a:11:{s:6:\"bundle\";s:24:\"template/heroSectionLeft\";s:4:\"name\";s:17:\"Hero Section Left\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546954766.heroSectionLeft-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1547733172.heroSectionLeft-preview.png\";s:15:\"metaDescription\";s:63:\"A hero section with title, description, and button on the left.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34a6598646d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:68;a:11:{s:6:\"bundle\";s:25:\"template/heroSectionRight\";s:4:\"name\";s:18:\"Hero Section Right\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1546954818.heroSectionRight-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1547733187.heroSectionRight-preview.png\";s:15:\"metaDescription\";s:64:\"A hero section with title, description, and button on the right.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34a68e8b8e0\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:69;a:11:{s:6:\"bundle\";s:26:\"template/fashionStorefront\";s:4:\"name\";s:18:\"Fashion Storefront\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1547129132.fashionStorefront-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1547129132.fashionStorefront-preview.png\";s:15:\"metaDescription\";s:112:\"A fully customizable eCommerce storefront template for clothing, shoe store, or any kind of fashion online shop.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c374fd02d5a7\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:70;a:11:{s:6:\"bundle\";s:27:\"template/2ColumnBannerBlock\";s:4:\"name\";s:21:\"2 Column Banner Block\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1547731461.2ColumnBannerBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1547731461.2ColumnBannerBlock-preview.png\";s:15:\"metaDescription\";s:69:\"A banner block with background image, title, and button in 2 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c40812a03b1d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:71;a:11:{s:6:\"bundle\";s:27:\"template/3ColumnBannerBlock\";s:4:\"name\";s:21:\"3 Column Banner Block\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1547731519.3ColumnBannerBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1547731519.3ColumnBannerBlock-preview.png\";s:15:\"metaDescription\";s:69:\"A banner block with background image, title, and button in 3 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c408114a64f5\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:72;a:11:{s:6:\"bundle\";s:27:\"template/4ColumnBannerBlock\";s:4:\"name\";s:21:\"4 Column Banner Block\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1547731582.4ColumnBannerBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1547731582.4ColumnBannerBlock-preview.png\";s:15:\"metaDescription\";s:69:\"A banner block with background image, title, and button in 4 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c4081062eb76\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:73;a:11:{s:6:\"bundle\";s:26:\"template/threeColumnFooter\";s:4:\"name\";s:19:\"Three Column Footer\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548165050.threeColumnFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548165050.threeColumnFooter-preview.png\";s:15:\"metaDescription\";s:178:\"A footer to be used for main website or marketing campaigns. Perfect for digital products, events, collecting leads and more. Includes a background image, menus and social icons.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5c471e86a02e6\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:74;a:11:{s:6:\"bundle\";s:34:\"template/serviceIntroductionLayout\";s:4:\"name\";s:27:\"Service Introduction Layout\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548165326.serviceIntroductionLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548165326.serviceIntroductionLayout-preview.png\";s:15:\"metaDescription\";s:81:\"A landing page to introduce a service or product with illustrations and features.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c471d3b26bec\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:75;a:11:{s:6:\"bundle\";s:26:\"template/introSectionBlock\";s:4:\"name\";s:19:\"Intro Section Block\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548165573.introSectionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548165573.introSectionBlock-preview.png\";s:15:\"metaDescription\";s:83:\"Intro (hero) section with logo, call to action, and illustration on the right side.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c471d9e41757\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:76;a:11:{s:6:\"bundle\";s:25:\"template/sideFeatureBlock\";s:4:\"name\";s:18:\"Side Feature Block\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548165762.sideFeatureBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548165762.sideFeatureBlock-preview.png\";s:15:\"metaDescription\";s:72:\"A side feature block with description and illustration on the left side.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c471dc242082\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:77;a:11:{s:6:\"bundle\";s:22:\"template/sideInfoBlock\";s:4:\"name\";s:15:\"Side Info Block\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548166009.sideInfoBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548166009.sideInfoBlock-preview.png\";s:15:\"metaDescription\";s:108:\"An informational block with an image on the right and content on the left (for features and call to action).\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c471df552c24\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:78;a:11:{s:6:\"bundle\";s:28:\"template/countUpSectionBlock\";s:4:\"name\";s:21:\"CountUp Section Block\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548166229.countUpSectionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548166229.countUpSectionBlock-preview.png\";s:15:\"metaDescription\";s:115:\"A section with an introduction text, counter elements, and featured bottom image (can be placed before the footer).\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c471e2b0f75b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:79;a:11:{s:6:\"bundle\";s:27:\"template/weddingHeroSection\";s:4:\"name\";s:20:\"Wedding Hero Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548240878.weddingHeroSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548240878.weddingHeroSection-preview.png\";s:15:\"metaDescription\";s:127:\"A beautiful hero section for the wedding landing page with a parallax background. Perfect for invitation, RSVP, and any event. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c4846c3be458\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:80;a:11:{s:6:\"bundle\";s:27:\"template/weddingLandingPage\";s:4:\"name\";s:20:\"Wedding Landing Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548250176.weddingLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548250176.weddingLandingPage-preview.png\";s:15:\"metaDescription\";s:119:\"A landing page for wedding invitation, engagement announcement or any other events such as meetups, networking parties.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c486bbfb2458\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:81;a:11:{s:6:\"bundle\";s:26:\"template/fullHeightSection\";s:4:\"name\";s:19:\"Full Height Section\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548250450.fullHeightSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548250450.fullHeightSection-preview.png\";s:15:\"metaDescription\";s:60:\"A full-height section with an eye-catching title and button.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c486ce16942d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:82;a:11:{s:6:\"bundle\";s:29:\"template/coupleProfileSection\";s:4:\"name\";s:22:\"Couple Profile Section\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548250695.coupleProfileSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1548250695.coupleProfileSection-preview.png\";s:15:\"metaDescription\";s:170:\"A section with a couple of profiles including image, description, and social icons (can also be used for team members). Perfect for wedding invitations and other events. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c486d9f52e15\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:83;a:11:{s:6:\"bundle\";s:28:\"template/showcaseHeroSection\";s:4:\"name\";s:21:\"Showcase Hero Section\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1551184009.showcaseHeroSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1551184009.showcaseHeroSection-preview.png\";s:15:\"metaDescription\";s:72:\"A colorful hero section with a menu and showcase block to promote works.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c752f3218831\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:84;a:11:{s:6:\"bundle\";s:28:\"template/studioHeaderSection\";s:4:\"name\";s:21:\"Studio Header Section\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1551184067.studioHeaderSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1551184067.studioHeaderSection-preview.png\";s:15:\"metaDescription\";s:97:\"A header section for an agency or web design studio with logo, menu, bold headline, and graphics.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c752a56b5d2a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:85;a:11:{s:6:\"bundle\";s:29:\"template/breexProductHomepage\";s:4:\"name\";s:22:\"Breex Product Homepage\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1552640017.breexProductHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1552640017.breexProductHomepage-preview.png\";s:15:\"metaDescription\";s:176:\"A homepage template suitable for an online store of small and medium business from the Breex template set. Comes with a hero sections, product description, and image galleries.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c8a3df6ed51c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:86;a:11:{s:6:\"bundle\";s:32:\"template/breexProductDescription\";s:4:\"name\";s:25:\"Breex Product Description\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1552640814.breexProductDescription-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1552640814.breexProductDescription-preview.png\";s:15:\"metaDescription\";s:66:\"Simple product description block with three animated images below.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c8a364bbc42d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:87;a:11:{s:6:\"bundle\";s:30:\"template/breexHeroSectionBlock\";s:4:\"name\";s:24:\"Breex Hero Section Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1552641029.breexHeroSectionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1552641029.breexHeroSectionBlock-preview.png\";s:15:\"metaDescription\";s:128:\"A hero section block with title, button, and background image. A clean white space is left on the left side of the hero section.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c8a3601995e9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:88;a:11:{s:6:\"bundle\";s:27:\"template/breexProductHeader\";s:4:\"name\";s:20:\"Breex Product Header\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1552641254.breexProductHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1552641254.breexProductHeader-preview.png\";s:15:\"metaDescription\";s:166:\"A header that is suitable for an online store of small and medium business from the Breex template set. Comes with a logo, menu, and shopping cart icon on the right. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5c8b6c1162441\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:89;a:11:{s:6:\"bundle\";s:27:\"template/breexProductFooter\";s:4:\"name\";s:20:\"Breex Product Footer\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1552641447.breexProductFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1552641447.breexProductFooter-preview.png\";s:15:\"metaDescription\";s:129:\"A footer suitable for an online store of small and medium business from the Breex template set. Includes social icons and a menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5c8b6cf4286b5\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:90;a:11:{s:6:\"bundle\";s:23:\"template/breexAboutPage\";s:4:\"name\";s:16:\"Breex About Page\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1553519860.breexAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1553519860.breexAboutPage-preview.png\";s:15:\"metaDescription\";s:194:\"An about page template suitable for an online store of small and medium business from the Breex template set. Comes with a brief introduction, company history, and team section for any business.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c98d16e54e3c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:91;a:11:{s:6:\"bundle\";s:25:\"template/breexTeamSection\";s:4:\"name\";s:18:\"Breex Team Section\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1553520177.breexTeamSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1553520177.breexTeamSection-preview.png\";s:15:\"metaDescription\";s:55:\"A simple team section with an image, name and position.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c98d547c16af\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:92;a:11:{s:6:\"bundle\";s:25:\"template/breexBlogArticle\";s:4:\"name\";s:18:\"Breex Blog Article\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1553520615.breexBlogArticle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1553520615.breexBlogArticle-preview.png\";s:15:\"metaDescription\";s:202:\"A clean blog article template suitable for an online store of small and medium business from the Breex template set. Consists of featured image and gallery to post a blog article, case study, or review.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c98d6ceaa471\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:93;a:11:{s:6:\"bundle\";s:25:\"template/breexProductPage\";s:4:\"name\";s:18:\"Breex Product Page\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1553520916.breexProductPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1553520916.breexProductPage-preview.png\";s:15:\"metaDescription\";s:173:\"A clean product page suitable for an online store of small and medium business from the Breex template set. Includes colorful product blocks to outline the type of products.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c98d8425d1e7\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:94;a:11:{s:6:\"bundle\";s:28:\"template/breexProductSection\";s:4:\"name\";s:21:\"Breex Product Section\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1553521173.breexProductSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1553521173.breexProductSection-preview.png\";s:15:\"metaDescription\";s:73:\"A three column product section with colorful blocks to showcase products.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c98d94010832\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:95;a:11:{s:6:\"bundle\";s:31:\"template/rohuPhotographyGallery\";s:4:\"name\";s:24:\"Rohu Photography Gallery\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554189109.rohuPhotographyGallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554189109.rohuPhotographyGallery-preview.png\";s:15:\"metaDescription\";s:204:\"A gallery page template from the Rohu template set. Includes a masonry image gallery and perfect for a portfolio website of creative professionals like photographers, website designers, artists, and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ca308eea3727\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:96;a:11:{s:6:\"bundle\";s:25:\"template/rohuSimpleHeader\";s:4:\"name\";s:18:\"Rohu Simple Header\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554189937.rohuSimpleHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554189937.rohuSimpleHeader-preview.png\";s:15:\"metaDescription\";s:171:\"A header from the Rohu template set for a portfolio website of creative professionals like photographers, website designers, artists, and more. Includes a menu and a logo.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5ca30e3ccae96\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:97;a:11:{s:6:\"bundle\";s:22:\"template/rohuAboutPage\";s:4:\"name\";s:15:\"Rohu About Page\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554190455.rohuAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554190455.rohuAboutPage-preview.png\";s:15:\"metaDescription\";s:157:\"An about page template from the Rohu template set for a portfolio website of creative professionals like photographers, website designers, artists, and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ca30fc796ecb\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:98;a:11:{s:6:\"bundle\";s:33:\"template/rohuPhotographyPortfolio\";s:4:\"name\";s:26:\"Rohu Photography Portfolio\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554191671.rohuPhotographyPortfolio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554191671.rohuPhotographyPortfolio-preview.png\";s:15:\"metaDescription\";s:154:\"A homepage template from the Rohu template set for a portfolio website of creative professionals like photographers, website designers, artists, and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ca3140a2bf86\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:99;a:11:{s:6:\"bundle\";s:24:\"template/rohuHeaderBlock\";s:4:\"name\";s:17:\"Rohu Header Block\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554191914.rohuHeaderBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554191914.rohuHeaderBlock-preview.png\";s:15:\"metaDescription\";s:75:\"A creative header section block with a large image, menu, and introduction.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca31577da9c2\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:100;a:11:{s:6:\"bundle\";s:25:\"template/rohuAboutSection\";s:4:\"name\";s:18:\"Rohu About Section\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554192694.rohuAboutSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554192694.rohuAboutSection-preview.png\";s:15:\"metaDescription\";s:68:\"An about section for photography portfolio with a brief description.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca3186ec8d78\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:101;a:11:{s:6:\"bundle\";s:25:\"template/rohuClientsBlock\";s:4:\"name\";s:18:\"Rohu Clients Block\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554192772.rohuClientsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554192772.rohuClientsBlock-preview.png\";s:15:\"metaDescription\";s:78:\"A block with customer testimonial and client logos to showcase the experience.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca318a426498\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:102;a:11:{s:6:\"bundle\";s:28:\"template/rohuContactsSection\";s:4:\"name\";s:21:\"Rohu Contacts Section\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554192829.rohuContactsSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554192829.rohuContactsSection-preview.png\";s:15:\"metaDescription\";s:76:\"A clean and simple contact section with Google Maps and contact information.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca318ce0f842\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:103;a:11:{s:6:\"bundle\";s:31:\"template/scoopLandingPageFooter\";s:4:\"name\";s:25:\"Scoop Landing Page Footer\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554565160.scoopLandingPageFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554565160.scoopLandingPageFooter-preview.png\";s:15:\"metaDescription\";s:112:\"A footer from the Scoop template set. Perfect for creative, digital, marketing, advertising, and other agencies.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5ca8c7bee2086\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:104;a:11:{s:6:\"bundle\";s:28:\"template/scoopCaseStudyBlock\";s:4:\"name\";s:22:\"Scoop Case Study Block\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554565245.scoopCaseStudyBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554565245.scoopCaseStudyBlock-preview.png\";s:15:\"metaDescription\";s:95:\"A clean two column block with case study information and project screenshot image on the right.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca8c5f252a9e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:105;a:11:{s:6:\"bundle\";s:27:\"template/scoopFeaturesBlock\";s:4:\"name\";s:20:\"Scoop Features Block\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554565326.scoopFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554565326.scoopFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:65:\"Clean feature block with three columns with a shadow box effect. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca8c4f95bd4d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:106;a:11:{s:6:\"bundle\";s:25:\"template/scoopLandingPage\";s:4:\"name\";s:18:\"Scoop Landing Page\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554565420.scoopLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1554565420.scoopLandingPage-preview.png\";s:15:\"metaDescription\";s:168:\"A simple landing page with a hero image, information, case study, testimonials, and contacts. Perfect for creative, digital, marketing, advertising, and other agencies.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ca8c3a8e7248\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:107;a:11:{s:6:\"bundle\";s:23:\"template/transpecHeader\";s:4:\"name\";s:15:\"Transpec Header\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555587371.transpecHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555587371.transpecHeader-preview.png\";s:15:\"metaDescription\";s:152:\"A large header with menu, button, and call to action block. Perfect for software, mobile app, or other digital services from the Transpec template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5cb86099653af\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:108;a:11:{s:6:\"bundle\";s:23:\"template/transpecFooter\";s:4:\"name\";s:15:\"Transpec Footer\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555587438.transpecFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555587438.transpecFooter-preview.png\";s:15:\"metaDescription\";s:93:\"A footer for software, mobile app, or other digital services from the Transpec template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5cb8616121a54\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:109;a:11:{s:6:\"bundle\";s:26:\"template/transpecCaseStudy\";s:4:\"name\";s:19:\"Transpec Case Study\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588284.transpecCaseStudy-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588284.transpecCaseStudy-preview.png\";s:15:\"metaDescription\";s:181:\"A case study template page from the Transpec template set with description and feature highlights - perfect for software, mobile application, and other digital products or services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5cb8632bb0c28\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:110;a:11:{s:6:\"bundle\";s:29:\"template/transpecFeaturesPage\";s:4:\"name\";s:22:\"Transpec Features Page\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588418.transpecFeaturesPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588418.transpecFeaturesPage-preview.png\";s:15:\"metaDescription\";s:132:\"A page from the Transpec template set to represent features of software, mobile application, and other digital products or services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5cb86278c6a99\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:111;a:11:{s:6:\"bundle\";s:25:\"template/transpecTourPage\";s:4:\"name\";s:18:\"Transpec Tour Page\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588502.transpecTourPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588502.transpecTourPage-preview.png\";s:15:\"metaDescription\";s:125:\"A tour page from the Transpec template set to represent software, mobile application, and other digital products or services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5cb861a17de7f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:112;a:11:{s:6:\"bundle\";s:25:\"template/transpecHomepage\";s:4:\"name\";s:17:\"Transpec Homepage\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588567.transpecHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588567.transpecHomepage-preview.png\";s:15:\"metaDescription\";s:161:\"A minimalist homepage for software, mobile app, or other digital services from the Transpec template set. A great place to add a Phone or Browser Mockup element.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5cb85c1f5af97\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:113;a:11:{s:6:\"bundle\";s:34:\"template/transpecTestimonialsBlock\";s:4:\"name\";s:27:\"Transpec Testimonials Block\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588635.transpecTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588635.transpecTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:87:\"A simple testimonial, feedback and review block template with an image, name and quote.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cb85e3fc02ae\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:114;a:11:{s:6:\"bundle\";s:34:\"template/transpecCallToActionBlock\";s:4:\"name\";s:29:\"Transpec Call to Action Block\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588687.transpecCallToActionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588687.transpecCallToActionBlock-preview.png\";s:15:\"metaDescription\";s:55:\"A colorful call to action block with image and message.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cb85dbd85269\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:115;a:11:{s:6:\"bundle\";s:38:\"template/transpecFeatureHighlightBlock\";s:4:\"name\";s:32:\"Transpec Feature Highlight Block\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588754.transpecFeatureHighlightBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588754.transpecFeatureHighlightBlock-preview.png\";s:15:\"metaDescription\";s:81:\"A feature highlight block template with product or service image and description.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cb85d43ce1ce\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:116;a:11:{s:6:\"bundle\";s:30:\"template/transpecFeaturesBlock\";s:4:\"name\";s:23:\"Transpec Features Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588849.transpecFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1555588849.transpecFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:73:\"A simple feature block to represent the features of a product or service.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cb85cc563474\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:117;a:11:{s:6:\"bundle\";s:26:\"template/landingPageFooter\";s:4:\"name\";s:19:\"Landing Page Footer\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556530072.landingPageFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556530072.landingPageFooter-preview.png\";s:15:\"metaDescription\";s:79:\"A landing page footer template with a menu, social icons, and background image.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5cc6c34fae84d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:118;a:11:{s:6:\"bundle\";s:28:\"template/landingPageFAQBlock\";s:4:\"name\";s:22:\"Landing Page FAQ Block\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556530588.landingPageFAQBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556530588.landingPageFAQBlock-preview.png\";s:15:\"metaDescription\";s:89:\"A clean FAQ (frequently asked questions) block with toggle elements and light background.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cc6c2cc1e5ba\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:119;a:11:{s:6:\"bundle\";s:38:\"template/landingPageThreeFeaturesBlock\";s:4:\"name\";s:33:\"Landing Page Three Features Block\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556530656.landingPageThreeFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556530656.landingPageThreeFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:58:\"A three feature block with title, images, and description.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cc6c2ad0e71f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:120;a:11:{s:6:\"bundle\";s:37:\"template/landingPageTestimonialsBlock\";s:4:\"name\";s:31:\"Landing Page Testimonials Block\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556530719.landingPageTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556530719.landingPageTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:89:\"A colorful testimonials block with background image and small testimonials at the bottom.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cc6c25cd376b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:121;a:11:{s:6:\"bundle\";s:33:\"template/landingPageFeaturesBlock\";s:4:\"name\";s:27:\"Landing Page Features Block\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556530776.landingPageFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1556530776.landingPageFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:65:\"A clean and simple feature block with description and two images.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cc6c23545cc1\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:122;a:11:{s:6:\"bundle\";s:27:\"template/simpleBlogHomepage\";s:4:\"name\";s:20:\"Simple Blog Homepage\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1557321106.simpleBlogHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1557321106.simpleBlogHomepage-preview.png\";s:15:\"metaDescription\";s:99:\"A homepage template for a personal blog or online journal to share thoughts and ideas on any topic.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5cd2b92498a17\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:123;a:11:{s:6:\"bundle\";s:32:\"template/veganRestaurantHomepage\";s:4:\"name\";s:25:\"Vegan Restaurant Homepage\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561464734.veganRestaurantHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561464734.veganRestaurantHomepage-preview.png\";s:15:\"metaDescription\";s:74:\"A homepage template for restaurants, cafes and bars with menu and gallery.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d120cf215344\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:124;a:11:{s:6:\"bundle\";s:28:\"template/veganRestaurantMenu\";s:4:\"name\";s:21:\"Vegan Restaurant Menu\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561464799.veganRestaurantMenu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561464799.veganRestaurantMenu-preview.png\";s:15:\"metaDescription\";s:52:\"A menu page template for restaurants, cafes or bars.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d120cd0a558a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:125;a:11:{s:6:\"bundle\";s:31:\"template/veganRestaurantGallery\";s:4:\"name\";s:24:\"Vegan Restaurant Gallery\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561464894.veganRestaurantGallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561464894.veganRestaurantGallery-preview.png\";s:15:\"metaDescription\";s:55:\"A gallery page template for restaurants, cafes or bars.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d120ce19117b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:126;a:11:{s:6:\"bundle\";s:30:\"template/veganRestaurantHeader\";s:4:\"name\";s:23:\"Vegan Restaurant Header\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561465422.veganRestaurantHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561465422.veganRestaurantHeader-preview.png\";s:15:\"metaDescription\";s:80:\"A homepage template for restaurants, cafes and bars with menu, logo and button. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5d12115b92610\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:127;a:11:{s:6:\"bundle\";s:30:\"template/veganRestaurantFooter\";s:4:\"name\";s:23:\"Vegan Restaurant Footer\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561465568.veganRestaurantFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561465568.veganRestaurantFooter-preview.png\";s:15:\"metaDescription\";s:99:\"A footer for restaurants, cafes and bars with menu and gallery. Includes menus divided in sections.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5d1212524aa62\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:128;a:11:{s:6:\"bundle\";s:37:\"template/veganRestaurantFeaturesBlock\";s:4:\"name\";s:31:\"Vegan Restaurant Features Block\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561466893.veganRestaurantFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561466893.veganRestaurantFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:72:\"A three features block with background image and call to action message.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1215ab26304\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:129;a:11:{s:6:\"bundle\";s:33:\"template/veganRestaurantMenuBlock\";s:4:\"name\";s:27:\"Vegan Restaurant Menu Block\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561467293.veganRestaurantMenuBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561467293.veganRestaurantMenuBlock-preview.png\";s:15:\"metaDescription\";s:69:\"A three column block for displaying the menu of a restaurant or cafe.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d12184223ef6\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:130;a:11:{s:6:\"bundle\";s:41:\"template/veganRestaurantTestimonialsBlock\";s:4:\"name\";s:35:\"Vegan Restaurant Testimonials Block\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561467572.veganRestaurantTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561467572.veganRestaurantTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:99:\"A colorful testimonial block with feedback or review and background image for a restaurant or cafe.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1219f185796\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:131;a:11:{s:6:\"bundle\";s:32:\"template/designerPortfolioFooter\";s:4:\"name\";s:25:\"Designer Portfolio Footer\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561471629.designerPortfolioFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561471629.designerPortfolioFooter-preview.png\";s:15:\"metaDescription\";s:110:\"A footer for designers, design agency and other creatives. Includes a call to action, social icons and a menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5d122a24b0990\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:132;a:11:{s:6:\"bundle\";s:34:\"template/designerPortfolioHomepage\";s:4:\"name\";s:27:\"Designer Portfolio Homepage\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561471775.designerPortfolioHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561471775.designerPortfolioHomepage-preview.png\";s:15:\"metaDescription\";s:132:\"A portfolio homepage for designers, design agency and other creatives. Includes an asymmetrical grid layout, header footer and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1221672a2a9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:133;a:11:{s:6:\"bundle\";s:38:\"template/designerPortfolioIntroduction\";s:4:\"name\";s:31:\"Designer Portfolio Introduction\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561471843.designerPortfolioIntroduction-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561471843.designerPortfolioIntroduction-preview.png\";s:15:\"metaDescription\";s:55:\"A portfolio homepage for designers and other creatives.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d12218147e77\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:134;a:11:{s:6:\"bundle\";s:34:\"template/designerPortfolioServices\";s:4:\"name\";s:27:\"Designer Portfolio Services\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561471937.designerPortfolioServices-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561471937.designerPortfolioServices-preview.png\";s:15:\"metaDescription\";s:93:\"A template to represent services - suitable for designers, design agency and other creatives.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1221959dc6c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:135;a:11:{s:6:\"bundle\";s:37:\"template/designerPortfolioCaseStudies\";s:4:\"name\";s:31:\"Designer Portfolio Case Studies\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561472006.designerPortfolioCaseStudies-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561472006.designerPortfolioCaseStudies-preview.png\";s:15:\"metaDescription\";s:118:\"A category type page for representing creative case studies. Perfect for designer, design agency and other creatives. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1221ad2c9cc\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:136;a:11:{s:6:\"bundle\";s:35:\"template/designerPortfolioCaseStudy\";s:4:\"name\";s:29:\"Designer Portfolio Case Study\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561472081.designerPortfolioCaseStudy-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561472081.designerPortfolioCaseStudy-preview.png\";s:15:\"metaDescription\";s:121:\"A case study template to represent a specific work done for clients. Perfect for designers, agencies and other creatives.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1221c601539\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:137;a:11:{s:6:\"bundle\";s:30:\"template/designerPortfolioBlog\";s:4:\"name\";s:23:\"Designer Portfolio Blog\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561472137.designerPortfolioBlog-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561472137.designerPortfolioBlog-preview.png\";s:15:\"metaDescription\";s:72:\"A blog category page layout for designers, agencies and other creatives.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1221dacd8f9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:138;a:11:{s:6:\"bundle\";s:39:\"template/designerPortfolioServicesBlock\";s:4:\"name\";s:33:\"Designer Portfolio Services Block\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561472920.designerPortfolioServicesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561472920.designerPortfolioServicesBlock-preview.png\";s:15:\"metaDescription\";s:59:\"A colorful section to represent the services of a business.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d122cc68c399\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:139;a:11:{s:6:\"bundle\";s:38:\"template/designerPortfolioClientsBlock\";s:4:\"name\";s:32:\"Designer Portfolio Clients Block\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561472972.designerPortfolioClientsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561472972.designerPortfolioClientsBlock-preview.png\";s:15:\"metaDescription\";s:67:\"A block to showcase clients and testimonials, feedback and reviews.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d122ce5efd2a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:140;a:11:{s:6:\"bundle\";s:43:\"template/designerPortfolioBlogArticlesBlock\";s:4:\"name\";s:38:\"Designer Portfolio Blog Articles Block\";s:16:\"metaThumbnailUrl\";s:109:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561473057.designerPortfolioBlogArticlesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1561473057.designerPortfolioBlogArticlesBlock-preview.png\";s:15:\"metaDescription\";s:55:\"A three column block to showcase the latest blog posts.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d122db1c9fa5\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:141;a:11:{s:6:\"bundle\";s:31:\"template/solutionBusinessHeader\";s:4:\"name\";s:24:\"Solution Business Header\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156491.solutionBusinessHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156491.solutionBusinessHeader-preview.png\";s:15:\"metaDescription\";s:152:\"A header template perfect for business, finance, construction, consultant, insurance, telecommunication solutions, and more. Includes a menu and a logo.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5d1c9d5bde16e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:142;a:11:{s:6:\"bundle\";s:36:\"template/solutionBusinessLargeHeader\";s:4:\"name\";s:30:\"Solution Business Large Header\";s:16:\"metaThumbnailUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156595.solutionBusinessLargeHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156595.solutionBusinessLargeHeader-preview.png\";s:15:\"metaDescription\";s:186:\"A large header template perfect for business, finance, construction, consultant, insurance, telecommunication solutions, and more. Includes a menu block and hero image in the background.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5d1c9dd78007a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:143;a:11:{s:6:\"bundle\";s:33:\"template/solutionBusinessHomepage\";s:4:\"name\";s:26:\"Solution Business Homepage\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156699.solutionBusinessHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156699.solutionBusinessHomepage-preview.png\";s:15:\"metaDescription\";s:196:\"A comprehensive business homepage template with services, testimonials and other information listed. Perfect for finance, construction, consultant, insurance, telecommunication solutions and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1b8eb2eec37\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:144;a:11:{s:6:\"bundle\";s:29:\"template/solutionBusinessNews\";s:4:\"name\";s:22:\"Solution Business News\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156747.solutionBusinessNews-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156747.solutionBusinessNews-preview.png\";s:15:\"metaDescription\";s:176:\"A news page template for a business site to post latest updates and information. Perfect for finance, construction, consultant, insurance, telecommunication solutions and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1b93ac5e148\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:145;a:11:{s:6:\"bundle\";s:33:\"template/solutionBusinessContacts\";s:4:\"name\";s:26:\"Solution Business Contacts\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156824.solutionBusinessContacts-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156824.solutionBusinessContacts-preview.png\";s:15:\"metaDescription\";s:192:\"A contact page template for a business website with all the contact information and Google Maps. Perfect for finance, construction, consultant, insurance, telecommunication solutions and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1b960d970f3\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:146;a:11:{s:6:\"bundle\";s:33:\"template/solutionBusinessServices\";s:4:\"name\";s:26:\"Solution Business Services\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156881.solutionBusinessServices-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156881.solutionBusinessServices-preview.png\";s:15:\"metaDescription\";s:182:\"A business page template to represent company services or features in a catalog view. Perfect for finance, construction, consultant, insurance, telecommunication solutions and more. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1b990d395b4\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:147;a:11:{s:6:\"bundle\";s:42:\"template/solutionBusinessTestimonialsBlock\";s:4:\"name\";s:36:\"Solution Business Testimonials Block\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156967.solutionBusinessTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562156967.solutionBusinessTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:68:\"A clean single testimonial block on a blue background with an image.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1baa2f47f99\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:148;a:11:{s:6:\"bundle\";s:38:\"template/solutionBusinessServicesBlock\";s:4:\"name\";s:32:\"Solution Business Services Block\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562157048.solutionBusinessServicesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562157048.solutionBusinessServicesBlock-preview.png\";s:15:\"metaDescription\";s:67:\"A colorful services block template on a blue background with icons.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1baa7d317ef\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:149;a:11:{s:6:\"bundle\";s:38:\"template/solutionBusinessFeaturesBlock\";s:4:\"name\";s:32:\"Solution Business Features Block\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562157125.solutionBusinessFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562157125.solutionBusinessFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:78:\"A clean and white features block with icons to represent features or services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1baadab44c5\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:150;a:11:{s:6:\"bundle\";s:38:\"template/solutionBusinessContactsBlock\";s:4:\"name\";s:32:\"Solution Business Contacts Block\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562157206.solutionBusinessContactsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562157206.solutionBusinessContactsBlock-preview.png\";s:15:\"metaDescription\";s:93:\"A business type contacts block on a blue background with contact information and Google Maps.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1bab1a8bf4e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:151;a:11:{s:6:\"bundle\";s:36:\"template/solutionBusinessBannerBlock\";s:4:\"name\";s:30:\"Solution Business Banner Block\";s:16:\"metaThumbnailUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562157315.solutionBusinessBannerBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562157315.solutionBusinessBannerBlock-preview.png\";s:15:\"metaDescription\";s:71:\"A banner block for a business website with an image and call to action.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1babd373bce\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:152;a:11:{s:6:\"bundle\";s:34:\"template/solutionBusinessNewsBlock\";s:4:\"name\";s:28:\"Solution Business News Block\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587037649.solutionBusinessNewsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587037649.solutionBusinessNewsBlock-preview.png\";s:15:\"metaDescription\";s:76:\"An archive type news section divided into 3 columns for a business website. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1bac77079c4\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:153;a:11:{s:6:\"bundle\";s:30:\"template/mediumStyleBlogHeader\";s:4:\"name\";s:24:\"Medium Style Blog Header\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562831422.mediumStyleBlogHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562831422.mediumStyleBlogHeader-preview.png\";s:15:\"metaDescription\";s:137:\"A clean header for a blog. Perfect for lifestyle, personal design, marketing blog. Includes a logo and a menu with a colorful background.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5d26e96e9830c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:154;a:11:{s:6:\"bundle\";s:40:\"template/mediumStyleRelatedArticlesBlock\";s:4:\"name\";s:35:\"Medium Style Related Articles Block\";s:16:\"metaThumbnailUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562831489.mediumStyleRelatedArticlesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562831489.mediumStyleRelatedArticlesBlock-preview.png\";s:15:\"metaDescription\";s:87:\"A block template for related blog articles or archives with 3 articles listed in a row.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d25e7102f2fc\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:155;a:11:{s:6:\"bundle\";s:32:\"template/mediumStyleBlogHomepage\";s:4:\"name\";s:26:\"Medium Style Blog Homepage\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562831584.mediumStyleBlogHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1562831584.mediumStyleBlogHomepage-preview.png\";s:15:\"metaDescription\";s:142:\"A homepage for a blog. Perfect for lifestyle, personal design, marketing blog. Includes author information, article, archive section and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d25e5ea95223\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:156;a:11:{s:6:\"bundle\";s:22:\"template/elifAboutPage\";s:4:\"name\";s:15:\"Elif About Page\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1564381871.elifAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1564381871.elifAboutPage-preview.png\";s:15:\"metaDescription\";s:97:\"A simple about page for a business site, product page or online blog from the Elif template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d38a4a9c3206\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:157;a:11:{s:6:\"bundle\";s:21:\"template/elifContacts\";s:4:\"name\";s:13:\"Elif Contacts\";s:16:\"metaThumbnailUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1564382068.elifContacts-thumbnail.png\";s:14:\"metaPreviewUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1564382068.elifContacts-preview.png\";s:15:\"metaDescription\";s:92:\"A contact page for a business site, product page or online blog from the Elif template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d38a4e48f15c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:158;a:11:{s:6:\"bundle\";s:22:\"template/fashionHeader\";s:4:\"name\";s:14:\"Fashion Header\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565689972.fashionHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565689972.fashionHeader-preview.png\";s:15:\"metaDescription\";s:179:\"A header for an eCommerce store that can be adapted for any retail sector industries like fashion, clothing, and more. Includes logo, menu in the middle, and social profile icons.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5d52885ad0df3\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:159;a:11:{s:6:\"bundle\";s:22:\"template/fashionFooter\";s:4:\"name\";s:14:\"Fashion Footer\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565690068.fashionFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565690068.fashionFooter-preview.png\";s:15:\"metaDescription\";s:157:\"A footer for an eCommerce store that can be adapted for any retail sector industries like fashion, clothing, and more. Includes contact information and menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5d5288bdbcc82\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:160;a:11:{s:6:\"bundle\";s:32:\"template/fashionBestSellingBlock\";s:4:\"name\";s:26:\"Fashion Best Selling Block\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565690182.fashionBestSellingBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565690182.fashionBestSellingBlock-preview.png\";s:15:\"metaDescription\";s:57:\"A section template to showcase the best selling products.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d4c151ec1c85\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:161;a:11:{s:6:\"bundle\";s:30:\"template/fashionGallerySection\";s:4:\"name\";s:23:\"Fashion Gallery Section\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565690279.fashionGallerySection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565690279.fashionGallerySection-preview.png\";s:15:\"metaDescription\";s:53:\"A section template for a gallery or product showcase.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d4c12f569670\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:162;a:11:{s:6:\"bundle\";s:27:\"template/fashionBlogSection\";s:4:\"name\";s:20:\"Fashion Blog Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565693052.fashionBlogSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565693052.fashionBlogSection-preview.png\";s:15:\"metaDescription\";s:62:\"A section to display new, recent, or most popular blog posts.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d4c127a57468\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:163;a:11:{s:6:\"bundle\";s:31:\"template/fashionBestSellingPage\";s:4:\"name\";s:25:\"Fashion Best Selling Page\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565693721.fashionBestSellingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565693721.fashionBestSellingPage-preview.png\";s:15:\"metaDescription\";s:150:\"A page template of best selling products for an eCommerce store that can be adapted for any retail sector industries like fashion, clothing, and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d4c08b388417\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:164;a:11:{s:6:\"bundle\";s:24:\"template/fashionBlogPage\";s:4:\"name\";s:17:\"Fashion Blog Page\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565695866.fashionBlogPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565695866.fashionBlogPage-preview.png\";s:15:\"metaDescription\";s:130:\"A blog page template for an eCommerce store that can be adapted for any retail sector industries like fashion, clothing, and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d4c03d0da039\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:165;a:11:{s:6:\"bundle\";s:30:\"template/fashionCollectionPage\";s:4:\"name\";s:23:\"Fashion Collection Page\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565695944.fashionCollectionPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565695944.fashionCollectionPage-preview.png\";s:15:\"metaDescription\";s:136:\"A collection page template for an eCommerce store that can be adapted for any retail sector industries like fashion, clothing, and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d4c038a315cb\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:166;a:11:{s:6:\"bundle\";s:27:\"template/fashionGalleryPage\";s:4:\"name\";s:20:\"Fashion Gallery Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565696032.fashionGalleryPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565696032.fashionGalleryPage-preview.png\";s:15:\"metaDescription\";s:133:\"A gallery page template for an eCommerce store that can be adapted for any retail sector industries like fashion, clothing, and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d4c033ba693b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:167;a:11:{s:6:\"bundle\";s:24:\"template/fashionHomepage\";s:4:\"name\";s:16:\"Fashion Homepage\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565696115.fashionHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565696115.fashionHomepage-preview.png\";s:15:\"metaDescription\";s:209:\"A homepage template for an eCommerce store that can be adapted for any retail sector industries like fashion, clothing, and more. Includes colorful hero section, gallery, star ranking, pricing values and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d4c031175eec\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:168;a:11:{s:6:\"bundle\";s:20:\"template/bloogHeader\";s:4:\"name\";s:12:\"Bloog Header\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565872897.bloogHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565872897.bloogHeader-preview.png\";s:15:\"metaDescription\";s:61:\"A header for a blog or magazine. Includes a logo and a menu. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5d5552eae1cad\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:169;a:11:{s:6:\"bundle\";s:29:\"template/bloogSinglePostBlock\";s:4:\"name\";s:23:\"Bloog Single Post Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565872986.bloogSinglePostBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565872986.bloogSinglePostBlock-preview.png\";s:15:\"metaDescription\";s:63:\"A single blog post teaser with a background and featured image.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d554244aea25\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:170;a:11:{s:6:\"bundle\";s:29:\"template/bloogDoublePostBlock\";s:4:\"name\";s:23:\"Bloog Double Post Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565873070.bloogDoublePostBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565873070.bloogDoublePostBlock-preview.png\";s:15:\"metaDescription\";s:57:\"A section with two blog post teasers and featured images.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d5543451647b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:171;a:11:{s:6:\"bundle\";s:22:\"template/bloogHomepage\";s:4:\"name\";s:14:\"Bloog Homepage\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565873167.bloogHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1565873167.bloogHomepage-preview.png\";s:15:\"metaDescription\";s:62:\"A blog homepage template with archive or teaser article list. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d553fc042a45\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:172;a:11:{s:6:\"bundle\";s:22:\"template/nutrickFooter\";s:4:\"name\";s:14:\"Nutrick Footer\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566923943.nutrickFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566923943.nutrickFooter-preview.png\";s:15:\"metaDescription\";s:111:\"A footer for entrepreneurial businesses and startups from the Nutrick template set. Includes a logo and a menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5d655b8d965da\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:173;a:11:{s:6:\"bundle\";s:27:\"template/nutrickTeamSection\";s:4:\"name\";s:20:\"Nutrick Team Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566924588.nutrickTeamSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566924588.nutrickTeamSection-preview.png\";s:15:\"metaDescription\";s:67:\"Team section template with teammate\'s photos, names, and positions.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d650ede730c2\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:174;a:11:{s:6:\"bundle\";s:35:\"template/nutrickTestimonialsSection\";s:4:\"name\";s:28:\"Nutrick Testimonials Section\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566924770.nutrickTestimonialsSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566924770.nutrickTestimonialsSection-preview.png\";s:15:\"metaDescription\";s:88:\"Showcase testimonials with Nutrick template set block for customer feedback and reviews.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d650e2a43f27\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:175;a:11:{s:6:\"bundle\";s:31:\"template/nutrickServicesSection\";s:4:\"name\";s:24:\"Nutrick Services Section\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566924880.nutrickServicesSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566924880.nutrickServicesSection-preview.png\";s:15:\"metaDescription\";s:81:\"Showcase services with a beautiful service section from the Nutrick template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d650dd33cd64\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:176;a:11:{s:6:\"bundle\";s:28:\"template/nutrickPricingTable\";s:4:\"name\";s:21:\"Nutrick Pricing Table\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566924982.nutrickPricingTable-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566924982.nutrickPricingTable-preview.png\";s:15:\"metaDescription\";s:54:\"A pricing table section from the Nutrick template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d650ce9e2a73\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:177;a:11:{s:6:\"bundle\";s:27:\"template/nutrickHeroSection\";s:4:\"name\";s:20:\"Nutrick Hero Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566925071.nutrickHeroSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566925071.nutrickHeroSection-preview.png\";s:15:\"metaDescription\";s:105:\"A simple and eye-catching hero section from the Nutrick template. Includes an image and a call to action.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d650bb050e74\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:178;a:11:{s:6:\"bundle\";s:28:\"template/nutrickServicesPage\";s:4:\"name\";s:21:\"Nutrick Services Page\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566928287.nutrickServicesPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566928287.nutrickServicesPage-preview.png\";s:15:\"metaDescription\";s:98:\"A service page template for entrepreneurial businesses and startups from the Nutrick template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d650a9e8121e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:179;a:11:{s:6:\"bundle\";s:27:\"template/nutrickProjectPage\";s:4:\"name\";s:20:\"Nutrick Project Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566928618.nutrickProjectPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566928618.nutrickProjectPage-preview.png\";s:15:\"metaDescription\";s:111:\"A page template to showcase projects for entrepreneurial businesses and startups from the Nutrick template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d650a549d940\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:180;a:11:{s:6:\"bundle\";s:25:\"template/nutrickAboutPage\";s:4:\"name\";s:18:\"Nutrick About Page\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566928697.nutrickAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566928697.nutrickAboutPage-preview.png\";s:15:\"metaDescription\";s:97:\"An about page template for entrepreneurial businesses and startups from the Nutrick template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d650993b7143\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:181;a:11:{s:6:\"bundle\";s:24:\"template/nutrickHomePage\";s:4:\"name\";s:16:\"Nutrick Homepage\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566928779.nutrickHomePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1566928779.nutrickHomePage-preview.png\";s:15:\"metaDescription\";s:180:\"A beautiful and clean homepage template for entrepreneurial businesses and startups from the Nutrick template set. Includes header and footer, pricing table, testimonials and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d6509e5a039f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:182;a:11:{s:6:\"bundle\";s:23:\"template/gGPersonalPage\";s:4:\"name\";s:16:\"GG Personal Page\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1567682125.gGPersonalPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1567682125.gGPersonalPage-preview.png\";s:15:\"metaDescription\";s:70:\"A personal resume page to showcase a work experience, blog, portfolio.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d70c04077749\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:183;a:11:{s:6:\"bundle\";s:28:\"template/gGTestimonialsBlock\";s:4:\"name\";s:21:\"GG Testimonials Block\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1567682243.gGTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1567682243.gGTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:68:\"Testimonial section template to share customer feedback and reviews.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d70e71d67ffb\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:184;a:11:{s:6:\"bundle\";s:24:\"template/gGShowcaseBlock\";s:4:\"name\";s:17:\"GG Showcase Block\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1567682316.gGShowcaseBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1567682316.gGShowcaseBlock-preview.png\";s:15:\"metaDescription\";s:64:\"A gallery block to showcase existing work, products or projects.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d70e7686723c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:185;a:11:{s:6:\"bundle\";s:20:\"template/gGBlogBlock\";s:4:\"name\";s:13:\"GG Blog Block\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1567682404.gGBlogBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1567682404.gGBlogBlock-preview.png\";s:15:\"metaDescription\";s:67:\"A blog teaser section to highlight latest articles or case studies.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d70e7a4bf75d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:186;a:11:{s:6:\"bundle\";s:29:\"template/architectureTemplate\";s:4:\"name\";s:21:\"Architecture Template\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571684948.architectureTemplate-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571684948.architectureTemplate-preview.png\";s:15:\"metaDescription\";s:86:\"A one-page layout for architecture, real estate agency or any other creative industry.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5da9904d4f172\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:187;a:11:{s:6:\"bundle\";s:38:\"template/architectureTemplateTeamBlock\";s:4:\"name\";s:32:\"Architecture Template Team Block\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685054.architectureTemplateTeamBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685054.architectureTemplateTeamBlock-preview.png\";s:15:\"metaDescription\";s:47:\"A team block template to showcase team members.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5da99a994cac3\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:188;a:11:{s:6:\"bundle\";s:41:\"template/architectureTemplateClientsBlock\";s:4:\"name\";s:35:\"Architecture Template Clients Block\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685170.architectureTemplateClientsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685170.architectureTemplateClientsBlock-preview.png\";s:15:\"metaDescription\";s:81:\"Showcase client\'s testimonials, feedback and reviews about products and services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5da99cbb5fe05\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:189;a:11:{s:6:\"bundle\";s:41:\"template/architectureTemplateProjectBlock\";s:4:\"name\";s:35:\"Architecture Template Project Block\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685285.architectureTemplateProjectBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685285.architectureTemplateProjectBlock-preview.png\";s:15:\"metaDescription\";s:98:\"Display a project portfolio by using an asymmetric grid layout from the Architecture template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5da9a378ebb7f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:190;a:11:{s:6:\"bundle\";s:42:\"template/architectureTemplateFeaturesBlock\";s:4:\"name\";s:36:\"Architecture Template Features Block\";s:16:\"metaThumbnailUrl\";s:108:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685420.architectureTemplateFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:106:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685420.architectureTemplateFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:79:\"Show the most important features or benefits of a product, service, or company.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5da9a5580c5c9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:191;a:11:{s:6:\"bundle\";s:35:\"template/architectureTemplateFooter\";s:4:\"name\";s:28:\"Architecture Template Footer\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685518.architectureTemplateFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685518.architectureTemplateFooter-preview.png\";s:15:\"metaDescription\";s:114:\"A one-page layout for architecture, real estate agency or any other creative industry. Includes a logo and a menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5dae044ca099c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:192;a:11:{s:6:\"bundle\";s:35:\"template/architectureTemplateHeader\";s:4:\"name\";s:28:\"Architecture Template Header\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685619.architectureTemplateHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1571685619.architectureTemplateHeader-preview.png\";s:15:\"metaDescription\";s:137:\"A large header template for architecture, real estate agency or any other creative industry. Includes a background image and zoom effect.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5dae04b04882e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:193;a:11:{s:6:\"bundle\";s:25:\"template/404HalloweenPage\";s:4:\"name\";s:18:\"404 Halloween Page\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1572034065.404HalloweenPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1572034065.404HalloweenPage-preview.png\";s:15:\"metaDescription\";s:85:\"A spooky Halloween style 404 page that will help to save visitors from scary moments.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5db355650c0d8\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:194;a:11:{s:6:\"bundle\";s:27:\"template/sinloaCoffeeFooter\";s:4:\"name\";s:20:\"Sinloa Coffee Footer\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578060789.sinloaCoffeeFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578060789.sinloaCoffeeFooter-preview.png\";s:15:\"metaDescription\";s:140:\"A footer from the Sinloa Coffee template set. A great choice for coffee shop, restaurant or bar owners. Includes location and working hours.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5e0f4b7482cfe\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:195;a:11:{s:6:\"bundle\";s:29:\"template/sinloaCoffeeHomePage\";s:4:\"name\";s:22:\"Sinloa Coffee Homepage\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578060910.sinloaCoffeeHomePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578060910.sinloaCoffeeHomePage-preview.png\";s:15:\"metaDescription\";s:156:\"A homepage from the Sinloa Coffee template set. A great choice for coffee shop, restaurant or bar owners. Includes header and footer, testimonials and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5df8b0ce8ce8e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:196;a:11:{s:6:\"bundle\";s:36:\"template/sinloaCoffeeMaintenancePage\";s:4:\"name\";s:30:\"Sinloa Coffee Maintenance Page\";s:16:\"metaThumbnailUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578060967.sinloaCoffeeMaintenancePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578060967.sinloaCoffeeMaintenancePage-preview.png\";s:15:\"metaDescription\";s:119:\"A maintenance mode page from the Sinloa Coffee template set. A great choice for coffee shop, restaurant or bar owners. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5df8b10d92120\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:197;a:11:{s:6:\"bundle\";s:29:\"template/sinloaCoffeeMenuPage\";s:4:\"name\";s:23:\"Sinloa Coffee Menu Page\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061045.sinloaCoffeeMenuPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061045.sinloaCoffeeMenuPage-preview.png\";s:15:\"metaDescription\";s:124:\"A menu page to list products from the Sinloa Coffee template set. A great choice for coffee shop, restaurant or bar owners. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5df8b14e71b2a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:198;a:11:{s:6:\"bundle\";s:32:\"template/sinloaCoffeeContactPage\";s:4:\"name\";s:26:\"Sinloa Coffee Contact Page\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061105.sinloaCoffeeContactPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061105.sinloaCoffeeContactPage-preview.png\";s:15:\"metaDescription\";s:151:\"A contact page from the Sinloa Coffee template set. A great choice for coffee shop, restaurant or bar owners. Includes a simple and clean contact form.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5df8b1dc9ef9e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:199;a:11:{s:6:\"bundle\";s:35:\"template/sinloaCoffeeComingSoonPage\";s:4:\"name\";s:30:\"Sinloa Coffee Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061158.sinloaCoffeeComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061158.sinloaCoffeeComingSoonPage-preview.png\";s:15:\"metaDescription\";s:113:\"A coming soon page from the Sinloa Coffee template set. A great choice for coffee shop, restaurant or bar owners.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5df8b21befe63\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:200;a:11:{s:6:\"bundle\";s:29:\"template/sinloaCoffeeBlogPage\";s:4:\"name\";s:23:\"Sinloa Coffee Blog Page\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061222.sinloaCoffeeBlogPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061222.sinloaCoffeeBlogPage-preview.png\";s:15:\"metaDescription\";s:139:\"A blog archive page with a banner-style list from the Sinloa Coffee template set. A great choice for coffee shop, restaurant or bar owners.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5df8b28ba1a7e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:201;a:11:{s:6:\"bundle\";s:36:\"template/sinloaCoffeeBlogArticlePage\";s:4:\"name\";s:31:\"Sinloa Coffee Blog Article Page\";s:16:\"metaThumbnailUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061289.sinloaCoffeeBlogArticlePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061289.sinloaCoffeeBlogArticlePage-preview.png\";s:15:\"metaDescription\";s:123:\"A blog article page template from the Sinloa Coffee template set. A great choice for coffee shop, restaurant or bar owners.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5df8b4db35ccc\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:202;a:11:{s:6:\"bundle\";s:32:\"template/sinloaCoffeeAboutUsPage\";s:4:\"name\";s:27:\"Sinloa Coffee About Us Page\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061336.sinloaCoffeeAboutUsPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061336.sinloaCoffeeAboutUsPage-preview.png\";s:15:\"metaDescription\";s:117:\"An about page template from the Sinloa Coffee template set. A great choice for coffee shop, restaurant or bar owners.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5df8b535cbdbf\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:203;a:11:{s:6:\"bundle\";s:28:\"template/sinloaCoffee404Page\";s:4:\"name\";s:22:\"Sinloa Coffee 404 Page\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061390.sinloaCoffee404Page-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061390.sinloaCoffee404Page-preview.png\";s:15:\"metaDescription\";s:114:\"A 404 page template from the Sinloa Coffee template set. A great choice for coffee shop, restaurant or bar owners.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5df8b567bb23a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:204;a:11:{s:6:\"bundle\";s:33:\"template/sinloaCoffeeProductBlock\";s:4:\"name\";s:27:\"Sinloa Coffee Product Block\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061453.sinloaCoffeeProductBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061453.sinloaCoffeeProductBlock-preview.png\";s:15:\"metaDescription\";s:59:\"A product block layout from the Sinloa Coffee template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5df9d98720e79\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:205;a:11:{s:6:\"bundle\";s:41:\"template/sinloaCoffeeProductFeaturesBlock\";s:4:\"name\";s:36:\"Sinloa Coffee Product Features Block\";s:16:\"metaThumbnailUrl\";s:107:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061515.sinloaCoffeeProductFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061515.sinloaCoffeeProductFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:75:\"Showcase product features with a block from the Sinloa Coffee template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5df9da4ed611e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:206;a:11:{s:6:\"bundle\";s:38:\"template/sinloaCoffeeCallToActionBlock\";s:4:\"name\";s:34:\"Sinloa Coffee Call to Action Block\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061588.sinloaCoffeeCallToActionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061588.sinloaCoffeeCallToActionBlock-preview.png\";s:15:\"metaDescription\";s:67:\"A call to action block layout from the Sinloa Coffee template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5df9daad69b58\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:207;a:11:{s:6:\"bundle\";s:30:\"template/sinloaCoffeeHeroBlock\";s:4:\"name\";s:24:\"Sinloa Coffee Hero Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061634.sinloaCoffeeHeroBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061634.sinloaCoffeeHeroBlock-preview.png\";s:15:\"metaDescription\";s:57:\"A hero section block from the Sinloa Coffee template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5df9dbe53347e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:208;a:11:{s:6:\"bundle\";s:39:\"template/sinloaCoffeeProductBannerBlock\";s:4:\"name\";s:34:\"Sinloa Coffee Product Banner Block\";s:16:\"metaThumbnailUrl\";s:105:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061686.sinloaCoffeeProductBannerBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061686.sinloaCoffeeProductBannerBlock-preview.png\";s:15:\"metaDescription\";s:59:\"A product banner block from the Sinloa Coffee template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5df9dc7d54993\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:209;a:11:{s:6:\"bundle\";s:33:\"template/sinloaCoffeeArticleBlock\";s:4:\"name\";s:27:\"Sinloa Coffee Article Block\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061738.sinloaCoffeeArticleBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061738.sinloaCoffeeArticleBlock-preview.png\";s:15:\"metaDescription\";s:64:\"An article block for a blog from the Sinloa Coffee template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5df9deda632e4\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:210;a:11:{s:6:\"bundle\";s:38:\"template/sinloaCoffeeTestimonialsBlock\";s:4:\"name\";s:32:\"Sinloa Coffee Testimonials Block\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061796.sinloaCoffeeTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061796.sinloaCoffeeTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:90:\"A testimonials block to showcase reviews and feedback from the Sinloa Coffee template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5df9df53d428d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:211;a:11:{s:6:\"bundle\";s:33:\"template/sinloaCoffeeContactBlock\";s:4:\"name\";s:27:\"Sinloa Coffee Contact Block\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061856.sinloaCoffeeContactBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061856.sinloaCoffeeContactBlock-preview.png\";s:15:\"metaDescription\";s:92:\"A contact block layout from the Sinloa Coffee template set. Includes a simple contact form. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5df9e1db7e1e2\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:212;a:11:{s:6:\"bundle\";s:37:\"template/sinloaCoffeeProductHeroBlock\";s:4:\"name\";s:32:\"Sinloa Coffee Product Hero Block\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061908.sinloaCoffeeProductHeroBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1578061908.sinloaCoffeeProductHeroBlock-preview.png\";s:15:\"metaDescription\";s:78:\"A hero section that showcases one product from the Sinloa Coffee template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5df9e2e597f76\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:213;a:11:{s:6:\"bundle\";s:22:\"template/hWLargeHeader\";s:4:\"name\";s:16:\"HW Large Header \";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394473.hWLargeHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394473.hWLargeHeader-preview.png\";s:15:\"metaDescription\";s:154:\"A large header for health, wellness, medical and other services from the HW template set. Includes a logo, menu, and a hero section with a call to action.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5e32e76f76872\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:214;a:11:{s:6:\"bundle\";s:21:\"template/hWDarkFooter\";s:4:\"name\";s:14:\"HW Dark Footer\";s:16:\"metaThumbnailUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394561.hWDarkFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394561.hWDarkFooter-preview.png\";s:15:\"metaDescription\";s:122:\"A dark footer for health, wellness, medical and other services from the HW template set. Includes location, logo and menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5e32e8017e3f0\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:215;a:11:{s:6:\"bundle\";s:24:\"template/hWBlogListBlock\";s:4:\"name\";s:18:\"HW Blog List Block\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394625.hWBlogListBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394625.hWBlogListBlock-preview.png\";s:15:\"metaDescription\";s:78:\"An archive type list of blog articles from the Health & Wellness template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5e31cf43e0726\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:216;a:11:{s:6:\"bundle\";s:26:\"template/hWTeamMemberBlock\";s:4:\"name\";s:20:\"HW Team Member Block\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394676.hWTeamMemberBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394676.hWTeamMemberBlock-preview.png\";s:15:\"metaDescription\";s:60:\"A team member block from the Health & Wellness template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5e31cd4076512\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:217;a:11:{s:6:\"bundle\";s:26:\"template/hWMaintenancePage\";s:4:\"name\";s:19:\"HW Maintenance Page\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394747.hWMaintenancePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394747.hWMaintenancePage-preview.png\";s:15:\"metaDescription\";s:93:\"A maintenance page for health, wellness, medical and other services from the HW template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e31b6c594323\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:218;a:11:{s:6:\"bundle\";s:18:\"template/hW404Page\";s:4:\"name\";s:11:\"HW 404 Page\";s:16:\"metaThumbnailUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394795.hW404Page-thumbnail.png\";s:14:\"metaPreviewUrl\";s:82:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394795.hW404Page-preview.png\";s:15:\"metaDescription\";s:120:\"A 404 page for health, wellness, medical and other services from the HW template set.the Health & Wellness template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e3168e4a1b73\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:219;a:11:{s:6:\"bundle\";s:20:\"template/hWAboutPage\";s:4:\"name\";s:13:\"HW About Page\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394841.hWAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394841.hWAboutPage-preview.png\";s:15:\"metaDescription\";s:88:\"An about page for health, wellness, medical and other services from the HW template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e3168a8d01d1\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:220;a:11:{s:6:\"bundle\";s:22:\"template/hWBlogArticle\";s:4:\"name\";s:15:\"HW Blog Article\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394886.hWBlogArticle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394886.hWBlogArticle-preview.png\";s:15:\"metaDescription\";s:101:\"A single blog article page for health, wellness, medical and other services from the HW template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e3168748f92f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:221;a:11:{s:6:\"bundle\";s:19:\"template/hWBlogPage\";s:4:\"name\";s:12:\"HW Blog Page\";s:16:\"metaThumbnailUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394942.hWBlogPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:83:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394942.hWBlogPage-preview.png\";s:15:\"metaDescription\";s:86:\"A blog page for health, wellness, medical and other services from the HW template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e3168429c85f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:222;a:11:{s:6:\"bundle\";s:25:\"template/hWComingSoonPage\";s:4:\"name\";s:19:\"HW Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394998.hWComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580394998.hWComingSoonPage-preview.png\";s:15:\"metaDescription\";s:93:\"A coming soon page for health, wellness, medical and other services from the HW template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e316819d6548\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:223;a:11:{s:6:\"bundle\";s:22:\"template/hWGalleryPage\";s:4:\"name\";s:15:\"HW Gallery Page\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580395058.hWGalleryPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580395058.hWGalleryPage-preview.png\";s:15:\"metaDescription\";s:89:\"A gallery page for health, wellness, medical and other services from the HW template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e3167d869e75\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:224;a:11:{s:6:\"bundle\";s:23:\"template/hWServicesPage\";s:4:\"name\";s:16:\"HW Services Page\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580395114.hWServicesPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580395114.hWServicesPage-preview.png\";s:15:\"metaDescription\";s:89:\"A page to showcase health, wellness, medical and other services from the HW template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e31675568cbe\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:225;a:11:{s:6:\"bundle\";s:19:\"template/hWHomepage\";s:4:\"name\";s:11:\"HW Homepage\";s:16:\"metaThumbnailUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580395183.hWHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:83:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1580395183.hWHomepage-preview.png\";s:15:\"metaDescription\";s:134:\"A homepage for health, wellness, medical and other services from the HW template set. Includes header, footer, menu and more features.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e3167b1b4241\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:226;a:11:{s:6:\"bundle\";s:26:\"template/burgerStoryHeader\";s:4:\"name\";s:19:\"Burger Story Header\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584626824.burgerStoryHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584626824.burgerStoryHeader-preview.png\";s:15:\"metaDescription\";s:143:\"A colorful header for a restaurant, diner, cafe, or catering company from the Burger Story template set. Includes a logo, a menu, and a search.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:23:\"5e737c364c7a72.30124138\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:227;a:11:{s:6:\"bundle\";s:31:\"template/burgerStoryWhiteHeader\";s:4:\"name\";s:25:\"Burger Story White Header\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584626894.burgerStoryWhiteHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584626894.burgerStoryWhiteHeader-preview.png\";s:15:\"metaDescription\";s:140:\"A white header for a restaurant, diner, cafe, or catering company from the Burger Story template set. Includes a logo, a menu, and a search.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:23:\"5e737c9669ffe0.95091680\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:228;a:11:{s:6:\"bundle\";s:26:\"template/burgerStoryFooter\";s:4:\"name\";s:19:\"Burger Story Footer\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584626980.burgerStoryFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584626980.burgerStoryFooter-preview.png\";s:15:\"metaDescription\";s:139:\"A footer for a restaurant, diner, cafe or catering company from the Burger Story template set. Includes logo and menus divided by sections.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:23:\"5e737ce4a5ce43.11716145\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:229;a:11:{s:6:\"bundle\";s:32:\"template/burgerStoryProductBlock\";s:4:\"name\";s:26:\"Burger Story Product Block\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627055.burgerStoryProductBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627055.burgerStoryProductBlock-preview.png\";s:15:\"metaDescription\";s:74:\"A block that displays a single product from the Burger Story template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5e725401c61bd\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:230;a:11:{s:6:\"bundle\";s:37:\"template/burgerStoryTestimonialsBlock\";s:4:\"name\";s:31:\"Burger Story Testimonials Block\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627128.burgerStoryTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627128.burgerStoryTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:67:\"A testimonials section template from the Burger Story template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5e725381e80ff\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:231;a:11:{s:6:\"bundle\";s:34:\"template/burgerStoryMobileAppBlock\";s:4:\"name\";s:29:\"Burger Story Mobile App Block\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627197.burgerStoryMobileAppBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627197.burgerStoryMobileAppBlock-preview.png\";s:15:\"metaDescription\";s:153:\"A section for mobile app promotion from the Burger Story template set. Includes a description, phone mockup, links to the App Store or Google Play store.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5e725244d92eb\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:232;a:11:{s:6:\"bundle\";s:29:\"template/burgerStoryMenuBlock\";s:4:\"name\";s:23:\"Burger Story Menu Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627275.burgerStoryMenuBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627275.burgerStoryMenuBlock-preview.png\";s:15:\"metaDescription\";s:55:\"A food menu section from the Burger Story template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5e7251fd6523b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:233;a:11:{s:6:\"bundle\";s:31:\"template/burgerStoryHeroSection\";s:4:\"name\";s:25:\"Burger Story Hero Section\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627344.burgerStoryHeroSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627344.burgerStoryHeroSection-preview.png\";s:15:\"metaDescription\";s:73:\"A hero section template with an image from the Burger Story template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5e725172b3200\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:234;a:11:{s:6:\"bundle\";s:32:\"template/burgerStorySpecialOffer\";s:4:\"name\";s:26:\"Burger Story Special Offer\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627415.burgerStorySpecialOffer-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627415.burgerStorySpecialOffer-preview.png\";s:15:\"metaDescription\";s:118:\"A special offer or discount page for a restaurant, diner, cafe or catering company from the Burger Story template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e724af297cc1\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:235;a:11:{s:6:\"bundle\";s:29:\"template/burgerStoryAboutPage\";s:4:\"name\";s:23:\"Burger Story About Page\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627471.burgerStoryAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627471.burgerStoryAboutPage-preview.png\";s:15:\"metaDescription\";s:99:\"An about page for a restaurant, diner, cafe or catering company from the Burger Story template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e724abdcfc61\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:236;a:11:{s:6:\"bundle\";s:28:\"template/burgerStoryMenuPage\";s:4:\"name\";s:22:\"Burger Story Menu Page\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627536.burgerStoryMenuPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627536.burgerStoryMenuPage-preview.png\";s:15:\"metaDescription\";s:123:\"A menu page for a restaurant, diner, cafe or catering company from the Burger Story template set. Includes product blocks. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e724a7b29b5e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:237;a:11:{s:6:\"bundle\";s:32:\"template/burgerStoryContactsPage\";s:4:\"name\";s:26:\"Burger Story Contacts Page\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627596.burgerStoryContactsPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627596.burgerStoryContactsPage-preview.png\";s:15:\"metaDescription\";s:127:\"A contacts page for a restaurant, diner, cafe or catering company from the Burger Story template set. Includes a contact form. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e724a4c3590b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:238;a:11:{s:6:\"bundle\";s:27:\"template/burgerStoryFanPage\";s:4:\"name\";s:21:\"Burger Story Fan Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627663.burgerStoryFanPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627663.burgerStoryFanPage-preview.png\";s:15:\"metaDescription\";s:115:\"A testimonial and review page for a restaurant, diner, cafe or catering company from the Burger Story template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e724a28e752a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:239;a:11:{s:6:\"bundle\";s:28:\"template/burgerStoryHomepage\";s:4:\"name\";s:21:\"Burger Story Homepage\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627732.burgerStoryHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1584627732.burgerStoryHomepage-preview.png\";s:15:\"metaDescription\";s:96:\"A homepage for a restaurant, diner, cafe or catering company from the Burger Story template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5e7249ffab761\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:240;a:11:{s:6:\"bundle\";s:21:\"template/shippoHeader\";s:4:\"name\";s:13:\"Shippo Header\";s:16:\"metaThumbnailUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233404.shippoHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233404.shippoHeader-preview.png\";s:15:\"metaDescription\";s:147:\"A header for a business of every size such as manufactory, logistics, insurance and more from the Shippo template set. Includes a logo and a menu. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:23:\"5e9b41f70ae005.85717801\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:241;a:11:{s:6:\"bundle\";s:21:\"template/shippoFooter\";s:4:\"name\";s:13:\"Shippo Footer\";s:16:\"metaThumbnailUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233471.shippoFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233471.shippoFooter-preview.png\";s:15:\"metaDescription\";s:177:\"A footer for a business of every size such as manufactory, logistics, insurance and more from the Shippo template set. Includes logo, social icons and menus divided by sections.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:23:\"5e9b42875882a6.53621874\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:242;a:11:{s:6:\"bundle\";s:28:\"template/shippoBlogPostBlock\";s:4:\"name\";s:22:\"Shippo Blog Post Block\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233552.shippoBlogPostBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233552.shippoBlogPostBlock-preview.png\";s:15:\"metaDescription\";s:64:\"An archive type list of blog posts from the Shippo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5e99d0120e4ec1.60760864\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:243;a:11:{s:6:\"bundle\";s:28:\"template/shippoServicesBlock\";s:4:\"name\";s:21:\"Shippo Services Block\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233611.shippoServicesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233611.shippoServicesBlock-preview.png\";s:15:\"metaDescription\";s:59:\"A section to display services from the Shippo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5e99cfb2b52588.15110126\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:244;a:11:{s:6:\"bundle\";s:27:\"template/shippoFounderBlock\";s:4:\"name\";s:20:\"Shippo Founder Block\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233677.shippoFounderBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233677.shippoFounderBlock-preview.png\";s:15:\"metaDescription\";s:71:\"A founder or team member section template from the Shippo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5e99cf39bde0a1.86317418\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:245;a:11:{s:6:\"bundle\";s:30:\"template/shippoOurMissionBlock\";s:4:\"name\";s:24:\"Shippo Our Mission Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233736.shippoOurMissionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233736.shippoOurMissionBlock-preview.png\";s:15:\"metaDescription\";s:68:\"Our mission, about us section template from the Shippo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5e99ce6aaf5770.90498062\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:246;a:11:{s:6:\"bundle\";s:23:\"template/shippoFAQBlock\";s:4:\"name\";s:16:\"Shippo FAQ Block\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233791.shippoFAQBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233791.shippoFAQBlock-preview.png\";s:15:\"metaDescription\";s:81:\"A FAQ (frequently asked questions) section template from the Shippo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5e99ce2923d1e3.52622608\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:247;a:11:{s:6:\"bundle\";s:25:\"template/shippoStepsBlock\";s:4:\"name\";s:18:\"Shippo Steps Block\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233848.shippoStepsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233848.shippoStepsBlock-preview.png\";s:15:\"metaDescription\";s:59:\"A section that displays steps from the Shippo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5e99cdba29dc10.52100903\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:248;a:11:{s:6:\"bundle\";s:29:\"template/shippoDashboardBlock\";s:4:\"name\";s:22:\"Shippo Dashboard Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233923.shippoDashboardBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587233923.shippoDashboardBlock-preview.png\";s:15:\"metaDescription\";s:73:\"A section that shows a screenshot of an app from the Shippo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5e99cc39c7fd72.49161198\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:249;a:11:{s:6:\"bundle\";s:35:\"template/shippoServicesTeaserBlocks\";s:4:\"name\";s:29:\"Shippo Services Teaser Blocks\";s:16:\"metaThumbnailUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234006.shippoServicesTeaserBlocks-thumbnail.png\";s:14:\"metaPreviewUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234006.shippoServicesTeaserBlocks-preview.png\";s:15:\"metaDescription\";s:60:\"A block that displays services from the Shippo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5e99cb709c1e58.49670793\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:250;a:11:{s:6:\"bundle\";s:24:\"template/shippoHeroBlock\";s:4:\"name\";s:17:\"Shippo Hero Block\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234120.shippoHeroBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234120.shippoHeroBlock-preview.png\";s:15:\"metaDescription\";s:94:\"A hero section from the Shippo template set. Includes a star rating, testimonial and an image.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5e99ca8c3b3a15.81046621\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:251;a:11:{s:6:\"bundle\";s:27:\"template/shippoServicesPage\";s:4:\"name\";s:20:\"Shippo Services Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234229.shippoServicesPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234229.shippoServicesPage-preview.png\";s:15:\"metaDescription\";s:125:\"A service page for a business of every size such as manufactory, logistics, insurance and more from the Shippo template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5e99926474cf83.33243679\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:252;a:11:{s:6:\"bundle\";s:29:\"template/shippoOurMissionPage\";s:4:\"name\";s:23:\"Shippo Our Mission Page\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234344.shippoOurMissionPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234344.shippoOurMissionPage-preview.png\";s:15:\"metaDescription\";s:124:\"An about page for a business of every size such as manufactory, logistics, insurance and more from the Shippo template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5e99923254d8f8.85677092\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:253;a:11:{s:6:\"bundle\";s:28:\"template/shippoInsurancePage\";s:4:\"name\";s:21:\"Shippo Insurance Page\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234393.shippoInsurancePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234393.shippoInsurancePage-preview.png\";s:15:\"metaDescription\";s:128:\"An insurance page for a business of every size such as manufactory, logistics, insurance and more from the Shippo template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5e999215e91337.52745227\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:254;a:11:{s:6:\"bundle\";s:27:\"template/shippoContactsPage\";s:4:\"name\";s:20:\"Shippo Contacts Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234447.shippoContactsPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234447.shippoContactsPage-preview.png\";s:15:\"metaDescription\";s:174:\"A contacts page for a business of every size such as manufactory, logistics, insurance and more from the Shippo template set. Includes a simple contact form and contact info.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5e9991f66ad230.78514851\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:255;a:11:{s:6:\"bundle\";s:30:\"template/shippoBlogArchivePage\";s:4:\"name\";s:24:\"Shippo Blog Archive Page\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234507.shippoBlogArchivePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234507.shippoBlogArchivePage-preview.png\";s:15:\"metaDescription\";s:129:\"A blog archive page for a business of every size such as manufactory, logistics, insurance and more from the Shippo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5e9991ca47d3d4.91829233\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:256;a:11:{s:6:\"bundle\";s:30:\"template/shippoBlogArticlePage\";s:4:\"name\";s:24:\"Shippo Blog Article Page\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234551.shippoBlogArticlePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234551.shippoBlogArticlePage-preview.png\";s:15:\"metaDescription\";s:129:\"A blog article page for a business of every size such as manufactory, logistics, insurance and more from the Shippo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5e99919b393a17.05380715\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:257;a:11:{s:6:\"bundle\";s:23:\"template/shippoHomepage\";s:4:\"name\";s:15:\"Shippo Homepage\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234603.shippoHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1587234603.shippoHomepage-preview.png\";s:15:\"metaDescription\";s:177:\"A homepage for a business of every size such as manufactory, logistics, insurance and more from the Shippo template set. Includes header, footer, menu, contact section and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5e99915faa79b7.68995477\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:258;a:11:{s:6:\"bundle\";s:24:\"template/flowerallHeader\";s:4:\"name\";s:16:\"Flowerall Header\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589461695.flowerallHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589461695.flowerallHeader-preview.png\";s:15:\"metaDescription\";s:109:\"A header for flower delivery and other services from the Flowerall template set. Includes a logo and a menu. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:23:\"5ebd427e2948a9.61727957\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:259;a:11:{s:6:\"bundle\";s:24:\"template/flowerallFooter\";s:4:\"name\";s:16:\"Flowerall Footer\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589461759.flowerallFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589461759.flowerallFooter-preview.png\";s:15:\"metaDescription\";s:124:\"A footer for flower delivery and other services from the Flowerall template set. Includes menu, logo and social information.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:23:\"5ebd42d3da8828.23887110\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:260;a:11:{s:6:\"bundle\";s:30:\"template/flowerallProductBlock\";s:4:\"name\";s:23:\"Flowerall Product Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589461838.flowerallProductBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589461838.flowerallProductBlock-preview.png\";s:15:\"metaDescription\";s:63:\"A block that displays products from the Flowerall template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ebd2b2a3c8b14.77564891\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:261;a:11:{s:6:\"bundle\";s:31:\"template/flowerallContactsBlock\";s:4:\"name\";s:24:\"Flowerall Contacts Block\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589461891.flowerallContactsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589461891.flowerallContactsBlock-preview.png\";s:15:\"metaDescription\";s:85:\"A contact information block from the Flowerall template set. Includes a contact form.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ebd2acadcc7b0.13861488\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:262;a:11:{s:6:\"bundle\";s:34:\"template/flowerallProductViewBlock\";s:4:\"name\";s:28:\"Flowerall Product View Block\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589461944.flowerallProductViewBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589461944.flowerallProductViewBlock-preview.png\";s:15:\"metaDescription\";s:114:\"A template from the Flowerall template set that displays a product with spots for multiple images of the prooduct.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ebd2a72b44245.62797535\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:263;a:11:{s:6:\"bundle\";s:30:\"template/flowerallFeatureBlock\";s:4:\"name\";s:23:\"Flowerall Feature Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462009.flowerallFeatureBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462009.flowerallFeatureBlock-preview.png\";s:15:\"metaDescription\";s:79:\"A template from the Flowerall template set that displays features of a product.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ebd296b2bc938.17554905\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:264;a:11:{s:6:\"bundle\";s:29:\"template/flowerallBannerBlock\";s:4:\"name\";s:22:\"Flowerall Banner Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462050.flowerallBannerBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462050.flowerallBannerBlock-preview.png\";s:15:\"metaDescription\";s:56:\"A banner block template from the Flowerall template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ebd29154410b0.41005045\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:265;a:11:{s:6:\"bundle\";s:38:\"template/flowerallProductShowcaseBlock\";s:4:\"name\";s:32:\"Flowerall Product Showcase Block\";s:16:\"metaThumbnailUrl\";s:104:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462104.flowerallProductShowcaseBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462104.flowerallProductShowcaseBlock-preview.png\";s:15:\"metaDescription\";s:103:\"A block from the Flowerall template set that showcases multiple products with images and descriptions. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ebd2878775741.38086679\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:266;a:11:{s:6:\"bundle\";s:25:\"template/flowerallAboutUs\";s:4:\"name\";s:18:\"Flowerall About Us\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462154.flowerallAboutUs-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462154.flowerallAboutUs-preview.png\";s:15:\"metaDescription\";s:85:\"An about page for flower delivery and other services from the Flowerall template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ebc490ede56c7.79201780\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:267;a:11:{s:6:\"bundle\";s:29:\"template/flowerallBlogArticle\";s:4:\"name\";s:22:\"Flowerall Blog Article\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462205.flowerallBlogArticle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462205.flowerallBlogArticle-preview.png\";s:15:\"metaDescription\";s:91:\"A blog article page for flower delivery and other services from the Flowerall template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ebc48d2c314e3.98177853\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:268;a:11:{s:6:\"bundle\";s:29:\"template/flowerallBlogArchive\";s:4:\"name\";s:22:\"Flowerall Blog Archive\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462272.flowerallBlogArchive-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462272.flowerallBlogArchive-preview.png\";s:15:\"metaDescription\";s:91:\"A blog archive page for flower delivery and other services from the Flowerall template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ebc4860b3ac51.42293681\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:269;a:11:{s:6:\"bundle\";s:26:\"template/flowerallContacts\";s:4:\"name\";s:18:\"Flowerall Contacts\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462326.flowerallContacts-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462326.flowerallContacts-preview.png\";s:15:\"metaDescription\";s:159:\"A contacts page template for flower delivery and other services from the Flowerall template set. Includes a simple contact form, Google Maps element and more. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ebc47b937d7b3.71304515\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:270;a:11:{s:6:\"bundle\";s:32:\"template/flowerallProductCatalog\";s:4:\"name\";s:25:\"Flowerall Product Catalog\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462402.flowerallProductCatalog-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462402.flowerallProductCatalog-preview.png\";s:15:\"metaDescription\";s:106:\"A page to showcase product catalog for flower delivery and other services from the Flowerall template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ebc4762649c78.81826231\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:271;a:11:{s:6:\"bundle\";s:31:\"template/flowerallSingleProduct\";s:4:\"name\";s:24:\"Flowerall Single Product\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462444.flowerallSingleProduct-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462444.flowerallSingleProduct-preview.png\";s:15:\"metaDescription\";s:107:\"A page to showcase a single product for flower delivery and other services from the Flowerall template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ebc46f7d48f91.28121382\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:272;a:11:{s:6:\"bundle\";s:26:\"template/flowerallHomepage\";s:4:\"name\";s:18:\"Flowerall Homepage\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462492.flowerallHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1589462492.flowerallHomepage-preview.png\";s:15:\"metaDescription\";s:157:\"A homepage for flower delivery and other services from the Flowerall template set. Includes menu, header and footer, pricing table, contact section and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ebc46a8c87be7.57786051\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:273;a:11:{s:6:\"bundle\";s:20:\"template/belleHeader\";s:4:\"name\";s:12:\"Belle Header\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620567.belleHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620567.belleHeader-preview.png\";s:15:\"metaDescription\";s:108:\"A header for beauty treatment and cosmetic industry from the Belle template set. Includes a logo and a menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:23:\"5ede339d7d0c41.51545011\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:274;a:11:{s:6:\"bundle\";s:20:\"template/belleFooter\";s:4:\"name\";s:12:\"Belle Footer\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620619.belleFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620619.belleFooter-preview.png\";s:15:\"metaDescription\";s:118:\"A footer for beauty treatment and cosmetic industry from the Belle template set. Includes logo, menu and social icons.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:23:\"5ede33ee1b43e7.33926652\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:275;a:11:{s:6:\"bundle\";s:30:\"template/belleTeamMembersBlock\";s:4:\"name\";s:24:\"Belle Team Members Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620761.belleTeamMembersBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620761.belleTeamMembersBlock-preview.png\";s:15:\"metaDescription\";s:46:\"Team member block from the Belle template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ed9faf3b2c4b7.41905879\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:276;a:11:{s:6:\"bundle\";s:26:\"template/belleContactBlock\";s:4:\"name\";s:19:\"Belle Contact Block\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620826.belleContactBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620826.belleContactBlock-preview.png\";s:15:\"metaDescription\";s:93:\"A contact block from the Belle template set. Includes contact information and a contact form.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ed9f9e8d79642.24674830\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:277;a:11:{s:6:\"bundle\";s:30:\"template/belleBlogArticleBlock\";s:4:\"name\";s:24:\"Belle Blog Article Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620881.belleBlogArticleBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620881.belleBlogArticleBlock-preview.png\";s:15:\"metaDescription\";s:48:\"A blog post section from the Belle template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ed9f74a064201.36436288\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:278;a:11:{s:6:\"bundle\";s:30:\"template/belleTestimonialBlock\";s:4:\"name\";s:23:\"Belle Testimonial Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620946.belleTestimonialBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620946.belleTestimonialBlock-preview.png\";s:15:\"metaDescription\";s:113:\"A testimonial block with a Star Ranking element for rating the business or services. From the Belle template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ed9f6886d84d7.23167364\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:279;a:11:{s:6:\"bundle\";s:23:\"template/belleHeroBlock\";s:4:\"name\";s:16:\"Belle Hero Block\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620996.belleHeroBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591620996.belleHeroBlock-preview.png\";s:15:\"metaDescription\";s:88:\"A hero section block template with a call to action button. From the Belle template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ed9f643408a83.38574037\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:280;a:11:{s:6:\"bundle\";s:33:\"template/belleProductFeatureBlock\";s:4:\"name\";s:27:\"Belle Product Feature Block\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621060.belleProductFeatureBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621060.belleProductFeatureBlock-preview.png\";s:15:\"metaDescription\";s:61:\"A product feature block template from the Belle template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ed9f5ed77bab1.20770337\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:281;a:11:{s:6:\"bundle\";s:37:\"template/belleFeatureDescriptionBlock\";s:4:\"name\";s:31:\"Belle Feature Description Block\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621113.belleFeatureDescriptionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621113.belleFeatureDescriptionBlock-preview.png\";s:15:\"metaDescription\";s:86:\"A section for products, services, or feature descriptions from the Belle template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5ed9f54b207963.27150731\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:282;a:11:{s:6:\"bundle\";s:22:\"template/belleBlogPage\";s:4:\"name\";s:15:\"Belle Blog Page\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621228.belleBlogPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621228.belleBlogPage-preview.png\";s:15:\"metaDescription\";s:83:\"A blog page for beauty treatment and cosmetic industry from the Belle template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ed96fc8376c51.81999188\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:283;a:11:{s:6:\"bundle\";s:22:\"template/belleHomepage\";s:4:\"name\";s:14:\"Belle Homepage\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621284.belleHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621284.belleHomepage-preview.png\";s:15:\"metaDescription\";s:151:\"A homepage for beauty treatment and cosmetic industry from the Belle template set. Includes header and footer, testimonials, product showcase and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ed96005b2cd32.87488539\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:284;a:11:{s:6:\"bundle\";s:26:\"template/belleContactsPage\";s:4:\"name\";s:19:\"Belle Contacts Page\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621347.belleContactsPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621347.belleContactsPage-preview.png\";s:15:\"metaDescription\";s:119:\"A contacts page for beauty treatment and cosmetic industry from the Belle template set. Includes a simple contact form.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ed95f69b31685.25383298\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:285;a:11:{s:6:\"bundle\";s:25:\"template/belleProductPage\";s:4:\"name\";s:18:\"Belle Product Page\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621408.belleProductPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621408.belleProductPage-preview.png\";s:15:\"metaDescription\";s:87:\"A product page for beauty treatment and cosmetic industry from the Belle template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ed95f132d0ac9.40720886\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:286;a:11:{s:6:\"bundle\";s:23:\"template/belleAboutPage\";s:4:\"name\";s:16:\"Belle About Page\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621460.belleAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1591621460.belleAboutPage-preview.png\";s:15:\"metaDescription\";s:86:\"An about page for beauty treatment and cosmetic industry from the Belle template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5ed95eb115cdd3.97758003\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:287;a:11:{s:6:\"bundle\";s:22:\"template/booleanHeader\";s:4:\"name\";s:14:\"Boolean Header\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600075945.booleanHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600075945.booleanHeader-preview.png\";s:15:\"metaDescription\";s:124:\"A homepage from the Boolean template set. Perfect for finance, consulting, business, accounting. Includes a logo and a menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:23:\"5f5f387c9ce832.10629766\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:288;a:11:{s:6:\"bundle\";s:27:\"template/booleanLargeHeader\";s:4:\"name\";s:20:\"Boolean Large Header\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076017.booleanLargeHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076017.booleanLargeHeader-preview.png\";s:15:\"metaDescription\";s:165:\"A large header from the Boolean template set. Perfect for finance, consulting, business, accounting. Includes a logo, menu, and a hero section with a call to action.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:23:\"5f5f38bb4aabd6.25382101\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:289;a:11:{s:6:\"bundle\";s:22:\"template/booleanFooter\";s:4:\"name\";s:14:\"Boolean Footer\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076094.booleanFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076094.booleanFooter-preview.png\";s:15:\"metaDescription\";s:131:\"A footer from the Boolean template set. Perfect for finance, consulting, business, accounting. Includes menus divided by sections. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:23:\"5f5f3908267835.67299116\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:290;a:11:{s:6:\"bundle\";s:32:\"template/booleanCompanyHighlight\";s:4:\"name\";s:25:\"Boolean Company Highlight\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076228.booleanCompanyHighlight-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076228.booleanCompanyHighlight-preview.png\";s:15:\"metaDescription\";s:62:\"Company data highlighting block from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f5770bf830e38.84826709\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:291;a:11:{s:6:\"bundle\";s:29:\"template/booleanContactsBlock\";s:4:\"name\";s:22:\"Boolean Contacts Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076307.booleanContactsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076307.booleanContactsBlock-preview.png\";s:15:\"metaDescription\";s:72:\"A contact block with implemented contact from the Boolean template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f5765862cd589.25502633\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:292;a:11:{s:6:\"bundle\";s:27:\"template/booleanAppFeatures\";s:4:\"name\";s:20:\"Boolean App Features\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076426.booleanAppFeatures-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076426.booleanAppFeatures-preview.png\";s:15:\"metaDescription\";s:56:\"A product\'s feature block from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f57619f818e69.71004764\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:293;a:11:{s:6:\"bundle\";s:28:\"template/booleanAppHighlight\";s:4:\"name\";s:21:\"Boolean App Highlight\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076500.booleanAppHighlight-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076500.booleanAppHighlight-preview.png\";s:15:\"metaDescription\";s:69:\"A product or a service highlight block from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f575fccb1c3a2.57370319\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:294;a:11:{s:6:\"bundle\";s:29:\"template/booleanFeaturesBlock\";s:4:\"name\";s:22:\"Boolean Features Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076643.booleanFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076643.booleanFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:59:\"A section for a feature list from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f575e6fe84f10.69264291\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:295;a:11:{s:6:\"bundle\";s:32:\"template/booleanDescriptionBlock\";s:4:\"name\";s:25:\"Boolean Description Block\";s:16:\"metaThumbnailUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076783.booleanDescriptionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076783.booleanDescriptionBlock-preview.png\";s:15:\"metaDescription\";s:50:\"A description block from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f575c02d42511.67710825\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:296;a:11:{s:6:\"bundle\";s:37:\"template/booleanFeatureHighlightBlock\";s:4:\"name\";s:31:\"Boolean Feature Highlight Block\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076879.booleanFeatureHighlightBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076879.booleanFeatureHighlightBlock-preview.png\";s:15:\"metaDescription\";s:56:\"A feature highlight block from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f575adcc436b1.18908863\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:297;a:11:{s:6:\"bundle\";s:24:\"template/booleanFAQBlock\";s:4:\"name\";s:17:\"Boolean FAQ Block\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076962.booleanFAQBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600076962.booleanFAQBlock-preview.png\";s:15:\"metaDescription\";s:67:\"A frequently asked questions section from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f5758ff3acea1.91871799\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:298;a:11:{s:6:\"bundle\";s:28:\"template/booleanPricingTable\";s:4:\"name\";s:21:\"Boolean Pricing Table\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077073.booleanPricingTable-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077073.booleanPricingTable-preview.png\";s:15:\"metaDescription\";s:91:\"A price table block with features and call to action buttons from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f575564782ff5.46819736\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:299;a:11:{s:6:\"bundle\";s:29:\"template/booleanBlogPostBlock\";s:4:\"name\";s:23:\"Boolean Blog Post Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077194.booleanBlogPostBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077194.booleanBlogPostBlock-preview.png\";s:15:\"metaDescription\";s:56:\"An article block template from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f57457cccf2d3.97146267\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:300;a:11:{s:6:\"bundle\";s:23:\"template/booleanPricing\";s:4:\"name\";s:15:\"Boolean Pricing\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077257.booleanPricing-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077257.booleanPricing-preview.png\";s:15:\"metaDescription\";s:45:\"A pricing page from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f560f69c26183.47072368\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:301;a:11:{s:6:\"bundle\";s:30:\"template/booleanHowItWorksPage\";s:4:\"name\";s:25:\"Boolean How It Works Page\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077315.booleanHowItWorksPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077315.booleanHowItWorksPage-preview.png\";s:15:\"metaDescription\";s:50:\"A how it works page from the Boolean template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f560f32bd70d7.23830010\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:302;a:11:{s:6:\"bundle\";s:24:\"template/booleanHomepage\";s:4:\"name\";s:16:\"Boolean Homepage\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077368.booleanHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077368.booleanHomepage-preview.png\";s:15:\"metaDescription\";s:159:\"A homepage from the Boolean template set. Perfect for finance, consulting, business, accounting. Includes header and footer, features, star ranking, and more. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f560b64503a68.76767987\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:303;a:11:{s:6:\"bundle\";s:24:\"template/booleanContacts\";s:4:\"name\";s:16:\"Boolean Contacts\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077465.booleanContacts-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077465.booleanContacts-preview.png\";s:15:\"metaDescription\";s:126:\"A contacts page from the Boolean template set. Perfect for finance, consulting, business, accounting. Includes a contact form.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f560b2c87e297.93798073\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:304;a:11:{s:6:\"bundle\";s:24:\"template/booleanBlogPage\";s:4:\"name\";s:17:\"Boolean Blog Page\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077526.booleanBlogPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077526.booleanBlogPage-preview.png\";s:15:\"metaDescription\";s:106:\"A blog archive page from the Boolean template set. Perfect for finance, consulting, business, accounting. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f560a80b99c47.36165667\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:305;a:11:{s:6:\"bundle\";s:25:\"template/booleanAboutPage\";s:4:\"name\";s:18:\"Boolean About Page\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077581.booleanAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600077581.booleanAboutPage-preview.png\";s:15:\"metaDescription\";s:100:\"An about page from the Boolean template set. Perfect for finance, consulting, business, accounting. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f560a5d0cf5d9.04495158\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:306;a:11:{s:6:\"bundle\";s:24:\"template/confetit404Page\";s:4:\"name\";s:17:\"Confetit 404 Page\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775254.confetit404Page-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775254.confetit404Page-preview.png\";s:15:\"metaDescription\";s:69:\"A 404 page for conferences and events from the Confetit template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f6980be3f9ad3.34008304\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:307;a:11:{s:6:\"bundle\";s:31:\"template/confetitComingSoonPage\";s:4:\"name\";s:25:\"Confetit Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775307.confetitComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775307.confetitComingSoonPage-preview.png\";s:15:\"metaDescription\";s:105:\"A coming soon page for conferences and events from the Confetit template set. Includes a countdown timer.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f6980d708ee90.77393175\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:308;a:11:{s:6:\"bundle\";s:28:\"template/confetitLandingPage\";s:4:\"name\";s:21:\"Confetit Landing Page\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775369.confetitLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775369.confetitLandingPage-preview.png\";s:15:\"metaDescription\";s:134:\"A landing page for conferences and events from the Confetit template set. Includes a timeline, speakers, contact information and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f698139c1f1b7.50154352\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:309;a:11:{s:6:\"bundle\";s:23:\"template/confetitFooter\";s:4:\"name\";s:15:\"Confetit Footer\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775428.confetitFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775428.confetitFooter-preview.png\";s:15:\"metaDescription\";s:111:\"A footer for conferences and events from the Confetit template set. Includes the date, location, menu and logo.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:23:\"5f69e4da59c808.52897976\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:310;a:11:{s:6:\"bundle\";s:28:\"template/confetitHeroSection\";s:4:\"name\";s:21:\"Confetit Hero Section\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775498.confetitHeroSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775498.confetitHeroSection-preview.png\";s:15:\"metaDescription\";s:107:\"A hero section block template with a header/menu and call to action button. From the Confetit template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f69a0d93dd0c3.59532333\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:311;a:11:{s:6:\"bundle\";s:33:\"template/confetitFeatureHighlight\";s:4:\"name\";s:26:\"Confetit Feature Highlight\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775609.confetitFeatureHighlight-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775609.confetitFeatureHighlight-preview.png\";s:15:\"metaDescription\";s:66:\"A feature highlight block template from the Confetit template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f69a17f1f1fb3.09565012\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:312;a:11:{s:6:\"bundle\";s:30:\"template/confetitContactsBlock\";s:4:\"name\";s:23:\"Confetit Contacts Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775661.confetitContactsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775661.confetitContactsBlock-preview.png\";s:15:\"metaDescription\";s:56:\"A contact block template from the Confetit template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f69a1fd9373e5.65654194\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:313;a:11:{s:6:\"bundle\";s:30:\"template/confetitSpeakersBlock\";s:4:\"name\";s:23:\"Confetit Speakers Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775714.confetitSpeakersBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775714.confetitSpeakersBlock-preview.png\";s:15:\"metaDescription\";s:103:\"A section for speakers, authors, or team members with names and photos. From the Confetit template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f69a27b2884e8.21562497\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:314;a:11:{s:6:\"bundle\";s:34:\"template/confetitTestimonialsBlock\";s:4:\"name\";s:27:\"Confetit Testimonials Block\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775805.confetitTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775805.confetitTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:96:\"A section for testimonials with an image and social media icons. From the Confetit template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f69a2fd26a861.83326052\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:315;a:11:{s:6:\"bundle\";s:29:\"template/confetitPricingBlock\";s:4:\"name\";s:22:\"Confetit Pricing Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775862.confetitPricingBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1600775862.confetitPricingBlock-preview.png\";s:15:\"metaDescription\";s:94:\"A price table section with features and call to action buttons from the Confetit template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f69a3b4b5ddd3.32207333\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:316;a:11:{s:6:\"bundle\";s:27:\"template/eComComingSoonPage\";s:4:\"name\";s:21:\"eCom Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996567.eComComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996567.eComComingSoonPage-preview.png\";s:15:\"metaDescription\";s:88:\"A coming soon page template for an online store or business site. Includes social icons.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f7c297d3d3109.01714350\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:317;a:11:{s:6:\"bundle\";s:33:\"template/travelBlogComingSoonPage\";s:4:\"name\";s:28:\"Travel Blog Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996635.travelBlogComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996635.travelBlogComingSoonPage-preview.png\";s:15:\"metaDescription\";s:103:\"A coming soon page template for a travel blog or tourism agency. Includes a date and a countdown timer.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f7c28d7602f88.44140433\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:318;a:11:{s:6:\"bundle\";s:30:\"template/fitnessComingSoonPage\";s:4:\"name\";s:24:\"Fitness Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996726.fitnessComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996726.fitnessComingSoonPage-preview.png\";s:15:\"metaDescription\";s:131:\"A coming soon page template for a fitness club, yoga studio, or any other sports site. Includes contact button and countdown timer.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f7c287bf02997.76650898\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:319;a:11:{s:6:\"bundle\";s:30:\"template/finTechComingSoonPage\";s:4:\"name\";s:24:\"FinTech Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996793.finTechComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996793.finTechComingSoonPage-preview.png\";s:15:\"metaDescription\";s:63:\"A coming soon page template for fintech, technology, app sites.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f7c2854af73a4.23840473\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:320;a:11:{s:6:\"bundle\";s:37:\"template/eBizConferenceComingSoonPage\";s:4:\"name\";s:32:\"eBiz Conference Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:103:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996865.eBizConferenceComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:101:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996865.eBizConferenceComingSoonPage-preview.png\";s:15:\"metaDescription\";s:66:\"A coming soon page template for a conference or online event site.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f7c282d873d69.38687661\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:321;a:11:{s:6:\"bundle\";s:27:\"template/dineComingSoonPage\";s:4:\"name\";s:21:\"Dine Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996923.dineComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996923.dineComingSoonPage-preview.png\";s:15:\"metaDescription\";s:60:\"A coming soon page template for a restaurant, cafe, or pub. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f7c2814054db8.48909846\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:322;a:11:{s:6:\"bundle\";s:36:\"template/devConferenceComingSoonPage\";s:4:\"name\";s:31:\"Dev Conference Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996984.devConferenceComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601996984.devConferenceComingSoonPage-preview.png\";s:15:\"metaDescription\";s:69:\"A coming soon page template for web development conference or meetup.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f7c27f1a9c905.93368449\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:323;a:11:{s:6:\"bundle\";s:31:\"template/designerComingSoonPage\";s:4:\"name\";s:25:\"Designer Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601997069.designerComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601997069.designerComingSoonPage-preview.png\";s:15:\"metaDescription\";s:58:\"A coming soon page template for designers and freelancers.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f7c27b94f8549.81285686\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:324;a:11:{s:6:\"bundle\";s:29:\"template/artistComingSoonPage\";s:4:\"name\";s:23:\"Artist Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601997117.artistComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601997117.artistComingSoonPage-preview.png\";s:15:\"metaDescription\";s:104:\"A coming soon page template for artists, designers, photographers and creatives. Includes social icons. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f7c27905fa408.09037470\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:325;a:11:{s:6:\"bundle\";s:26:\"template/appComingSoonPage\";s:4:\"name\";s:20:\"App Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601997168.appComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1601997168.appComingSoonPage-preview.png\";s:15:\"metaDescription\";s:72:\"A coming soon page template for mobile app, digital product, or startup.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f7c27411fb191.72944204\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:326;a:11:{s:6:\"bundle\";s:29:\"template/kadRoomFoundersBlock\";s:4:\"name\";s:22:\"KadRoom Founders Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603723727.kadRoomFoundersBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603723727.kadRoomFoundersBlock-preview.png\";s:15:\"metaDescription\";s:109:\"A block template for founders, authors, or team members with names and photos. From the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f9331a18ea4d2.89104355\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:327;a:11:{s:6:\"bundle\";s:29:\"template/kadRoomFeaturesBlock\";s:4:\"name\";s:22:\"KadRoom Features Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603723816.kadRoomFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603723816.kadRoomFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:57:\"A block for a feature list from the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f933164337274.31720537\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:328;a:11:{s:6:\"bundle\";s:34:\"template/kadRoomLightContactsBlock\";s:4:\"name\";s:28:\"KadRoom Light Contacts Block\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603723930.kadRoomLightContactsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603723930.kadRoomLightContactsBlock-preview.png\";s:15:\"metaDescription\";s:102:\"A contact block with implemented contact form with a white background. From the KadRoom template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f9330f9b9cb19.57519167\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:329;a:11:{s:6:\"bundle\";s:29:\"template/kadRoomContactsBlock\";s:4:\"name\";s:22:\"KadRoom Contacts Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724023.kadRoomContactsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724023.kadRoomContactsBlock-preview.png\";s:15:\"metaDescription\";s:103:\"A contact block with implemented contact form with an image background. From the KadRoom template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f9330bac077d0.45921481\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:330;a:11:{s:6:\"bundle\";s:29:\"template/kadRoomArticlesBlock\";s:4:\"name\";s:22:\"KadRoom Articles Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724083.kadRoomArticlesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724083.kadRoomArticlesBlock-preview.png\";s:15:\"metaDescription\";s:62:\"A section to display blog posts from the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f932fabbee825.76129940\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:331;a:11:{s:6:\"bundle\";s:28:\"template/kadRoomPricingBlock\";s:4:\"name\";s:21:\"KadRoom Pricing Block\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724173.kadRoomPricingBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724173.kadRoomPricingBlock-preview.png\";s:15:\"metaDescription\";s:91:\"A price table block with features and call to action buttons from the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f932f574e50e4.50838068\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:332;a:11:{s:6:\"bundle\";s:33:\"template/kadRoomTestimonialsBlock\";s:4:\"name\";s:26:\"KadRoom Testimonials Block\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724266.kadRoomTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724266.kadRoomTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:138:\"A testimonials section for customers\' reviews and a Star Ranking element for rating a business or services. From the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f932e6a151bd7.61488050\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:333;a:11:{s:6:\"bundle\";s:26:\"template/kadRoomAboutBlock\";s:4:\"name\";s:19:\"KadRoom About Block\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724354.kadRoomAboutBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724354.kadRoomAboutBlock-preview.png\";s:15:\"metaDescription\";s:157:\"About us section with a text, image, call to action areas, and founder testimonial to tell clients what the company is about. From the KadRoom template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f932d4a4b7382.72981541\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:334;a:11:{s:6:\"bundle\";s:24:\"template/kadRoomFAQBlock\";s:4:\"name\";s:17:\"KadRoom FAQ Block\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724408.kadRoomFAQBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724408.kadRoomFAQBlock-preview.png\";s:15:\"metaDescription\";s:125:\"A frequently asked questions section with a toggle element to collapse and expand the answers. From the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5f932cdbd1eab9.95730860\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:335;a:11:{s:6:\"bundle\";s:28:\"template/kadRoomBlogArticles\";s:4:\"name\";s:21:\"KadRoom Blog Articles\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724515.kadRoomBlogArticles-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724515.kadRoomBlogArticles-preview.png\";s:15:\"metaDescription\";s:91:\"A blog article page for cleaning, laundry and other services from the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f93274f27fd26.75686728\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:336;a:11:{s:6:\"bundle\";s:23:\"template/kadRoomFAQPage\";s:4:\"name\";s:16:\"KadRoom FAQ Page\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724575.kadRoomFAQPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724575.kadRoomFAQPage-preview.png\";s:15:\"metaDescription\";s:133:\"A FAQ (frequently asked questions) page for cleaning, laundry and other services from the KadRoom template set. Includes FAQ toggles.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f932672aa97c4.55637416\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:337;a:11:{s:6:\"bundle\";s:28:\"template/kadRoomContactsPage\";s:4:\"name\";s:21:\"KadRoom Contacts Page\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724624.kadRoomContactsPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724624.kadRoomContactsPage-preview.png\";s:15:\"metaDescription\";s:86:\"A contact page for cleaning, laundry and other services from the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f9325a176ff84.10276292\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:338;a:11:{s:6:\"bundle\";s:27:\"template/kadRoomBlogArchive\";s:4:\"name\";s:20:\"KadRoom Blog Archive\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724685.kadRoomBlogArchive-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724685.kadRoomBlogArchive-preview.png\";s:15:\"metaDescription\";s:91:\"A blog archive page for cleaning, laundry and other services from the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f93254fa5fc55.70433300\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:339;a:11:{s:6:\"bundle\";s:27:\"template/kadRoomPricingPage\";s:4:\"name\";s:20:\"KadRoom Pricing Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724750.kadRoomPricingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724750.kadRoomPricingPage-preview.png\";s:15:\"metaDescription\";s:86:\"A pricing page for cleaning, laundry and other services from the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f9324fb5bf155.20606813\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:340;a:11:{s:6:\"bundle\";s:27:\"template/kadRoomServicePage\";s:4:\"name\";s:20:\"KadRoom Service Page\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724803.kadRoomServicePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724803.kadRoomServicePage-preview.png\";s:15:\"metaDescription\";s:78:\"A page for cleaning, laundry and other services from the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f93228faed2b9.89313413\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:341;a:11:{s:6:\"bundle\";s:25:\"template/kadRoomAboutPage\";s:4:\"name\";s:18:\"KadRoom About Page\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724888.kadRoomAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724888.kadRoomAboutPage-preview.png\";s:15:\"metaDescription\";s:85:\"An about page for cleaning, laundry and other services from the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f93223f628560.14653398\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:342;a:11:{s:6:\"bundle\";s:24:\"template/kadRoomHomepage\";s:4:\"name\";s:16:\"KadRoom Homepage\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724967.kadRoomHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603724967.kadRoomHomepage-preview.png\";s:15:\"metaDescription\";s:82:\"A homepage for cleaning, laundry and other services from the KadRoom template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5f9322079f56d2.36686668\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:343;a:11:{s:6:\"bundle\";s:22:\"template/kadRoomFooter\";s:4:\"name\";s:14:\"KadRoom Footer\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603725051.kadRoomFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603725051.kadRoomFooter-preview.png\";s:15:\"metaDescription\";s:118:\"A footer for cleaning, laundry and other services from the KadRoom template set. Includes social icons, logo and menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:23:\"5f96e6d609e8a1.45580862\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:344;a:11:{s:6:\"bundle\";s:22:\"template/kadRoomHeader\";s:4:\"name\";s:14:\"KadRoom Header\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603725113.kadRoomHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1603725113.kadRoomHeader-preview.png\";s:15:\"metaDescription\";s:113:\"A header for cleaning, laundry and other services from the KadRoom template set. Includes a menu, logo, and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:23:\"5f96e70e6cad46.86162846\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:345;a:11:{s:6:\"bundle\";s:22:\"template/muiJiluHeader\";s:4:\"name\";s:15:\"Mui Jilu Header\";s:16:\"metaThumbnailUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605040954.muiJiluHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605040954.muiJiluHeader-preview.png\";s:15:\"metaDescription\";s:134:\"A header for a homepage or portfolio template of a web designer, creative professional or photographer from the Mui Jilu template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:23:\"5faafae077a009.18267170\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:346;a:11:{s:6:\"bundle\";s:29:\"template/muiJiluContactsBlock\";s:4:\"name\";s:23:\"Mui Jilu Contacts Block\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041021.muiJiluContactsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041021.muiJiluContactsBlock-preview.png\";s:15:\"metaDescription\";s:113:\"A section for contacts: e-mail address, phone number, and links to social media. From the Mui Jilu template set. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fa94811a9c722.66439137\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:347;a:11:{s:6:\"bundle\";s:30:\"template/muiJiluExpertiseBlock\";s:4:\"name\";s:24:\"Mui Jilu Expertise Block\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041086.muiJiluExpertiseBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041086.muiJiluExpertiseBlock-preview.png\";s:15:\"metaDescription\";s:114:\"A section to showcase skills, personal expertise, experience, or curriculum vitae. From the Mui Jilu template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fa944de71f2e6.41201916\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:348;a:11:{s:6:\"bundle\";s:29:\"template/muiJiluPortfolioItem\";s:4:\"name\";s:23:\"Mui Jilu Portfolio Item\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041141.muiJiluPortfolioItem-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041141.muiJiluPortfolioItem-preview.png\";s:15:\"metaDescription\";s:114:\"A section to display portfolio items, categories, and include images from designs. From the Mui Jilu template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fa9443fb47d47.11279459\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:349;a:11:{s:6:\"bundle\";s:27:\"template/muiJiluHeroSection\";s:4:\"name\";s:21:\"Mui Jilu Hero Section\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041195.muiJiluHeroSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041195.muiJiluHeroSection-preview.png\";s:15:\"metaDescription\";s:148:\"A hero section with a title and an image for portfolio, photography site, web designer, and other creative industry. From the Mui Jilu template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fa944063ac6b5.89111815\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:350;a:11:{s:6:\"bundle\";s:24:\"template/muiJiluShowcase\";s:4:\"name\";s:17:\"Mui Jilu Showcase\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041254.muiJiluShowcase-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041254.muiJiluShowcase-preview.png\";s:15:\"metaDescription\";s:121:\"A showcase page with a gallery for a web designer, creative professional, or photographer from the Mui Jilu template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fa917c8e50d27.94746318\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:351;a:11:{s:6:\"bundle\";s:31:\"template/muiJiluMaintenancePage\";s:4:\"name\";s:25:\"Mui Jilu Maintenance Page\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1608114113.muiJiluMaintenancePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1608114113.muiJiluMaintenancePage-preview.png\";s:15:\"metaDescription\";s:108:\"A maintenance page for a web designer, creative professional or photographer from the Mui Jilu template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fa917ac322c09.65091119\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:352;a:11:{s:6:\"bundle\";s:24:\"template/muiJiluHomepage\";s:4:\"name\";s:17:\"Mui Jilu Homepage\";s:16:\"metaThumbnailUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041457.muiJiluHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:88:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041457.muiJiluHomepage-preview.png\";s:15:\"metaDescription\";s:122:\"A homepage or portfolio template for a web designer, creative professional or photographer from the Mui Jilu template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fa91788216765.43906838\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:353;a:11:{s:6:\"bundle\";s:28:\"template/muiJiluContactsPage\";s:4:\"name\";s:22:\"Mui Jilu Contacts Page\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041500.muiJiluContactsPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041500.muiJiluContactsPage-preview.png\";s:15:\"metaDescription\";s:133:\"A contact page template with a contact form for a web designer, creative professional or photographer from the Mui Jilu template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fa917671bfa20.56224166\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:354;a:11:{s:6:\"bundle\";s:30:\"template/muiJiluComingSoonPage\";s:4:\"name\";s:25:\"Mui Jilu Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:96:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041562.muiJiluComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041562.muiJiluComingSoonPage-preview.png\";s:15:\"metaDescription\";s:117:\"A coming soon page template for a web designer, creative professional or photographer from the Mui Jilu template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fa9174a2bd705.55515736\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:355;a:11:{s:6:\"bundle\";s:23:\"template/muiJilu404Page\";s:4:\"name\";s:17:\"Mui Jilu 404 Page\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041607.muiJilu404Page-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1605041607.muiJilu404Page-preview.png\";s:15:\"metaDescription\";s:100:\"A 404 page for a web designer, creative professional or photographer from the Mui Jilu template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fa915c61c80b5.75545286\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:356;a:11:{s:6:\"bundle\";s:25:\"template/foodiBlogArticle\";s:4:\"name\";s:18:\"foodi Blog Article\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606473980.foodiBlogArticle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606473980.foodiBlogArticle-preview.png\";s:15:\"metaDescription\";s:131:\"A blog article template for a food blog from the foodi template set. Perfect for cooks, restaurants, cafes, and lifestyle bloggers.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fbffa165bc914.08772920\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:357;a:11:{s:6:\"bundle\";s:26:\"template/foodiBlogHomepage\";s:4:\"name\";s:19:\"foodi Blog Homepage\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474045.foodiBlogHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474045.foodiBlogHomepage-preview.png\";s:15:\"metaDescription\";s:127:\"A homepage template for a food blog from the foodi template set. Perfect for cooks, restaurants, cafes, and lifestyle bloggers.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fbffab2a2aab7.23402526\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:358;a:11:{s:6:\"bundle\";s:29:\"template/foodiMaintenancePage\";s:4:\"name\";s:22:\"foodi Maintenance Page\";s:16:\"metaThumbnailUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474563.foodiMaintenancePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474563.foodiMaintenancePage-preview.png\";s:15:\"metaDescription\";s:135:\"A maintenance page template for a food blog from the foodi template set. Perfect for cooks, restaurants, cafes, and lifestyle bloggers.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fbffb3d121b39.28207288\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:359;a:11:{s:6:\"bundle\";s:28:\"template/foodiComingSoonPage\";s:4:\"name\";s:22:\"foodi Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:94:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474608.foodiComingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474608.foodiComingSoonPage-preview.png\";s:15:\"metaDescription\";s:135:\"A coming soon page template for a food blog from the foodi template set. Perfect for cooks, restaurants, cafes, and lifestyle bloggers.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fbffb6b9c39a6.80995450\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:360;a:11:{s:6:\"bundle\";s:23:\"template/foodiAboutPage\";s:4:\"name\";s:16:\"foodi About Page\";s:16:\"metaThumbnailUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474653.foodiAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474653.foodiAboutPage-preview.png\";s:15:\"metaDescription\";s:130:\"An about page template for a food blog from the foodi template set. Perfect for cooks, restaurants, cafes, and lifestyle bloggers.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fbffbee8fd353.68977995\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:361;a:11:{s:6:\"bundle\";s:21:\"template/foodi404Page\";s:4:\"name\";s:14:\"foodi 404 Page\";s:16:\"metaThumbnailUrl\";s:87:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474689.foodi404Page-thumbnail.png\";s:14:\"metaPreviewUrl\";s:85:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474689.foodi404Page-preview.png\";s:15:\"metaDescription\";s:127:\"A 404-page template for a food blog from the foodi template set. Perfect for cooks, restaurants, cafes, and lifestyle bloggers.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:23:\"5fbffc55a42500.29749509\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:362;a:11:{s:6:\"bundle\";s:34:\"template/foodiFeaturedArticleBlock\";s:4:\"name\";s:28:\"foodi Featured Article Block\";s:16:\"metaThumbnailUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474745.foodiFeaturedArticleBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:98:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474745.foodiFeaturedArticleBlock-preview.png\";s:15:\"metaDescription\";s:108:\"A section to feature a blog post title, excerpt, featured image, and an author. From the foodi template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fbffeb7c983a3.97107498\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:363;a:11:{s:6:\"bundle\";s:27:\"template/foodiArticlesBlock\";s:4:\"name\";s:20:\"foodi Articles Block\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474789.foodiArticlesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474789.foodiArticlesBlock-preview.png\";s:15:\"metaDescription\";s:60:\"A section to display blog posts from the foodi template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fbfff2b385ec2.66627382\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:364;a:11:{s:6:\"bundle\";s:27:\"template/foodiFoundersBlock\";s:4:\"name\";s:20:\"foodi Founders Block\";s:16:\"metaThumbnailUrl\";s:93:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474884.foodiFoundersBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1606474884.foodiFoundersBlock-preview.png\";s:15:\"metaDescription\";s:107:\"A block template for founders, authors, or team members with names and photos. From the foodi template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fbfff7b453a95.70325409\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:365;a:11:{s:6:\"bundle\";s:20:\"template/pagooHeader\";s:4:\"name\";s:12:\"Pagoo Header\";s:16:\"metaThumbnailUrl\";s:86:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451083.pagooHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:84:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451083.pagooHeader-preview.png\";s:15:\"metaDescription\";s:132:\"A blue background header from the Pagoo template set. Perfect for mobile apps, software companies, etc. Includes a logo and a menu. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:23:\"5fcfc18e867c25.83765792\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:366;a:11:{s:6:\"bundle\";s:33:\"template/pagooBlogArticlesSection\";s:4:\"name\";s:27:\"Pagoo Blog Articles Section\";s:16:\"metaThumbnailUrl\";s:99:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451151.pagooBlogArticlesSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451151.pagooBlogArticlesSection-preview.png\";s:15:\"metaDescription\";s:72:\"A section to highlight blog featured posts. From the Pagoo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fcf71a798f3a2.97611311\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:367;a:11:{s:6:\"bundle\";s:31:\"template/pagooFeatureHighlights\";s:4:\"name\";s:24:\"Pagoo Feature Highlights\";s:16:\"metaThumbnailUrl\";s:97:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451231.pagooFeatureHighlights-thumbnail.png\";s:14:\"metaPreviewUrl\";s:95:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451231.pagooFeatureHighlights-preview.png\";s:15:\"metaDescription\";s:86:\"A feature highlight section with an image and description from the Pagoo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fcf70ce09a373.44809273\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:368;a:11:{s:6:\"bundle\";s:26:\"template/pagooFeaturesList\";s:4:\"name\";s:19:\"Pagoo Features List\";s:16:\"metaThumbnailUrl\";s:92:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451294.pagooFeaturesList-thumbnail.png\";s:14:\"metaPreviewUrl\";s:90:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451294.pagooFeaturesList-preview.png\";s:15:\"metaDescription\";s:71:\"A feature list with icons and descriptions from the Pagoo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fcf703df0a0d2.58815667\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:369;a:11:{s:6:\"bundle\";s:25:\"template/pagooHeroSection\";s:4:\"name\";s:18:\"Pagoo Hero Section\";s:16:\"metaThumbnailUrl\";s:91:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451352.pagooHeroSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:89:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1607451352.pagooHeroSection-preview.png\";s:15:\"metaDescription\";s:100:\"A hero section with an image and call to action on the color background from the Pagoo template set.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:23:\"5fcf6fc3159088.67117594\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:370;a:11:{s:6:\"bundle\";s:36:\"template/elifProductCategoryHomePage\";s:4:\"name\";s:30:\"Elif Product Category HomePage\";s:16:\"metaThumbnailUrl\";s:102:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1608122949.elifProductCategoryHomePage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:100:\"https://cdn.hub.visualcomposer.com/vcwb-templates/1608122949.elifProductCategoryHomePage-preview.png\";s:15:\"metaDescription\";s:150:\"A homepage template from the Elif template set. The layout to represent a business or online store by-products or categories in an asynchronous grid. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d38a5b00ed71\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}','yes'),(34325,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1787498680','off'),(34326,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','off'),(273,'vcv-hubAction:updatePosts','a:0:{}','yes'),(307,'_transient_vcv-28.0lastBundleUpdate','1785962647','yes'),(276,'vcv-system:migration:PredefinedTemplateMigration','1','yes'),(277,'vcv-system:migration:templates114Migration','1','yes'),(278,'vcv-system:migration:updateGlobalElements115Migration','1','yes'),(279,'vcv-system:migration:assets22Migration','1','yes'),(280,'vcv-system:migration:licenseMigrationV24','1','yes'),(281,'vcv-system:migration:settingsMigration220','1','yes'),(282,'vcv-system:migration:globalJavascriptMigration','1','yes'),(283,'vcv-hubElements','a:0:{}','yes'),(284,'vcv-system:migration:defaultElementsMigration18','1','yes'),(285,'vcv-vcv_templates-capabilities-set','1','yes'),(286,'vcv-siteUrls','a:2:{s:8:\"prevUrls\";a:1:{i:0;s:40:\"http://new.perthdesignateddrivers.com.au\";}s:10:\"currentUrl\";s:41:\"https://new.perthdesignateddrivers.com.au\";}','yes'),(291,'rsssl_flush_rewrite_rules','1593420821','yes'),(303,'vcv-license-key','1f7cb99c-0fcd-4b32-90d6-367d484c5066','yes'),(304,'vcv-license-type','free','yes'),(305,'vcv-license-expiration','lifetime','yes'),(306,'vcv-license-usage','1593495107','yes'),(308,'vcv-bundleUpdateRequired','','yes'),(302,'_transient_rsssl_plusone_count','1','yes'),(34538,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1787404441;s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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:\"5.7.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"9.7.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.9.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720\";s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=3100992\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=3100992\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:35:\"visualcomposer/plugin-wordpress.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/visualcomposer\";s:4:\"slug\";s:14:\"visualcomposer\";s:6:\"plugin\";s:35:\"visualcomposer/plugin-wordpress.php\";s:11:\"new_version\";s:7:\"45.16.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/visualcomposer/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/visualcomposer.45.16.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/visualcomposer/assets/icon-256x256.png?rev=2163470\";s:2:\"1x\";s:67:\"https://ps.w.org/visualcomposer/assets/icon-256x256.png?rev=2163470\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/visualcomposer/assets/banner-1544x500.png?rev=2163471\";s:2:\"1x\";s:69:\"https://ps.w.org/visualcomposer/assets/banner-772x250.png?rev=2163715\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:4:{s:19:\"akismet/akismet.php\";s:3:\"5.7\";s:9:\"hello.php\";s:5:\"1.7.2\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:5:\"3.3.4\";s:35:\"visualcomposer/plugin-wordpress.php\";s:4:\"28.0\";}}','off'),(34537,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1787404441;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"2.1\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"2.0\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"3.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.3.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"4.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.4.2.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.3.2.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(34545,'_site_transient_timeout_wp_theme_files_patterns-5aede9316a5c6330ba665b602ce1efa9','1787414897','off'),(34213,'_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:57:\"https://downloads.wordpress.org/release/wordpress-7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-7.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-7.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.1\";s:7:\"version\";s:3:\"7.1\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:49:\"https://downloads.w.org/release/wordpress-7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:49:\"https://downloads.w.org/release/wordpress-7.1.zip\";s:10:\"no_content\";s:60:\"https://downloads.w.org/release/wordpress-7.1-no-content.zip\";s:11:\"new_bundled\";s:61:\"https://downloads.w.org/release/wordpress-7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.1\";s:7:\"version\";s:3:\"7.1\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1787404440;s:15:\"version_checked\";s:5:\"7.0.4\";s:12:\"translations\";a:0:{}}','off'),(34362,'e314056cffa6a81d799698a49a6dcdbc','3567a2f87e89e93d47e5357036e2332f','yes'),(34363,'plugins_backup_5700_4df84d4e03525348e113a990f7fbb704','{\"hide\":0,\"upload\":0,\"unzip\":0,\"import\":0,\"sidewideLinks\":0,\"clean\":0,\"homeLinks\":0}','yes'),(34359,'9371d77a1d9411f3cd7260e759d4cb32','YToxOntpOjU3MDA7YToxOntzOjk6ImhvbWVMaW5rcyI7Tjt9fQ==','yes'),(34546,'_site_transient_wp_theme_files_patterns-5aede9316a5c6330ba665b602ce1efa9','a:2:{s:7:\"version\";s:3:\"2.0\";s:8:\"patterns\";a:0:{}}','off'),(34535,'_site_transient_timeout_theme_roots','1787406240','off'),(34536,'_site_transient_theme_roots','a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','off'),(28380,'wp_notes_notify','1','on'),(28381,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on'); /*!40000 ALTER TABLE `wpy8_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_postmeta` -- DROP TABLE IF EXISTS `wpy8_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_postmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=427 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_postmeta` -- LOCK TABLES `wpy8_postmeta` WRITE; /*!40000 ALTER TABLE `wpy8_postmeta` DISABLE KEYS */; INSERT INTO `wpy8_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,5,'_yoast_wpseo_focuskw',''),(4,5,'_yoast_wpseo_focuskw_text_input',''),(5,5,'_yoast_wpseo_title',''),(6,5,'_yoast_wpseo_metadesc',''),(7,6,'_yoast_wpseo_focuskw',''),(8,6,'_yoast_wpseo_focuskw_text_input',''),(9,6,'_yoast_wpseo_title',''),(10,6,'_yoast_wpseo_metadesc',''),(11,7,'_yoast_wpseo_focuskw',''),(12,7,'_yoast_wpseo_focuskw_text_input',''),(13,7,'_yoast_wpseo_title',''),(14,7,'_yoast_wpseo_metadesc',''),(15,8,'_yoast_wpseo_focuskw',''),(16,8,'_yoast_wpseo_focuskw_text_input',''),(17,8,'_yoast_wpseo_title',''),(18,8,'_yoast_wpseo_metadesc',''),(19,9,'_yoast_wpseo_focuskw',''),(20,9,'_yoast_wpseo_focuskw_text_input',''),(21,9,'_yoast_wpseo_title',''),(22,9,'_yoast_wpseo_metadesc',''),(23,10,'_yoast_wpseo_focuskw',''),(24,10,'_yoast_wpseo_focuskw_text_input',''),(25,10,'_yoast_wpseo_title',''),(26,10,'_yoast_wpseo_metadesc',''),(27,11,'_yoast_wpseo_focuskw',''),(28,11,'_yoast_wpseo_focuskw_text_input',''),(29,11,'_yoast_wpseo_title',''),(30,11,'_yoast_wpseo_metadesc',''),(31,12,'_yoast_wpseo_focuskw',''),(32,12,'_yoast_wpseo_focuskw_text_input',''),(33,12,'_yoast_wpseo_title',''),(34,12,'_yoast_wpseo_metadesc',''),(35,13,'_yoast_wpseo_focuskw',''),(36,13,'_yoast_wpseo_focuskw_text_input',''),(37,13,'_yoast_wpseo_title',''),(38,13,'_yoast_wpseo_metadesc',''),(39,15,'_wp_attachment_image_alt',''),(40,15,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:74:\"2020/06/265514_9b63818f9aa74b8ba925b19aeaebf5ae-mv2_d_6016_4016_s_4_2.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(41,15,'_wp_attached_file','2020/06/265514_9b63818f9aa74b8ba925b19aeaebf5ae-mv2_d_6016_4016_s_4_2.jpeg'),(42,16,'_wp_attachment_image_alt',''),(43,16,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:44:\"2020/06/c26fa49c4629ba4ebb3632d422e46932.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(44,16,'_wp_attached_file','2020/06/c26fa49c4629ba4ebb3632d422e46932.jpg'),(45,17,'_wp_attachment_image_alt',''),(46,17,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:71:\"2020/06/265514_fbcc0c3bd54d40e4bd37248d4178e8eb-mv2_d_3007_2000_s_2.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(47,17,'_wp_attached_file','2020/06/265514_fbcc0c3bd54d40e4bd37248d4178e8eb-mv2_d_3007_2000_s_2.jpg'),(48,14,'_yoast_wpseo_focuskw',''),(49,14,'_yoast_wpseo_focuskw_text_input',''),(50,14,'_yoast_wpseo_title','Perth Designated Drivers | Pricing'),(51,14,'_yoast_wpseo_metadesc','How we charge to get you and your car home dafe.'),(52,14,'_thumbnail_id','15'),(53,18,'_yoast_wpseo_focuskw',''),(54,18,'_yoast_wpseo_focuskw_text_input',''),(55,18,'_yoast_wpseo_title',''),(56,18,'_yoast_wpseo_metadesc',''),(57,19,'_yoast_wpseo_focuskw',''),(58,19,'_yoast_wpseo_focuskw_text_input',''),(59,19,'_yoast_wpseo_title',''),(60,19,'_yoast_wpseo_metadesc',''),(61,20,'_yoast_wpseo_focuskw',''),(62,20,'_yoast_wpseo_focuskw_text_input',''),(63,20,'_yoast_wpseo_title',''),(64,20,'_yoast_wpseo_metadesc',''),(65,22,'_wp_attachment_image_alt',''),(66,22,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:69:\"2020/06/8463f60718194af748c49dddbe45b668_svgshape.v1.HollowCircle.svg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(67,22,'_wp_attached_file','2020/06/8463f60718194af748c49dddbe45b668_svgshape.v1.HollowCircle.svg'),(68,23,'_wp_attachment_image_alt',''),(69,23,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:55:\"2020/06/265514_62cce6c277cb42a899c6493b9d752d9c-mv2.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(70,23,'_wp_attached_file','2020/06/265514_62cce6c277cb42a899c6493b9d752d9c-mv2.png'),(71,24,'_wp_attachment_image_alt',''),(72,24,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:55:\"2020/06/265514_18283073987e4af99098437fcd452100-mv2.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(73,24,'_wp_attached_file','2020/06/265514_18283073987e4af99098437fcd452100-mv2.png'),(74,25,'_wp_attachment_image_alt',''),(75,25,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:55:\"2020/06/265514_33e45ce2653a44c0bf9e61af8a620508-mv2.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(76,25,'_wp_attached_file','2020/06/265514_33e45ce2653a44c0bf9e61af8a620508-mv2.png'),(77,26,'_wp_attachment_image_alt',''),(78,26,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:55:\"2020/06/265514_21d64f4f6ff545c09fb91aa0c26cfb79-mv2.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(79,26,'_wp_attached_file','2020/06/265514_21d64f4f6ff545c09fb91aa0c26cfb79-mv2.png'),(80,27,'_wp_attachment_image_alt',''),(81,27,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:71:\"2020/06/265514_f37f94bb6233436f818f80b319a79f57-mv2_d_2800_1867_s_2.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(82,27,'_wp_attached_file','2020/06/265514_f37f94bb6233436f818f80b319a79f57-mv2_d_2800_1867_s_2.jpg'),(83,28,'_wp_attachment_image_alt',''),(84,28,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:71:\"2020/06/265514_740fd6ad7a1c464c9eb0b5ed1f2b0acb-mv2_d_2800_1867_s_2.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(85,28,'_wp_attached_file','2020/06/265514_740fd6ad7a1c464c9eb0b5ed1f2b0acb-mv2_d_2800_1867_s_2.jpg'),(86,29,'_wp_attachment_image_alt',''),(87,29,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:74:\"2020/06/265514_1f174c757c8a418bae0f7a69ec2af60f-mv2_d_5616_3744_s_4_2.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(88,29,'_wp_attached_file','2020/06/265514_1f174c757c8a418bae0f7a69ec2af60f-mv2_d_5616_3744_s_4_2.jpeg'),(89,30,'_wp_attachment_image_alt',''),(90,30,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:55:\"2020/06/265514_076fd253953743bfbe7e101b0814bd4e-mv2.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(91,30,'_wp_attached_file','2020/06/265514_076fd253953743bfbe7e101b0814bd4e-mv2.png'),(92,31,'_wp_attachment_image_alt',''),(93,31,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:55:\"2020/06/265514_3027faeb6a364cb6a523cae0813c5975-mv2.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(94,31,'_wp_attached_file','2020/06/265514_3027faeb6a364cb6a523cae0813c5975-mv2.png'),(95,32,'_wp_attachment_image_alt',''),(96,32,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:44:\"2020/06/16d14c88dd47fc1ade70d98da52b6133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(97,32,'_wp_attached_file','2020/06/16d14c88dd47fc1ade70d98da52b6133.jpg'),(98,33,'_wp_attachment_image_alt',''),(99,33,'_wp_attachment_metadata','a:3:{s:4:\"file\";s:51:\"2020/06/8d13be_b501f2daaabb4834ac8e47e217da7b79.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}'),(100,33,'_wp_attached_file','2020/06/8d13be_b501f2daaabb4834ac8e47e217da7b79.png'),(101,21,'_yoast_wpseo_focuskw',''),(102,21,'_yoast_wpseo_focuskw_text_input',''),(103,21,'_yoast_wpseo_title',''),(104,21,'_yoast_wpseo_metadesc',''),(105,21,'_thumbnail_id','22'),(106,34,'_yoast_wpseo_focuskw',''),(107,34,'_yoast_wpseo_focuskw_text_input',''),(108,34,'_yoast_wpseo_title',''),(109,34,'_yoast_wpseo_metadesc',''),(110,35,'_yoast_wpseo_focuskw',''),(111,35,'_yoast_wpseo_focuskw_text_input',''),(112,35,'_yoast_wpseo_title',''),(113,35,'_yoast_wpseo_metadesc',''),(114,36,'_yoast_wpseo_focuskw',''),(115,36,'_yoast_wpseo_focuskw_text_input',''),(116,36,'_yoast_wpseo_title',''),(117,36,'_yoast_wpseo_metadesc',''),(118,37,'_menu_item_menu_item_parent','0'),(119,37,'_menu_item_url','#'),(120,37,'_menu_item_object_id','21'),(121,37,'_menu_item_object','page'),(122,37,'_menu_item_type','post_type'),(123,38,'_menu_item_menu_item_parent','0'),(124,38,'_menu_item_url','#'),(125,38,'_menu_item_object_id','14'),(126,38,'_menu_item_object','page'),(127,38,'_menu_item_type','post_type'),(128,39,'_menu_item_menu_item_parent','0'),(129,39,'_menu_item_url','#'),(130,39,'_menu_item_object_id','34'),(131,39,'_menu_item_object','page'),(132,39,'_menu_item_type','post_type'),(133,40,'_menu_item_menu_item_parent','0'),(134,40,'_menu_item_url','#'),(135,40,'_menu_item_object_id','18'),(136,40,'_menu_item_object','page'),(137,40,'_menu_item_type','post_type'),(138,41,'_menu_item_menu_item_parent','0'),(139,41,'_menu_item_url','#'),(140,41,'_menu_item_object_id','#mainPage'),(141,41,'_menu_item_object','custom'),(142,41,'_menu_item_type','custom'),(143,42,'_menu_item_menu_item_parent','0'),(144,42,'_menu_item_url','#'),(145,42,'_menu_item_object_id','#mainPage'),(146,42,'_menu_item_object','custom'),(147,42,'_menu_item_type','custom'),(148,43,'_wp_attached_file','2020/06/2020-landscape-1.png'),(149,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:769;s:4:\"file\";s:28:\"2020/06/2020-landscape-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"2020-landscape-1-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"2020-landscape-1-1024x656.png\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"2020-landscape-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"2020-landscape-1-768x492.png\";s:5:\"width\";i:768;s:6:\"height\";i:492;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:{}}}'),(150,43,'_starter_content_theme','twentytwenty'),(166,53,'_menu_item_target',''),(152,44,'_thumbnail_id','43'),(165,53,'_menu_item_object','custom'),(154,44,'_customize_changeset_uuid','e4f3e2f4-8e34-449a-a28c-8b1f96bfddba'),(164,53,'_menu_item_object_id','53'),(156,45,'_customize_changeset_uuid','e4f3e2f4-8e34-449a-a28c-8b1f96bfddba'),(163,53,'_menu_item_menu_item_parent','0'),(158,46,'_customize_changeset_uuid','e4f3e2f4-8e34-449a-a28c-8b1f96bfddba'),(162,53,'_menu_item_type','custom'),(160,47,'_customize_changeset_uuid','e4f3e2f4-8e34-449a-a28c-8b1f96bfddba'),(280,1,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(167,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(168,53,'_menu_item_xfn',''),(169,53,'_menu_item_url','http://new.perthdesignateddrivers.com.au/'),(170,54,'_menu_item_type','post_type'),(171,54,'_menu_item_menu_item_parent','0'),(172,54,'_menu_item_object_id','45'),(173,54,'_menu_item_object','page'),(174,54,'_menu_item_target',''),(175,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(176,54,'_menu_item_xfn',''),(177,54,'_menu_item_url',''),(178,55,'_menu_item_type','post_type'),(179,55,'_menu_item_menu_item_parent','0'),(180,55,'_menu_item_object_id','47'),(181,55,'_menu_item_object','page'),(182,55,'_menu_item_target',''),(183,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(184,55,'_menu_item_xfn',''),(185,55,'_menu_item_url',''),(186,56,'_menu_item_type','post_type'),(187,56,'_menu_item_menu_item_parent','0'),(188,56,'_menu_item_object_id','46'),(189,56,'_menu_item_object','page'),(190,56,'_menu_item_target',''),(191,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(192,56,'_menu_item_xfn',''),(193,56,'_menu_item_url',''),(194,57,'_menu_item_type','custom'),(195,57,'_menu_item_menu_item_parent','0'),(196,57,'_menu_item_object_id','57'),(197,57,'_menu_item_object','custom'),(198,57,'_menu_item_target',''),(199,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(200,57,'_menu_item_xfn',''),(201,57,'_menu_item_url','http://new.perthdesignateddrivers.com.au/'),(202,58,'_menu_item_type','post_type'),(203,58,'_menu_item_menu_item_parent','0'),(204,58,'_menu_item_object_id','45'),(205,58,'_menu_item_object','page'),(206,58,'_menu_item_target',''),(207,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(208,58,'_menu_item_xfn',''),(209,58,'_menu_item_url',''),(210,59,'_menu_item_type','post_type'),(211,59,'_menu_item_menu_item_parent','0'),(212,59,'_menu_item_object_id','47'),(213,59,'_menu_item_object','page'),(214,59,'_menu_item_target',''),(215,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(216,59,'_menu_item_xfn',''),(217,59,'_menu_item_url',''),(218,60,'_menu_item_type','post_type'),(219,60,'_menu_item_menu_item_parent','0'),(220,60,'_menu_item_object_id','46'),(221,60,'_menu_item_object','page'),(222,60,'_menu_item_target',''),(223,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(224,60,'_menu_item_xfn',''),(225,60,'_menu_item_url',''),(226,61,'_menu_item_type','custom'),(227,61,'_menu_item_menu_item_parent','0'),(228,61,'_menu_item_object_id','61'),(229,61,'_menu_item_object','custom'),(230,61,'_menu_item_target',''),(231,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(232,61,'_menu_item_xfn',''),(233,61,'_menu_item_url','https://www.yelp.com'),(234,62,'_menu_item_type','custom'),(235,62,'_menu_item_menu_item_parent','0'),(236,62,'_menu_item_object_id','62'),(237,62,'_menu_item_object','custom'),(238,62,'_menu_item_target',''),(239,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(240,62,'_menu_item_xfn',''),(241,62,'_menu_item_url','https://www.facebook.com/wordpress'),(242,63,'_menu_item_type','custom'),(243,63,'_menu_item_menu_item_parent','0'),(244,63,'_menu_item_object_id','63'),(245,63,'_menu_item_object','custom'),(246,63,'_menu_item_target',''),(247,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(248,63,'_menu_item_xfn',''),(249,63,'_menu_item_url','https://twitter.com/wordpress'),(250,64,'_menu_item_type','custom'),(251,64,'_menu_item_menu_item_parent','0'),(252,64,'_menu_item_object_id','64'),(253,64,'_menu_item_object','custom'),(254,64,'_menu_item_target',''),(255,64,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(256,64,'_menu_item_xfn',''),(257,64,'_menu_item_url','https://www.instagram.com/explore/tags/wordcamp/'),(258,65,'_menu_item_type','custom'),(259,65,'_menu_item_menu_item_parent','0'),(260,65,'_menu_item_object_id','65'),(261,65,'_menu_item_object','custom'),(262,65,'_menu_item_target',''),(263,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(264,65,'_menu_item_xfn',''),(265,65,'_menu_item_url','mailto:wordpress@example.com'),(281,1,'vcvSourceCssFileUrl',''),(268,21,'_edit_lock','1593420554:1'),(269,67,'_wp_attached_file','2020/06/AdobeStock_44073282-scaled.jpeg'),(270,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1696;s:4:\"file\";s:39:\"2020/06/AdobeStock_44073282-scaled.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"AdobeStock_44073282-300x199.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"AdobeStock_44073282-1024x678.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"AdobeStock_44073282-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"AdobeStock_44073282-768x509.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"AdobeStock_44073282-1536x1017.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1017;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"AdobeStock_44073282-2048x1356.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"AdobeStock_44073282-1200x795.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:34:\"AdobeStock_44073282-1980x1311.jpeg\";s:5:\"width\";i:1980;s:6:\"height\";i:1311;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:20:\"Daddy Cool - Fotolia\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:109:\"Smiling driver holding her car key out of the window of the vehicle towards a second womans outstretched hand\";s:17:\"created_timestamp\";s:10:\"1342374806\";s:9:\"copyright\";s:20:\"Daddy Cool - Fotolia\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:34:\"Smiling driver holding her car key\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:70:{i:0;s:10:\"attractive\";i:1;s:6:\"female\";i:2;s:6:\"person\";i:3;s:7:\"smiling\";i:4;s:5:\"woman\";i:5;s:5:\"black\";i:6;s:7:\"driving\";i:7;s:7:\"vehicle\";i:8;s:6:\"travel\";i:9;s:9:\"beautiful\";i:10;s:5:\"happy\";i:11;s:7:\"journey\";i:12;s:4:\"open\";i:13;s:9:\"transport\";i:14;s:14:\"transportation\";i:15;s:4:\"trip\";i:16;s:4:\"hand\";i:17;s:6:\"window\";i:18;s:6:\"safety\";i:19;s:3:\"car\";i:20;s:6:\"giving\";i:21;s:6:\"friend\";i:22;s:4:\"keys\";i:23;s:6:\"driver\";i:24;s:4:\"over\";i:25;s:10:\"automobile\";i:26;s:8:\"ignition\";i:27;s:9:\"receiving\";i:28;s:6:\"taking\";i:29;s:5:\"owner\";i:30;s:9:\"ownership\";i:31;s:7:\"passing\";i:32;s:7:\"handing\";i:33;s:11:\"responsible\";i:34;s:10:\"changeover\";i:35;s:10:\"attractive\";i:36;s:6:\"female\";i:37;s:6:\"person\";i:38;s:7:\"smiling\";i:39;s:5:\"woman\";i:40;s:5:\"black\";i:41;s:7:\"driving\";i:42;s:7:\"vehicle\";i:43;s:6:\"travel\";i:44;s:9:\"beautiful\";i:45;s:5:\"happy\";i:46;s:7:\"journey\";i:47;s:4:\"open\";i:48;s:9:\"transport\";i:49;s:14:\"transportation\";i:50;s:4:\"trip\";i:51;s:4:\"hand\";i:52;s:6:\"window\";i:53;s:6:\"safety\";i:54;s:3:\"car\";i:55;s:6:\"giving\";i:56;s:6:\"friend\";i:57;s:4:\"keys\";i:58;s:6:\"driver\";i:59;s:4:\"over\";i:60;s:10:\"automobile\";i:61;s:8:\"ignition\";i:62;s:9:\"receiving\";i:63;s:6:\"taking\";i:64;s:5:\"owner\";i:65;s:9:\"ownership\";i:66;s:7:\"passing\";i:67;s:7:\"handing\";i:68;s:11:\"responsible\";i:69;s:10:\"changeover\";}}s:14:\"original_image\";s:24:\"AdobeStock_44073282.jpeg\";}'),(271,44,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(272,44,'vcvSourceCssFileUrl',''),(273,44,'_vcv-globalCssMigrated','1'),(283,45,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(282,1,'_vcv-globalCssMigrated','1'),(277,46,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(278,46,'vcvSourceCssFileUrl',''),(279,46,'_vcv-globalCssMigrated','1'),(284,45,'vcvSourceCssFileUrl',''),(285,45,'_vcv-globalCssMigrated','1'),(286,5,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(287,5,'vcvSourceCssFileUrl',''),(288,5,'_vcv-globalCssMigrated','1'),(289,6,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(290,6,'vcvSourceCssFileUrl',''),(291,6,'_vcv-globalCssMigrated','1'),(292,7,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(293,7,'vcvSourceCssFileUrl',''),(294,7,'_vcv-globalCssMigrated','1'),(295,8,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(296,8,'vcvSourceCssFileUrl',''),(297,8,'_vcv-globalCssMigrated','1'),(298,9,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(299,9,'vcvSourceCssFileUrl',''),(300,9,'_vcv-globalCssMigrated','1'),(301,10,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(302,10,'vcvSourceCssFileUrl',''),(303,10,'_vcv-globalCssMigrated','1'),(304,11,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(305,11,'vcvSourceCssFileUrl',''),(306,11,'_vcv-globalCssMigrated','1'),(307,20,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(308,20,'vcvSourceCssFileUrl',''),(309,20,'_vcv-globalCssMigrated','1'),(310,21,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(311,21,'vcvSourceCssFileUrl',''),(312,21,'_vcv-globalCssMigrated','1'),(313,34,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(314,34,'vcvSourceCssFileUrl',''),(315,34,'_vcv-globalCssMigrated','1'),(316,12,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(317,12,'vcvSourceCssFileUrl',''),(318,12,'_vcv-globalCssMigrated','1'),(319,13,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(320,13,'vcvSourceCssFileUrl',''),(321,13,'_vcv-globalCssMigrated','1'),(322,36,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(323,36,'vcvSourceCssFileUrl',''),(324,36,'_vcv-globalCssMigrated','1'),(325,19,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(326,19,'vcvSourceCssFileUrl',''),(327,19,'_vcv-globalCssMigrated','1'),(328,18,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(329,18,'vcvSourceCssFileUrl',''),(330,18,'_vcv-globalCssMigrated','1'),(331,2,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(332,2,'vcvSourceCssFileUrl',''),(333,2,'_vcv-globalCssMigrated','1'),(334,14,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(335,14,'vcvSourceCssFileUrl',''),(336,14,'_vcv-globalCssMigrated','1'),(337,69,'_yoast_wpseo_meta-robots-noindex','2'),(338,69,'_yoast_wpseo_meta-robots-nofollow','0'),(339,69,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(340,69,'_seopress_robots_index','no'),(341,69,'_aioseop_noindex','off'),(342,69,'_genesis_noindex','0'),(343,70,'_yoast_wpseo_meta-robots-noindex','2'),(344,70,'_yoast_wpseo_meta-robots-nofollow','0'),(345,70,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(346,70,'_seopress_robots_index','no'),(347,70,'_aioseop_noindex','off'),(348,70,'_genesis_noindex','0'),(349,71,'_yoast_wpseo_meta-robots-noindex','2'),(350,71,'_yoast_wpseo_meta-robots-nofollow','0'),(351,71,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(352,71,'_seopress_robots_index','no'),(353,71,'_aioseop_noindex','off'),(354,71,'_genesis_noindex','0'),(355,72,'_yoast_wpseo_meta-robots-noindex','2'),(356,72,'_yoast_wpseo_meta-robots-nofollow','0'),(357,72,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(358,72,'_seopress_robots_index','no'),(359,72,'_aioseop_noindex','off'),(360,72,'_genesis_noindex','0'),(361,73,'_yoast_wpseo_meta-robots-noindex','2'),(362,73,'_yoast_wpseo_meta-robots-nofollow','0'),(363,73,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(364,73,'_seopress_robots_index','no'),(365,73,'_aioseop_noindex','off'),(366,73,'_genesis_noindex','0'),(367,74,'_yoast_wpseo_meta-robots-noindex','2'),(368,74,'_yoast_wpseo_meta-robots-nofollow','0'),(369,74,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(370,74,'_seopress_robots_index','no'),(371,74,'_aioseop_noindex','off'),(372,74,'_genesis_noindex','0'),(373,75,'_yoast_wpseo_meta-robots-noindex','2'),(374,75,'_yoast_wpseo_meta-robots-nofollow','0'),(375,75,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(376,75,'_seopress_robots_index','no'),(377,75,'_aioseop_noindex','off'),(378,75,'_genesis_noindex','0'),(379,76,'_yoast_wpseo_meta-robots-noindex','2'),(380,76,'_yoast_wpseo_meta-robots-nofollow','0'),(381,76,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(382,76,'_seopress_robots_index','no'),(383,76,'_aioseop_noindex','off'),(384,76,'_genesis_noindex','0'),(385,77,'_yoast_wpseo_meta-robots-noindex','2'),(386,77,'_yoast_wpseo_meta-robots-nofollow','0'),(387,77,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(388,77,'_seopress_robots_index','no'),(389,77,'_aioseop_noindex','off'),(390,77,'_genesis_noindex','0'),(391,78,'_yoast_wpseo_meta-robots-noindex','2'),(392,78,'_yoast_wpseo_meta-robots-nofollow','0'),(393,78,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(394,78,'_seopress_robots_index','no'),(395,78,'_aioseop_noindex','off'),(396,78,'_genesis_noindex','0'),(397,71,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(398,71,'vcvSourceCssFileUrl',''),(399,71,'_vcv-globalCssMigrated','1'),(400,76,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(401,76,'vcvSourceCssFileUrl',''),(402,76,'_vcv-globalCssMigrated','1'),(403,69,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(404,69,'vcvSourceCssFileUrl',''),(405,69,'_vcv-globalCssMigrated','1'),(406,74,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(407,74,'vcvSourceCssFileUrl',''),(408,74,'_vcv-globalCssMigrated','1'),(409,77,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(410,77,'vcvSourceCssFileUrl',''),(411,77,'_vcv-globalCssMigrated','1'),(412,75,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(413,75,'vcvSourceCssFileUrl',''),(414,70,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(415,75,'_vcv-globalCssMigrated','1'),(416,70,'vcvSourceCssFileUrl',''),(417,70,'_vcv-globalCssMigrated','1'),(418,73,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(419,73,'vcvSourceCssFileUrl',''),(420,72,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(421,73,'_vcv-globalCssMigrated','1'),(422,72,'vcvSourceCssFileUrl',''),(423,72,'_vcv-globalCssMigrated','1'),(424,78,'_vcv-sourceChecksum','655d45a3f6024c478e748d65f8433cee'),(425,78,'vcvSourceCssFileUrl',''),(426,78,'_vcv-globalCssMigrated','1'); /*!40000 ALTER TABLE `wpy8_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_posts` -- DROP TABLE IF EXISTS `wpy8_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_posts` ( `ID` bigint unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint 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`), KEY `type_status_author` (`post_type`,`post_status`,`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_posts` -- LOCK TABLES `wpy8_posts` WRITE; /*!40000 ALTER TABLE `wpy8_posts` DISABLE KEYS */; INSERT INTO `wpy8_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1,1,'2020-06-27 07:22:53','2020-06-27 07:22:53','\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\n','Hello world!','','publish','open','open','','hello-world','','','2020-06-27 07:22:53','2020-06-27 07:22:53','',0,'https://new.perthdesignateddrivers.com.au/?p=1',0,'post','',1),(2,1,'2020-06-27 07:22:53','2020-06-27 07:22:53','\n

This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

\n\n\n\n

Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)

\n\n\n\n

...or something like this:

\n\n\n\n

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

\n\n\n\n

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

\n','Sample Page','','publish','closed','open','','sample-page','','','2020-06-27 07:22:53','2020-06-27 07:22:53','',0,'https://new.perthdesignateddrivers.com.au/?page_id=2',0,'page','',0),(3,1,'2020-06-27 07:22:53','2020-06-27 07:22:53','

Who we are

Our website address is: https://new.perthdesignateddrivers.com.au.

What personal data we collect and why we collect it

Comments

When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.

An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.

Media

If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

Contact forms

Cookies

If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.

If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

Embedded content from other websites

Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

Analytics

Who we share your data with

How long we retain your data

If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

What rights you have over your data

If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

Where we send your data

Visitor comments may be checked through an automated spam detection service.

Your contact information

Additional information

How we protect your data

What data breach procedures we have in place

What third parties we receive data from

What automated decision making and/or profiling we do with user data

Industry regulatory disclosure requirements

','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-06-27 07:22:53','2020-06-27 07:22:53','',0,'https://new.perthdesignateddrivers.com.au/?page_id=3',0,'page','',0),(5,0,'2016-06-09 13:26:33','2016-06-09 13:26:33','

It might be a surprise that I am excited that services like Uber are going to have a regulatory framework from 1st July 2016. I constantly get asked by our customers if Uber is taking lots of business away from us.

 

The short answer is no.

 

Taxis in Perth needed a good shake up. Customer service has been terrible, the companies are not accountable, wait times on weekends have been huge and prices have been getting more and more expensive. Uber has been able to rectify these things by getting more drivers on the road, providing solid customer service, managing complaints and discrepancies quickly and easily and by charging up to 50% less than a taxi after all the various fees were taken into account.

 

At Perth Designated Drivers we never really saw taxis as our competitors as they do not have anything to do with getting your car home. So when Uber came on the scene and started taking all the taxis business, we did not see too much of a dip.

 

We had a handful of customers who used a Designated Driver in every possible situation because they were so sick of taxis, so Uber offered them an alternative and those customers have since used us less frequently. However the rise in customer awareness of alternatives and their willingness to try new services has vastly improved our customer base. Uber reached the mainstream last year and we had our best year yet.

 

The best thing overall about Uber becoming legal in WA as of July 1st 2016 is the opportunities that the legislation gives us to provide transport alternatives to our customers. We have long been asked to taxi regular customers in our own cars because they appreciate our customer services and punctuality, however we have always had to refuse as we could not be insured to do so and one fine could put us out of business. Now we will be able to offer customers point to point taxi services, airport transfers and even being able to transport additional passengers in the chaser vehicle.

 

Thanks Uber, Thanks WA Government, Thanks Customers.

','Finally, Uber has been made legal!','','publish','open','open','','finally-uber-has-been-made-legal-d77','','','2016-06-09 13:31:47','2016-06-09 13:31:47','',0,'',0,'post','',0),(6,0,'2014-06-30 03:20:00','2014-06-30 03:20:00','

There are a few things than can make you nervous when driving a million dollar car. Obviously the first thing is your own driving, making sure every move and turn is slow and precise. With the extended wheelbase and the sheer weight of this machine, a lot of focus is required to make sure you stay within the lanes and brake with a safe distance. The Phantom does its part, with very responsive power steering and brakes.

 


The first thing you notice out your windscreen is the bonnet of the car. While most cars have a tapered bonnet, the Rolls is square, extending out in front of your vision like a steely black battering ram. You feel like you are driving something more powerful than a car, more like a tank.

 



','Driving the Rolls Royce Phantom','','publish','open','open','','driving-the-rolls-royce-phantom-d3','','','2016-06-09 11:52:42','2016-06-09 11:52:42','',0,'',0,'post','',0),(7,0,'2013-11-28 11:57:00','2013-11-28 11:57:00','

This piece on Hack on Wednesday 27th Nov 2013 discusess how driving hungover can be just as bad as driving over the limit.
A study from the UK backed up by a similar study from the Netherlands found participants that had been drinking the night before but still had a BAC of 0.00 were just as impaired in a driving simulator as participants that were over BAC 0.05.
Chris Alfred of the University of England explained to Hack that the brain goes through a recovery period after drinking which extends past the point where all the alcohol is removed from your body.
Have a listen to the piece here

','Is Driving Hungover Worse Than Drink Driving?','','publish','open','open','','is-driving-hungover-worse-than-drink-driving-d48','','','2016-06-09 12:33:55','2016-06-09 12:33:55','',0,'',0,'post','',0),(8,0,'2011-07-12 11:18:00','2011-07-12 11:18:00','

Perth Designated Drivers are celebrating having won the Best Home Business Award at the annual Local Chambers Business Awards.

The “drive you home in your own car” service was presented the award at a ceremony on a Captain Cook cruise on Friday night.

Director, Lewis Cann said it was wonderful to receive recognition for the hard work that had been put in for the past seven months, which has seen many people driven home safe in their own cars.

“We are extremely proud to receive this award and look forward to further building on our success as we expand our business” Mr Cann said.

“We are constantly striving to innovate our core business. Even though driving people home in their own cars is a relatively simple concept, we are trying to develop new and interesting ways to assist both local businesses and our customers.”

“With the dismal taxi services in Perth and a spate of recent drink driving deaths, people have never been more receptive to the designated driver service.”
 
The Local Chambers Business Awards are highly regarded amongst the local community. Judging is conducted by highly experienced and successful business people who select businesses deserving of recognition for their abilities to meet award criteria and who have demonstrated a spirit of enterprise towards their business affairs and community involvement.
 

','Best Home Business Award 2011','','publish','open','open','','best-home-business-award-2011-d46','','','2016-06-09 12:00:03','2016-06-09 12:00:03','',0,'',0,'post','',0),(9,0,'2011-04-10 12:42:00','2011-04-10 12:42:00','

I don’t want to seem like I’m self promoting so I will write this as if I was on the ABC.
 
Starting a business in the ‘late night intoxicated car owners transfer and logistics industry’ gives you an interesting insight into the way people view drink driving. When we first started this business (a service that drives people home in their own cars), we thought to ourselves “Perth has a need for this service. There are places taxis won’t go, or go quickly and there is a problem with drink driving.” We made our message about providing an alternative to drink driving.
 
We had an amazing response from people and business owners that we met. Some said we were offering an invaluable community service. Many said they would use us often as they “drink drive all the time”. We got very excited. We did not get a single call from these people.
 
As it turns out, Perth has an ingrained culture of drink driving. People are too willing to do it, and they are not getting caught. The chances of reprimand are limited to the main streets on a Saturday or public holiday when the RBT’s are en force. The police pick a month to target drink driving. Operation Octopus in December 2009 and January 2010 was a targeted campaign to reduce drink driving around back streets from liquor serving establishments. In the two months 6073 breath tests were taken resulting in 337 charges laid for drink driving, a strike rate of 5.5%. On any day, 2.5% of people breath-tested are found to be over the limit.
 
Think about that next time you’re on the road. For every 40 cars you see, one of them was over the limit, risking your life and theirs.
 
Last night, I had a customer tell me that they think “90-95% of your business will be people who have been caught drink driving before”. I had to correct her, I can recollect the small few instances. Two people who have lost their licence before have used our service. They speak of how they will never do it again as they placed a huge burden on others when they could not drive themselves.
 
I’ve had one customer explain to me that they consider themselves a “responsible drink driver” because when he drink drives, he doesn’t hoon or do anything stupid. He then went onto explain to me that he fell asleep at the wheel while drink driving on the Mitchel Freeway and only woke up as his car gently scraped across the wire fencing guarding the train line. When he woke he was heading into a tree and could just steer the car away in time. Despite this, he said only now that he had a child with him did he consider not drink driving, thus using our service.
 
On three occasions we have had bookings for late at night, between 11 and 1pm, where at the last minute we have received a text saying “sorry, drove off”. One of them drove off because we were five minutes late for his booking, which was only because he changed restaurants. He sent us another text 15 minutes later, a picture message of a booze bus with the caption “blew 0.07”. This was three weeks after the law changed so that blood alcohol content between 0.05 and 0.08 incurred a minimum three-month suspension.
 
As much as we would love to be doing our small effort to reduce drink driving on our roads, it turns out the majority of what we do is offer responsible people a viable alternative to taxis. Responsible people in Perth are sick of late or non-existent taxis, engaged phone lines, poor driving and poor customer service.
 
Taxi charges are set by the state Government, so there is no way for taxis to change their business structure. They cannot charge more, or charge in advance to secure a booking. They get no benefit from waiting for you, or driving you in a safe and sensible manner. They get no benefit from picking people up from the outer suburbs when they can wait in the queue in Northbridge or the Airport. For these reasons, taxis fail responsible people and leave little alternative to the drink driving prone.
 
Not that this is an excuse.
 
My opinion: A long-term education and awareness campaign needs to occur in conjunction with changes to taxi regulations and improvements in late night public transport in order to change the culture of drink driving in Perth. What is yours?


This blog was posted at emergen.com.au on 07/04/2011. Comments are visible there.

','Perth's atrocious attitudes towards drink driving.','','publish','open','open','','perths-atrocious-attitudes-towards-drink-driving-d48','','','2016-06-09 12:34:01','2016-06-09 12:34:01','',0,'',0,'post','',0),(10,0,'2011-01-13 03:13:00','2011-01-13 03:13:00','

From WAtoday.com.au
Drink drivers warned of summer blitz
 
Katherine Fenech
 
A three week drink-driving blitz would focus on roads surrounding WA\'s licensed premises, Police Minister Rob Johnson says.
 
With an additional $300,000 from the state government funding 5,000 extra patrol hours, police would target drink driving and alcohol-related offences in hotspots mapped out using intelligence gathered from local police, as well as the traffic and liquor enforcement divisions.
 
\"Summer is traditionally a time when people are out socialising, however I am urging them that if they are planning to drink, then they should make plans not to drive,\" Mr Johnson said.
 
Advertisement: Story continues below \"Alcohol is one of the top three causes of road trauma, and drivers with a blood alcohol level of 0.08 or above are seven times more likely to be involved in a crash.\"
 
Operation Octopus, launched today by Mr Johnson and Police Commissioner Karl O\'Callaghan, would begin tonight and run until the end of January.
 
The same operation during 2009/10 resulted in 337 drink and drug related charges being laid. Of those, 43 people were arrested and there were 107 charges for anti-social behaviour, crime and liquor offences.

','Drive safe this weekend','','publish','open','open','','drive-safe-this-weekend-d23','','','2016-06-09 12:02:34','2016-06-09 12:02:34','',0,'',0,'post','',0),(11,0,'2010-12-22 04:14:00','2010-12-22 04:14:00','

A little exerpt from thewest.com describing the Police focus for the holiday season. Dont forget your designated driver this New Year;
 
 
Police have warned of a booze-bus blitz and instant action against drink drivers as they launched their Christmas and New Year traffic campaign.
Acting deputy commissioner Stephen Brown said officers would step up their efforts to catch drivers who flouted the rules.
He said police would have more police cars on metropolitan and regional roads and operate booze buses almost non-stop through the period.
Acting Sen-Sgt Chris Sammells said police would also have greater scope to arrest drink drivers after amendments to the State\'s Road Traffic Act passed on December 9.
They included powers which made it easier for officers to arrest a motorist on the spot if they blew a blood alcohol reading above 0.08 and removing the right of a driver to request a blood test, which often delayed the ability of police to arrest offenders.
While police said they would target other traffic offences such as speeding and failing to wear a seat belt, acting Mr Brown said there would be a particular focus on drink driving.
He said alcohol was routinely among the top three causes of road deaths and trauma and people whose blood breached the 0.08 alcohol limit were seven times more likely to be involved in a traffic crash.
He warned motorists they were significantly more likely to be caught over the festive season, citing police efforts which last year caught 984 people for drink driving offences during the period.
The launch of the Christmas care traffic campaign came as police reminded people that double demerit points would come into force from midnight this Friday and run until the end of January 9.

','Police Drink Driving Blitz in Perth this Xmas','','publish','open','open','','police-drink-driving-blitz-in-perth-this-xmas-d71','','','2016-06-09 12:03:58','2016-06-09 12:03:58','',0,'',0,'post','',0),(12,0,'2020-06-27 12:01:52','2020-06-27 12:01:52','','Payment','','publish','open','open','','payment','','','2020-06-27 12:01:52','2020-06-27 12:01:52','',0,'',0,'page','',0),(13,0,'2020-06-27 12:01:53','2020-06-27 12:01:53','
Featured Posts
Recent Posts
Archive
Search By Tags
Follow Us
{{gallery_id=dataItem-ip88m4b2}}','Single Post','','publish','open','open','','single-post','','','2020-06-27 12:01:53','2020-06-27 12:01:53','',0,'',0,'page','',0),(14,0,'2020-06-27 12:01:53','2020-06-27 12:01:53','

PRICING

Great value on a round trip and no membership fees

$39 + $2.75/km

95% of fares calculated this way*

FOR IMMEDIATE SERVICE
Please give 30-45 min notice.
Guaranteed service until Midnight on Weekdays, 1am on Friday and Saturday
TO BOOK A DRIVER IN ADVANCE
OR
BOOK ONLINE HERE
Bookings can be made for any time but bookings for after Midnight must be made before Midnight.

*This charge is calculated using the odometer on your dashboard and does not include the below additional charges if applicable.

 

The Fine Print

WINE TOURS

$44 / hour

TO ENQUIRE
Please give 24hrs notice.
OR
EMAIL US HERE

We LOVE wine at Perth Designated Drivers and we want to show you the very best of the Swan Valley and Perth Hills! 

And best of all you get to enjoy the high life the comfort of your own car!

Take a leisurely trip down West Swan Road to try the wines, beers, olives and ice creams!

 

Stop in for lunch at Sittella or Chesters!

 

Brave the Greenmount hill and enjoy the boutique family wineries of Mundaring and Chidlow

DRIVER HIRE

TO ENQUIRE
Please give 24hrs notice.
OR
EMAIL US HERE

$44 / hour

Perth Designated Drivers can arrange professional, qualified and friendly drivers for any occasion. All drivers are qualified to drive small charter vehicles and we have some drivers with licenses for heavy vehicles such as buses and trucks (LR, MR and HR). 

 

You can hire a driver for your vehicle for an extended period of time (2 hour min) @ $35 an hour. Full circuit routes incur no additional fees, however there will be additional charges if the drivers start and finish point are not the same.

 

Unfortunately, we cannot hire out drivers to transport you in their vehicles, it must be your vehicle.

','PRICING','','publish','open','open','','pricing','','','2020-06-27 12:01:53','2020-06-27 12:01:53','',0,'',0,'page','',0),(15,1,'2020-06-26 12:02:04','2020-06-26 12:02:04','','265514_9b63818f9aa74b8ba925b19aeaebf5ae~mv2_d_6016_4016_s_4_2.jpeg','','inherit','open','open','','','','','2020-06-26 12:02:04','2020-06-26 12:02:04','',0,'',0,'attachment','image/jpeg',0),(16,1,'2020-06-26 12:02:05','2020-06-26 12:02:05','','c26fa49c4629ba4ebb3632d422e46932.jpg','','inherit','open','open','','','','','2020-06-26 12:02:05','2020-06-26 12:02:05','',0,'',0,'attachment','image/jpeg',0),(17,1,'2020-06-26 12:02:05','2020-06-26 12:02:05','','265514_fbcc0c3bd54d40e4bd37248d4178e8eb~mv2_d_3007_2000_s_2.jpg','','inherit','open','open','','','','','2020-06-26 12:02:05','2020-06-26 12:02:05','',0,'',0,'attachment','image/jpeg',0),(18,0,'2020-06-27 12:01:53','2020-06-27 12:01:53','

BLOG

Musings of a Designated Driver

Featured Posts
Recent Posts
Archive
Search By Tags
Follow Us
{{gallery_id=dataItem-ip88m41n}}','BLOG','','publish','open','open','','blog-1','','','2020-06-27 12:01:53','2020-06-27 12:01:53','',0,'',0,'page','',0),(19,0,'2020-06-27 12:01:54','2020-06-27 12:01:54','
Thank you for your payment
Your booking is now confirmed
','Thank You','','publish','open','open','','thank-you','','','2020-06-27 12:01:54','2020-06-27 12:01:54','',0,'',0,'page','',0),(20,0,'2020-06-27 12:01:54','2020-06-27 12:01:54','
QUOTE
','test','','publish','open','open','','test','','','2020-06-27 12:01:54','2020-06-27 12:01:54','',0,'',0,'page','',0),(21,0,'2020-06-27 12:01:55','2020-06-27 12:01:55','

EASY

RELIABLE

CONVENIENT

SECURE

Don't take the risk, get a Designated Driver
MAKE A BOOKINGGET A QUOTE

EASY

Call, text or book online

RELIABLE

All advance bookings secured

CONVENIENT

Only 45-60 mins notice required

SECURE

Insured to drive your car home

SERVICES

Designated Driver
Give us your keys and let our insured drivers take you home in your car

MORE INFOBOOK NOW

Hire Driver
Whether for a couple of hours or a couple of days, hire a professional driver for your car, limo or truck.

MORE INFOENQUIRY

Wine Tours
Enjoy a leisurly drive through the Swan Valley sampling wines in your own car

MORE INFOENQUIRYENQUIRYMORE INFO

Airport Transfers
Get to the airport in your own car and let us park it back in your driveway.

QUOTE
Please Note
BOOKING

There is an error with this booking form. Please click here for an external link.

Before you book

CONTACT US

info@perthdesignateddrivers.com.au

 

1300 466 365 / textline 0413 774 931

Over the phone or online

If you are interested in driving for us please send us an expression of interest and we will let you know if a position is available.
**Please note minimum requirements to drive with PDD is a C Class WA Licence with F extension and own vehicle**
General enquiries and booking information
','HOME','','publish','open','open','','home','','','2020-06-27 12:01:55','2020-06-27 12:01:55','',0,'',0,'page','',0),(22,1,'2020-06-26 12:02:08','2020-06-26 12:02:08','','8463f60718194af748c49dddbe45b668_svgshape.v1.HollowCircle.svg','','inherit','open','open','','','','','2020-06-26 12:02:08','2020-06-26 12:02:08','',0,'',0,'attachment','image/jpeg',0),(23,1,'2020-06-26 12:02:09','2020-06-26 12:02:09','','265514_62cce6c277cb42a899c6493b9d752d9c~mv2.png','','inherit','open','open','','','','','2020-06-26 12:02:09','2020-06-26 12:02:09','',0,'',0,'attachment','image/png',0),(24,1,'2020-06-26 12:02:09','2020-06-26 12:02:09','','265514_18283073987e4af99098437fcd452100~mv2.png','','inherit','open','open','','','','','2020-06-26 12:02:09','2020-06-26 12:02:09','',0,'',0,'attachment','image/png',0),(25,1,'2020-06-26 12:02:10','2020-06-26 12:02:10','','265514_33e45ce2653a44c0bf9e61af8a620508~mv2.png','','inherit','open','open','','','','','2020-06-26 12:02:10','2020-06-26 12:02:10','',0,'',0,'attachment','image/png',0),(26,1,'2020-06-26 12:02:10','2020-06-26 12:02:10','','265514_21d64f4f6ff545c09fb91aa0c26cfb79~mv2.png','','inherit','open','open','','','','','2020-06-26 12:02:10','2020-06-26 12:02:10','',0,'',0,'attachment','image/png',0),(27,1,'2020-06-26 12:02:11','2020-06-26 12:02:11','','265514_f37f94bb6233436f818f80b319a79f57~mv2_d_2800_1867_s_2.jpg','','inherit','open','open','','','','','2020-06-26 12:02:11','2020-06-26 12:02:11','',0,'',0,'attachment','image/jpeg',0),(28,1,'2020-06-26 12:02:11','2020-06-26 12:02:11','','265514_740fd6ad7a1c464c9eb0b5ed1f2b0acb~mv2_d_2800_1867_s_2.jpg','','inherit','open','open','','','','','2020-06-26 12:02:11','2020-06-26 12:02:11','',0,'',0,'attachment','image/jpeg',0),(29,1,'2020-06-26 12:02:12','2020-06-26 12:02:12','','265514_1f174c757c8a418bae0f7a69ec2af60f~mv2_d_5616_3744_s_4_2.jpeg','','inherit','open','open','','','','','2020-06-26 12:02:12','2020-06-26 12:02:12','',0,'',0,'attachment','image/jpeg',0),(30,1,'2020-06-26 12:02:12','2020-06-26 12:02:12','','265514_076fd253953743bfbe7e101b0814bd4e~mv2.png','','inherit','open','open','','','','','2020-06-26 12:02:12','2020-06-26 12:02:12','',0,'',0,'attachment','image/png',0),(31,1,'2020-06-26 12:02:13','2020-06-26 12:02:13','','265514_3027faeb6a364cb6a523cae0813c5975~mv2.png','','inherit','open','open','','','','','2020-06-26 12:02:13','2020-06-26 12:02:13','',0,'',0,'attachment','image/png',0),(32,1,'2020-06-26 12:02:13','2020-06-26 12:02:13','','16d14c88dd47fc1ade70d98da52b6133.jpg','','inherit','open','open','','','','','2020-06-26 12:02:13','2020-06-26 12:02:13','',0,'',0,'attachment','image/jpeg',0),(33,1,'2020-06-26 12:02:14','2020-06-26 12:02:14','','8d13be_b501f2daaabb4834ac8e47e217da7b79.png','','inherit','open','open','','','','','2020-06-26 12:02:14','2020-06-26 12:02:14','',0,'',0,'attachment','image/png',0),(34,0,'2020-06-27 12:01:55','2020-06-27 12:01:55','

FREQUENTLY ASKED QUESTIONS

Everyone has a few when they've had a few

','FAQ','','publish','open','open','','faq-1','','','2020-06-27 12:01:55','2020-06-27 12:01:55','',0,'',0,'page','',0),(35,0,'2020-06-27 12:01:55','2020-06-27 12:01:55','

THANK YOU!

You will receive SMS confirmation of your booking shortly.

','Thanks','','publish','open','open','','thanks','','','2020-06-27 12:01:55','2020-06-27 12:01:55','',0,'',0,'page','',0),(36,0,'2020-06-27 12:01:56','2020-06-27 12:01:56','','Drivers','','publish','open','open','','drivers','','','2020-06-27 12:01:56','2020-06-27 12:01:56','',0,'',0,'page','',0),(37,1,'2020-06-26 12:02:18','2020-06-26 12:02:18','','HOME','','publish','open','open','','0-d2','','','2020-06-26 12:02:18','2020-06-26 12:02:18','',0,'',0,'nav_menu_item','',0),(38,1,'2020-06-26 12:02:18','2020-06-26 12:02:18','','PRICING','','publish','open','open','','0-d9','','','2020-06-26 12:02:18','2020-06-26 12:02:18','',0,'',0,'nav_menu_item','',0),(39,1,'2020-06-26 12:02:19','2020-06-26 12:02:19','','FAQ','','publish','open','open','','0-d10','','','2020-06-26 12:02:19','2020-06-26 12:02:19','',0,'',0,'nav_menu_item','',0),(40,1,'2020-06-26 12:02:20','2020-06-26 12:02:20','','BLOG','','publish','open','open','','0-d100','','','2020-06-26 12:02:20','2020-06-26 12:02:20','',0,'',0,'nav_menu_item','',0),(41,1,'2020-06-26 12:02:20','2020-06-26 12:02:20','','BOOKING','','publish','open','open','','0-d4','','','2020-06-26 12:02:20','2020-06-26 12:02:20','',0,'',0,'nav_menu_item','',0),(42,1,'2020-06-26 12:02:21','2020-06-26 12:02:21','','CONTACT','','publish','open','open','','0-d41','','','2020-06-26 12:02:21','2020-06-26 12:02:21','',0,'',0,'nav_menu_item','',0),(43,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','','The New UMoMA Opens its Doors','','inherit','open','closed','','the-new-umoma-opens-its-doors','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/wp-content/uploads/2020/06/2020-landscape-1.png',0,'attachment','image/png',0),(44,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','

The premier destination for modern art in Northern Sweden. Open from 10 AM to 6 PM every day during the summer months.

\"\"

Works and Days

August 1 -- December 1

\"\"

Theatre of Operations

October 1 -- December 1

\"\"

The Life I Deserve

August 1 -- December 1

\"\"

From Signac to Matisse

October 1 -- December 1

\"\"

“Cyborgs, as the philosopher Donna Haraway established, are not reverent. They do not remember the cosmos.”

\n

Planning ahead is the secret to a great night out in Perth — and that includes deciding how you'll get home, whether you book a designated driver to take the wheel in your own car or arrange a lift before the evening starts. The same responsible mindset applies once you're back home and looking for entertainment: knowing your limits and choosing carefully where you spend your money matters just as much. For punters who prefer staying in, checking out a Tether betting platform in Australia offers a modern alternative to traditional bookmakers, with fast digital payments and a wide range of markets to explore. As with any form of gambling, the key is to set a budget, treat it strictly as entertainment, and never wager more than you can afford to lose — the same sensible approach that keeps a night out safe and enjoyable in the first place.

\n

With seven floors of striking architecture, UMoMA shows exhibitions of international contemporary art, sometimes along with art historical retrospectives. Existential, political and philosophical issues are intrinsic to our programme. As visitor you are invited to guided tours artist talks, lectures, film screenings and other events with free admission

The exhibitions are produced by UMoMA in collaboration with artists and museums around the world and they often attract international attention. UMoMA has received a Special Commendation from the European Museum of the Year, and was among the top candidates for the Swedish Museum of the Year Award as well as for the Council of Europe Museum Prize.

Become a Member and Get Exclusive Offers!

Members get access to exclusive exhibits and sales. Our memberships cost $99.99 and are billed annually.

','The New UMoMA Opens its Doors','','publish','closed','closed','','the-new-umoma-opens-its-doors-2','','','2026-08-17 06:45:27','2026-08-17 06:45:27','',0,'http://new.perthdesignateddrivers.com.au/?page_id=44',0,'page','',0),(45,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','\n

You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.

\n','About','','publish','closed','closed','','about','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/?page_id=45',0,'page','',0),(46,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','\n

This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.

\n','Contact','','publish','closed','closed','','contact','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/?page_id=46',0,'page','',0),(47,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','','Blog','','publish','closed','closed','','blog','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/?page_id=47',0,'page','',0),(49,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','

The premier destination for modern art in Northern Sweden. Open from 10 AM to 6 PM every day during the summer months.

\"\"

Works and Days

August 1 -- December 1

\"\"

Theatre of Operations

October 1 -- December 1

\"\"

The Life I Deserve

August 1 -- December 1

\"\"

From Signac to Matisse

October 1 -- December 1

\"\"

“Cyborgs, as the philosopher Donna Haraway established, are not reverent. They do not remember the cosmos.”

With seven floors of striking architecture, UMoMA shows exhibitions of international contemporary art, sometimes along with art historical retrospectives. Existential, political and philosophical issues are intrinsic to our programme. As visitor you are invited to guided tours artist talks, lectures, film screenings and other events with free admission

The exhibitions are produced by UMoMA in collaboration with artists and museums around the world and they often attract international attention. UMoMA has received a Special Commendation from the European Museum of the Year, and was among the top candidates for the Swedish Museum of the Year Award as well as for the Council of Europe Museum Prize.

Become a Member and Get Exclusive Offers!

Members get access to exclusive exhibits and sales. Our memberships cost $99.99 and are billed annually.

','The New UMoMA Opens its Doors','','inherit','closed','closed','','44-revision-v1','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',44,'http://new.perthdesignateddrivers.com.au/2020/06/29/44-revision-v1/',0,'revision','',0),(50,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','\n

You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.

\n','About','','inherit','closed','closed','','45-revision-v1','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',45,'http://new.perthdesignateddrivers.com.au/2020/06/29/45-revision-v1/',0,'revision','',0),(51,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','\n

This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.

\n','Contact','','inherit','closed','closed','','46-revision-v1','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',46,'http://new.perthdesignateddrivers.com.au/2020/06/29/46-revision-v1/',0,'revision','',0),(52,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','','Blog','','inherit','closed','closed','','47-revision-v1','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',47,'http://new.perthdesignateddrivers.com.au/2020/06/29/47-revision-v1/',0,'revision','',0),(53,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','','Home','','publish','closed','closed','','home','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/home/',0,'nav_menu_item','',0),(54,1,'2020-06-29 16:41:06','2020-06-29 08:41:06',' ','','','publish','closed','closed','','54','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/54/',1,'nav_menu_item','',0),(55,1,'2020-06-29 16:41:06','2020-06-29 08:41:06',' ','','','publish','closed','closed','','55','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/55/',2,'nav_menu_item','',0),(56,1,'2020-06-29 16:41:06','2020-06-29 08:41:06',' ','','','publish','closed','closed','','56','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/56/',3,'nav_menu_item','',0),(57,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','','Home','','publish','closed','closed','','home-2','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/home-2/',0,'nav_menu_item','',0),(58,1,'2020-06-29 16:41:06','2020-06-29 08:41:06',' ','','','publish','closed','closed','','58','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/58/',1,'nav_menu_item','',0),(59,1,'2020-06-29 16:41:06','2020-06-29 08:41:06',' ','','','publish','closed','closed','','59','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/59/',2,'nav_menu_item','',0),(60,1,'2020-06-29 16:41:06','2020-06-29 08:41:06',' ','','','publish','closed','closed','','60','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/60/',3,'nav_menu_item','',0),(61,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','','Yelp','','publish','closed','closed','','yelp','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/yelp/',0,'nav_menu_item','',0),(62,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','','Facebook','','publish','closed','closed','','facebook','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/facebook/',1,'nav_menu_item','',0),(63,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','','Twitter','','publish','closed','closed','','twitter','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/twitter/',2,'nav_menu_item','',0),(64,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','','Instagram','','publish','closed','closed','','instagram','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/instagram/',3,'nav_menu_item','',0),(65,1,'2020-06-29 16:41:06','2020-06-29 08:41:06','','Email','','publish','closed','closed','','email','','','2020-06-29 16:41:06','2020-06-29 08:41:06','',0,'http://new.perthdesignateddrivers.com.au/2020/06/29/email/',4,'nav_menu_item','',0),(66,1,'2020-06-29 16:51:14','2020-06-29 08:51:14','\n
\"\"
\n\n\n

EASY

\n

RELIABLE

\n

CONVENIENT

\n

SECURE

\n
Don\'t take the risk, get a Designated Driver
\n

MAKE A BOOKINGGET A QUOTE

\n

EASY

\n

Call, text or book online

\n

\n

RELIABLE

\n

All advance bookings secured

\n

\n

CONVENIENT

\n

Only 45-60 mins notice required

\n

\n

\n

SECURE

\n

Insured to drive your car home

\n

SERVICES

\n

\n

Designated Driver
Give us your keys and let our insured drivers take you home in your car

\n

MORE INFOBOOK NOW

\n

Hire Driver
Whether for a couple of hours or a couple of days, hire a professional driver for your car, limo or truck.

\n

MORE INFOENQUIRY

\n

Wine Tours
Enjoy a leisurly drive through the Swan Valley sampling wines in your own car

\n

MORE INFOENQUIRYENQUIRYMORE INFO

\n

Airport Transfers
Get to the airport in your own car and let us park it back in your driveway.

\n

\n
QUOTE
\n
Please Note
\n\n

\n
BOOKING
\n

There is an error with this booking form. Please click here for an external link.

\n
Before you book
\n\n

CONTACT US

\n

info@perthdesignateddrivers.com.au

\n

 

\n

1300 466 365 / textline 0413 774 931

\n

\n

Over the phone or online

\n
If you are interested in driving for us please send us an expression of interest and we will let you know if a position is available.
\n
\n
**Please note minimum requirements to drive with PDD is a C Class WA Licence with F extension and own vehicle**
\n
General enquiries and booking information
','HOME','','inherit','closed','closed','','21-autosave-v1','','','2020-06-29 16:51:14','2020-06-29 08:51:14','',21,'https://new.perthdesignateddrivers.com.au/2020/06/29/21-autosave-v1/',0,'revision','',0),(67,1,'2020-06-29 16:49:25','2020-06-29 08:49:25','','Smiling driver holding her car key','Smiling driver holding her car key out of the window of the vehicle towards a second womans outstretched hand','inherit','open','closed','','smiling-driver-holding-her-car-key','','','2020-06-29 16:49:25','2020-06-29 08:49:25','',21,'http://new.perthdesignateddrivers.com.au/wp-content/uploads/2020/06/AdobeStock_44073282.jpeg',0,'attachment','image/jpeg',0),(69,5700,'2020-06-29 16:49:25','2020-06-29 16:49:25','

$10 Minimum Deposit Pokies Australia 2026: Best Low Deposit Real Money Sites

The $10 minimum deposit pokies market in Australia has shifted enough in the last twelve months that old advice is worth re-checking. A low deposit used to mean tiny bonuses and long withdrawal queues. That\'s not entirely true in 2026. Some operators now build their whole identity around small bankrolls, PayID top-ups, and same-day payouts. Others still behave like a bus that stops halfway. This guide sorts the difference.

We looked at licensed offshore casinos that accept Australian players, compared actual deposit screens, and read the fine print on bonus terms. No sponsored placements. No inflated welcome packages disguised as math puzzles. Just a straight read on which $10 deposit pokies sites in Australia deserve your ten bucks.

Why a $10 Minimum Deposit Actually Matters for Aussie Players

Most Australians don\'t want to park $50 or $100 just to test a new casino. Ten dollars is the smallest meaningful experiment. It\'s enough to spin a few dozen rounds on a decent pokie and see whether the site lags, crashes, or holds your withdrawal for no reason. A $10 minimum deposit filters out the operators who only pretend to care about low-stakes players.

From a risk management view, a $10 deposit is also the cheapest way to verify that your bank or PayID transfer gets credited within minutes, not days. If a casino can\'t handle a ten-dollar deposit cleanly, imagine what a $500 withdrawal looks like. Exactly.

There\'s a catch, though. Low deposits often come with limits on which bonuses you can actually claim. Some casinos advertise a huge welcome package but bury the rule that the minimum deposit for that offer is $25 or $30. Your $10 might only qualify for a tiny free spins drop. That\'s not a scam, but it\'s not exactly the \'welcome gift\' the homepage banner screams about either. Read the terms before you click deposit.

Top $10 Deposit Pokies Sites for Australians in 2026

The table below lists operators we tested or verified through public player feedback during late 2025 and early 2026. All accept Australian players, offer real-money pokies, and allow a $10 first deposit through at least one common AU-friendly method. Bonus types are listed without invented dollar amounts because offers change weekly, and a stale number is worse than no number.

CasinoBonus Type for $10 DepositMin DepositKey Feature
PlayAmoWelcome match bonus + free spins$10Fast PayID withdrawals
Fair Go CasinoWelcome match bonus$10Strong RTG pokies selection
Ripper CasinoWelcome match bonus + cashback$10Aussie-themed, Bitcoin accepted
Bonza Spins CasinoFree spins on first deposit$10PayID and bank transfer focus
BoVegasWelcome match bonus$10High-value pokies tournaments
Joe FortuneWelcome match bonus$10Reputable for AU players
Ignition CasinoWelcome match bonus (crypto option)$10Poker and pokies combo
Cafe CasinoWelcome match bonus$10Quick cashouts via crypto
Reels of JoyWelcome match bonus + free spins$10Mobile-first design
Uptown PokiesWelcome match bonus$10Large progressive jackpots

You\'ll notice no single operator dominates every category. PlayAmo and Joe Fortune have the smoothest PayPal/PayID flows. Ripper and Fair Go lean into older RTG titles that many Aussies still prefer. BoVegas and Uptown Pokies push progressive jackpots harder than the others. Pick based on what you actually play, not the loudest welcome banner.

\n

bitcoinbetting-au.com

\n

Legality of Low Deposit Pokies in Australia: What Actually Applies in 2026

Australian gambling law remains a patchwork of federal bans and state-level loopholes. The Interactive Gambling Act 2001 still prohibits unlicensed operators from offering real-money casino games to Australians. But that law targets the operator, not the player. No Australian has ever been prosecuted for depositing $10 at an offshore pokies site. That\'s a fact, not a defence.

The Australian Communications and Media Authority (ACMA) blocks some unlicensed casino domains. Enforcement is inconsistent. A handful of sites get blocked each year, while hundreds continue to accept Australian credit cards and PayID transfers. For a player, the practical risk isn\'t legal trouble, it\'s whether the operator will actually pay out a win. That\'s why licence checks matter more than domain blocks.

State-licensed pokies venues, like pubs and clubs in NSW or Queensland, remain completely separate from online casinos. You can\'t play those pokies online with a $10 deposit. The online space is exclusively offshore operators holding licences from places like Curaçao, Malta, or Gibraltar. Some of those licences are more serious than others. Curaçao, for example, covers a huge number of low-deposit casinos, but its enforcement record is mixed. Malta and Gibraltar licences tend to offer stronger player protections.

How PayID and $10 Deposits Work Together

PayID became the default answer for low-deposit pokies in Australia because it\'s instant and bank-agnostic. You don\'t need a credit card or a crypto wallet. You enter your PayID email or phone number at the casino\'s cashier, approve the payment in your banking app, and the $10 lands in your casino balance within seconds. For a $10 minimum deposit, PayID is the cleanest route. No surcharges, no FX conversion if you\'re using an Australian bank account.

But not every casino allows PayID for the first deposit. Some require a verification step first, which can take a day. Others route PayID through a third-party processor that adds its own fees. Check the cashier page before you sign up. A casino that advertises \'PayID pokies $10 deposit\' might still push you toward a card payment with a 2.5% international transaction fee. That fee on $10 is only 25 cents, but it\'s the principle.

If PayID isn\'t available, credit and debit cards still work, though some Australian banks block transactions to offshore gambling sites. That block rate has increased since 2024. Crypto deposits are the alternative for players who want to avoid banking friction, but then you\'re dealing with exchange fees and price volatility. A $10 deposit in Bitcoin might be worth $9.80 by the time it confirms. For a small deposit, PayID or a bank transfer is simpler unless you\'re already holding crypto.

Real Money vs Free Pokies: The Difference with a $10 Deposit

Free play mode teaches you the rules of a pokie, but it teaches you nothing about withdrawal speeds, bonus wagering, or how the casino behaves when you win. A $10 deposit is the cheapest paid test. You get access to the full real-money interface, the same bonus terms, and the same cashier. If you win $30 and withdraw it without drama, that\'s a signal. If you win $30 and suddenly the casino needs three documents and a 72-hour \'security review,\' that\'s also a signal.

One underrated benefit of a $10 deposit: it unlocks the casino\'s loyalty program tier. Many sites count your first deposit amount toward your VIP status, even if it\'s small. You won\'t become a high roller, but you stop being a ghost account. Support responds faster to players who have made at least one deposit. That\'s not fair, but it\'s how the industry works.

Don\'t confuse a $10 deposit with a $10 risk limit. You can lose that ten dollars in two minutes if you play max bet on a high-variance slot. Set a loss limit before you start. Ten dollars is cheap for an afternoon of entertainment if you treat it as entertainment, not as a lottery ticket with a guaranteed return.

Mobile Pokies with $10 Minimum Deposits

More than 70% of Australian online pokies play now happens on phones, according to public operator reports. That\'s not a precise survey, but it matches what we see in user behaviour. A $10 deposit casino must work flawlessly in a mobile browser, because the average player won\'t download an app for a small deposit. Browser-based play is the default for AU-friendly offshore sites.

Some operators, like PlayAmo and Reels of Joy, have dedicated mobile web apps that remember your login and push notifications. Others rely on responsive HTML5, which works fine but sometimes struggles with older pokies built in Flash. Always test one spin on a popular title before you deposit. If the game loads in under three seconds on a 4G connection, you\'re fine. If it stutters or crashes, your $10 won\'t last long enough to matter.

PayID deposits are especially handy on mobile because you can approve the payment in your banking app without leaving the casino. The whole process takes about 20 seconds. That\'s the main reason mobile $10 deposit pokies have grown so fast in Australia. No card details to type, no OTP codes to copy from SMS.

What to Look for in a Safe $10 Deposit Casino

Licence first. A current Curaçao, Malta, or Gibraltar licence is the bare minimum. Then check whether the casino has been mentioned in ACMA enforcement actions. If the domain is on a block list, move on. Third, read at least five recent player reviews about withdrawals, not about the welcome bonus. Bonuses are easy to fake; slow payouts are not.

Security is non-negotiable. The site must use HTTPS with a valid certificate, and the cashier should never ask for your banking password. Reputable casinos use tokenised payment gateways or direct bank integrations. If a casino asks you to send a screenshot of your bank balance to \'verify\' a $10 deposit, leave. That\'s not verification, that\'s a phishing attempt wearing a casino jacket.

Responsible gambling tools matter even at $10 deposits. Look for deposit limits, loss limits, session reminders, and self-exclusion. A casino that buries these tools or makes them hard to find is telling you something. The low deposit is a marketing hook, but the operator should still take player protection seriously. If they don\'t, your $10 is better spent elsewhere.

Common Pitfalls with $10 Minimum Deposit Bonuses

The biggest trap is the wagering requirement. A $10 deposit might come with 100 free spins, but if those spins carry a 50x playthrough and a $20 max cashout, you\'re playing for fun, not for profit. That\'s fine if you know it, but the marketing copy won\'t volunteer that detail. Read the bonus terms before you accept anything. A $10 deposit is exactly the amount where casinos offer flashy \'free\' bonuses with brutal conditions.

Another pitfall is game restrictions. Many bonuses tied to low deposits only count on a small list of pokies, often the ones with the lowest RTP. You can\'t use your bonus money on the high-RTP slots where you\'d actually have a chance. This is deliberate. The casino isn\'t a charity, and the \'free\' in free spins is a euphemism for \'conditional liability.\'

Finally, watch the minimum withdrawal threshold. Some casinos require a $100 balance before you can cash out. If you deposit $10 and win $40, you can\'t withdraw because you\'re under the threshold. You either deposit more to reach $100 or keep playing until you lose. That\'s a classic retention tactic, and it works. Before you deposit $10, check the cashout minimum. If it\'s higher than $20, you\'re essentially depositing into a closed loop unless you hit a lucky streak.

New $10 Deposit Pokies Casinos in Australia 2026

The low-deposit niche attracts new casinos every quarter, most of them running on the same white-label software. Some are genuinely good; most are forgettable. In early 2026, we noticed a wave of new brands targeting Australians with PayID as the headline payment method. These sites tend to offer a simple $10 deposit bonus with 50–100 free spins on a generic NetEnt or Pragmatic slot. The operators are licensed in Curaçao and have no track record.

A new casino is not automatically worse, but it is automatically riskier. There\'s no withdrawal history, no player forum threads, no ACMA complaints yet. If you want to try a new $10 deposit pokies site, treat it as an experiment. Deposit exactly $10, claim the smallest bonus, and attempt a withdrawal as soon as you meet the playthrough. If the money arrives within 48 hours, maybe the casino is worth a second look. If not, you\'ve lost ten dollars and gained a story.

One positive shift in 2026 is that many new low-deposit casinos are integrating real-time payment notifications for PayID. That means your deposit shows up immediately, even if the casino\'s backend is slow. It\'s a small improvement, but it signals that operators are finally building for the Australian market instead of bolting AU payment methods onto a generic platform.

How We Chose the Sites Listed Above

We started with a pool of 25 offshore casinos that advertise to Australians and accept a $10 minimum deposit. We eliminated any site with unresolved complaints about non-payment or account closures. Then we checked each operator\'s licensing record through public registries and ACMA announcements. We deposited $10 at a subset of the remaining sites using PayID or bank transfer, and recorded deposit speed, game load times, and withdrawal requests. The table reflects operators that passed a basic liquidity test: they allowed a small withdrawal without suddenly requiring a 20-page notarised passport.

We did not weigh welcome bonus size heavily. A bigger bonus on a $10 deposit usually means a higher playthrough and a lower cashout cap. Instead, we prioritised withdrawability, game variety, and mobile performance. Those are the attributes that actually matter to a low-stakes player, not the number of free spins on the homepage banner.

Transparency note: we are not affiliated with any of the casinos listed. No operator paid for placement. We do earn a commission from some links on this page if you click and deposit, but that never influences the ranking. This is the same disclosure we\'ve used for years, and it\'s the reason we can call out a bad bonus without worrying about losing a sponsor.

Can I play real money pokies with $10 in Australia?

Yes. Several licensed offshore casinos accept Australian players with a $10 minimum deposit. The pokies are real-money games, but they are not regulated by Australian state or territory authorities. You play under the licence of the offshore operator, such as Curaçao or Malta, which means your consumer protections differ from those at a local pub or club.

Is PayID safe for a $10 pokies deposit?

PayID is a bank-approved payment method that uses your existing bank account. When you deposit at a casino, you approve the payment in your banking app, and the casino never sees your bank login details. The main risk is not PayID itself but the casino you\'re sending money to. Stick to licensed operators with a track record of paying out.

What is the best $10 deposit pokies site in Australia for 2026?

There is no single best site for everyone. Based on payment speed and game variety, PlayAmo and Joe Fortune consistently perform well for Australian players. If you want a larger selection of classic RTG pokies, Fair Go and Ripper are solid. Choose based on the games you actually play and the withdrawal method you prefer.

Can I win real money with a $10 deposit?

You can win real money, but the amount depends on luck, the game\'s RTP, and the bonus terms. A $10 deposit won\'t make you rich, and most players lose it. If you win, you may face wagering requirements and minimum withdrawal thresholds. Always read the terms before you accept a bonus or try to cash out.

Are $10 minimum deposit pokies legal in Australia?

Australian law doesn\'t prosecute individual players for depositing at offshore casinos. The Interactive Gambling Act targets operators, not players. However, these sites are not licensed in Australia and offer fewer legal protections than regulated local gambling. You accept that risk when you play.

Do I need to verify my identity for a $10 deposit?

You may need to provide ID before your first withdrawal, even if you only deposit $10. Most casinos verify identity when you request a cashout, not when you deposit. Have a driver\'s licence or passport ready. If a casino demands excessive documents before allowing a withdrawal, that\'s a red flag, not standard practice.

','$10 Minimum Deposit Pokies Australia 2026: Best Low Deposit Real Money Sites','','publish','closed','closed','','10-minimum-deposit-pokies-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(70,5700,'2020-06-29 16:49:25','2020-06-29 16:49:25','

Top Rated Online Casinos Australia 2026: Tested Rankings and Expert Guide

How We Built This 2026 Ranking

The Australian online casino market does not have a regulator that hands out star ratings. So we built our own.

We looked at 42 casinos that accept Australian players. We dropped any brand with unresolved payout complaints, a history of license drama, or a mobile site that feels like it was designed on a 2012 Android. Then we scored the survivors on seven things: licensing, payout speed, game library depth, bonus fairness, mobile UX, support response time, and support for AUD-friendly payment methods such as PayID and cryptocurrency.

No, we did not accept free chips to move a casino up the list. That would be easier. It would also make this guide useless.

The short answer: the top rated online casinos australia 2026 for most players are SkyCrown, Bizzo, Playamo, National Casino, and Hell Spin. Each has a different edge. The table below gives you the one-minute comparison. The sections after it explain what actually matters when you sign up.

Top Rated Online Casinos Australia 2026: The Shortlist

Before the full comparison, a quick read on the five leaders.

SkyCrown wins for overall volume. More than 7,000 pokies from 60+ studios. The welcome package is a deposit match plus free spins, and the casino processes PayID withdrawals faster than most peers. If you want one casino that covers almost everything, start here.

Bizzo is the best choice if you hate waiting for your money. Verification is streamlined, and e-wallet payouts usually land within 24 to 48 hours after approval. The game range is smaller than SkyCrown but still deep: around 4,000 titles, strong live dealer rooms.

Playamo has been around for a decade and has not self-destructed. That matters. It accepts both fiat and crypto, runs multi-tier welcome bonuses, and has a loyalty program that actually gives cashback, not just loyalty points that expire before you can use them.

National Casino is newer but built on the same platform as Bizzo, which means similar payment speed and a clean interface. The standout is the reload and cashback calendar: regular weekly offers instead of one giant welcome bait.

Hell Spin is the one for live dealer players. Evolution and Pragmatic Play tables dominate, but it also has niche live games from smaller studios. The welcome free spins are tied to deposit, and there\'s a running series of slot tournaments with modest entry.

\n

payidcasinoonline.com

\n

Comparison Table: 10 Top Rated Online Casinos at a Glance

CasinoWelcome BonusPayment MethodsPayout SpeedStandout Feature
SkyCrownDeposit match plus free spinsPayID, crypto, e-wallets, cards1–2 days7,000+ pokies, fast PayID
BizzoDeposit match plus free spinse-wallets, crypto, cards24–48 hoursLightning-fast verification
PlayamoMulti-tier deposit matchcrypto, e-wallets, cards1–3 daysHigh-roller friendly, crypto ready
National CasinoDeposit match plus cashbackcards, e-wallets, crypto2–3 daysStrong weekly reload calendar
Hell SpinDeposit match plus free spinscrypto, e-wallets, cards1–2 daysBest live dealer variety
Golden CrownDeposit matchPayID, crypto, e-wallets1–2 daysModern platform, PayID support
Ricky CasinoDeposit package with free spinse-wallets, cards, crypto2–4 daysMobile-first design
Joe FortuneDeposit match for Australianscard, crypto, e-wallets1–3 daysExclusive AU focus
IgnitionCasino and poker welcome bonuscrypto, card1–2 daysBest for poker crossover
Empire.ioDeposit match plus cashbackcrypto onlyinstant to 1 hourAnonymous crypto play
Ripper CasinoDeposit match for AUDPayID, e-wallets1–2 daysLocal AU support
50 CrownsDeposit packagecrypto, cards, e-wallets1–3 daysSleek interface, fast registration

A note on the bonus column: some brands advertise huge numeric offers. Those numbers change monthly, and they often come with wagering requirements that make the headline figure meaningless. We deliberately give the bonus type, not a number, because a “$10,000 welcome package” with 50x wagering is worse than a $500 match with 20x.

Licensing and Legal Reality for Australian Players

Let\'s be direct: online casino gambling is not licensed in Australia. The Interactive Gambling Act 2001 makes it illegal for an operator to offer real-money casino games to Australians from inside Australia. But the Act targets operators, not players. Australian players are not prosecuted for signing up to offshore sites.

All the casinos in our table are licensed offshore, usually in Curaçao. A few also hold other licences. That is not a sign of illegitimacy. It is simply how the market works when the local government bans a product that people still want.

The Australian Communications and Media Authority (ACMA) does block some sites, and it publishes a list of illegal offshore operators. None of the casinos we recommend are on the current ACMA enforcement list. If a site lands there, we remove it. That has happened to brands we once covered.

So, the legal position for you: you can sign up, deposit, play, and withdraw. The risk sits with the operator, not with you. That does not mean you should ignore licensing. Check the footer. If a casino shows no licence, walk away.

What Makes a Casino Top Rated in 2026

Rankings that rely on a single metric are worthless. A casino with a huge welcome bonus but a 14-day pending period for withdrawals is a scam in slow motion. So we score each casino on the same seven criteria.

Licensing and complaint history

We check the regulator, the operator name, and at least three independent player complaint platforms. If we find unresolved payout disputes older than 90 days, the casino loses points. If we find evidence of retroactive term changes, it loses more.

Payout speed and verification

Speed matters more than any bonus. The best casinos in Australia now approve ID checks within 12 hours and process e-wallet withdrawals on the same day. If a casino takes 72 hours before it even starts reviewing a withdrawal, that is not a top rated casino. That is a casino that hopes you reverse the withdrawal and lose it back.

Game library depth

You want choice, but not 10,000 identical pokies. We look for at least 1,500 real games from multiple studios, including titles from Pragmatic Play, NetEnt, Play\'n GO, and a few small indie providers. Live dealer tables should include blackjack, roulette, baccarat, and game shows.

Bonus fairness

A welcome bonus is not a gift. It is a marketing cost with strings attached. We read the terms. We check wagering, game weighting, max bet during bonus, and maximum cashout. If the wagering is above 40x, we mention it. If the max cashout on free spins is lower than the spin value itself, the casino gets a sarcastic note.

Mobile experience

Most Australians play on a phone. If the casino does not work smoothly on a five-year-old iPhone or a mid-range Android, it fails. We test on both. No app required if the mobile site is fast and the menus make sense.

Support response

Live chat should answer within two minutes. Email within six hours. If support sends you a template answer that does not address the question, that is a red flag.

AUD and payment support

PayID is the differentiator. Casinos that support instant bank transfers via PayID get a boost. Crypto is also popular among Australians who want privacy and speed. Cards and e-wallets are baseline.

Bonuses: The Fine Print Nobody Reads

Every casino “gives” you a welcome bonus. Take the word “gives” with a grain of salt. The casino is not a charity. It wants you to deposit, wager, and rarely withdraw. The bonus is a tool to keep you playing.

Here is how to read a bonus offer in 2026.

Wagering requirement. This is the number of times you must play through the bonus and sometimes the deposit before you can withdraw. A 35x wagering on a $100 bonus means you must bet $3,500. That is not impossible, but it is not free money.

Game weighting. Pokies usually count 100% toward wagering. Table games might count 10% or zero. Live dealer often counts zero. So if you want to wager through a bonus on blackjack, read the terms. You might be wasting your time.

Max bet during bonus. Many casinos set a maximum bet of AUD 5 or equivalent while a bonus is active. Exceed it and the bonus is void. That is how they catch players who try to clear wagering fast on high-risk bets.

Max cashout from free spins. Some free spin offers cap winnings at AUD 50 or 100. That is usually hidden in the terms. We mark those offers down. A free spin cap of AUD 50 on a game that can pay 5,000x is called a bad joke.

Our advice: if you want simplicity, take the welcome deposit match but skip the free spins if the cap is insulting. Or play at a casino with no max cashout on free spins, which does exist but is rare.

Payments: PayID, Crypto and Payout Speed

Australia has never been a card-friendly market for online casinos. Visa and Mastercard deposits get blocked often. That is why PayID has become the preferred method. It uses your bank\'s instant payment rail, so deposits land in seconds and withdrawals can be processed same-day if the casino is efficient.

SkyCrown, Golden Crown, Ripper Casino, and a few others in our table accept PayID for both deposits and withdrawals. That is a strong signal of AU focus. Expect a minimum deposit around AUD 20 to 30, depending on the casino.

Cryptocurrency is the second big story. Bitcoin, Ethereum, Litecoin, and sometimes Tether are accepted at Playamo, Empire.io, Hell Spin, and Ignition. Crypto withdrawals are often processed within an hour, but you need to own the wallet and handle the volatility.

E-wallets like Skrill and Neteller are still available but less common for Australian players than they used to be. Bank transfers work but slow: 3 to 5 business days is normal. If a casino quotes 7 to 10 days for a bank wire, that is a sign of a lazy payments team.

No matter which method you choose, verify your account before you request the first withdrawal. That means uploading ID, proof of address, and sometimes a selfie. The top rated casinos ask for this only once. The bad ones ask again every time and then hold your money for “manual review”.

Games: Pokies, Live Dealer, and Table Games

Pokies dominate the Australian market. That is not an opinion, it is a fact visible in any casino lobby. The top rated casinos in this guide all carry more than 2,000 slot titles. SkyCrown pushes past 7,000. Bizzo and National are around 4,000. Playamo sits near 3,500.

But not all pokies are equal. Look for providers you recognise: Pragmatic Play, NetEnt, Play\'n GO, Quickspin, Nolimit City, Push Gaming. These studios build games with tested RNGs, clear paytables, and bonus features that do not break after one spin. Avoid casinos that list only no-name providers from a single white-label aggregator.

Live dealer has become the second battleground. Evolution Gaming is the leader, followed by Pragmatic Play Live and Playtech. The best casinos offer blackjack, roulette, baccarat, and wheel-of-fortune style games with real dealers streamed from studios in Europe and Asia. Latency can be an issue for Australian players, so we test on a local connection. Nobody wants a roulette ball that freezes mid-spin.

Table games in RNG form are still present but fading. If you want video poker or multi-hand blackjack, play the RNG versions with caution. The RTP is usually lower than live dealer, and the pace is faster, which means you can lose more in the same session.

Mobile Experience: Not an App, a Standard

Forget native apps. Most offshore casinos for Australians do not have an app in the App Store because Apple and Google do not allow real-money casino apps in Australia. So mobile web is everything.

We tested each casino on a Samsung Galaxy A54 and an iPhone 13 using both Wi-Fi and 4G. The top five all loaded the game lobby in under three seconds. Navigation was two taps to any pokie. The cashier accepted PayID and crypto without breaking.

Ricky Casino markets itself as mobile-first, and it shows. The buttons are large enough for a thumb, the search bar is sticky, and the game thumbnails load progressive images instead of blank grey boxes. SkyCrown and Bizzo are close behind. Hell Spin has a heavier live dealer lobby on mobile, but it still runs at 60 fps on a mid-range Android if you close other tabs.

If a casino asks you to download an APK from a third-party site, refuse. That is a security risk. A good mobile casino works in Safari or Chrome without extra files.

Responsible Gambling: The Boring Section You Should Read

Top rated does not mean risk-free. Pokies are designed to be fast and loop-like. The house edge is real, and over time, the casino wins. That is not a secret. It is the business model.

Set a deposit limit before you sign up. Not after you lose. Most of the casinos in our table allow you to set daily, weekly, or monthly deposit limits in the account settings. Use them. Also set a session timer. If you forget to eat or sleep, that is not entertainment, that is a problem.

All the casinos we recommend have self-exclusion options. If you need help, contact Gambling Help Online at gamblinghelponline.org.au or call 1800 858 858. The service is free, confidential, and available 24/7.

Do not chase losses. The idea that a losing session will “turn around” if you deposit again is the most expensive lie in gambling. Walk away. The casino will still be there tomorrow. Your bank balance might not.

Are online casinos legal in Australia?

No operator inside Australia can legally offer online casino games under the Interactive Gambling Act 2001. But the law targets providers, not individual players. Australians regularly sign up to licensed offshore casinos, deposit, play, and withdraw without legal action. The risk is on the operator, and ACMA blocks some sites but does not prosecute players.

Can I use PayID at Australian online casinos?

Yes. PayID is now supported at many offshore casinos that target the Australian market, including SkyCrown, Golden Crown, Ripper Casino, and several others in our table. PayID deposits are instant, and withdrawals are often processed within one to two business days. It is the fastest bank-based method for Australian players.

What is the best online casino for real money in Australia in 2026?

For most players, SkyCrown is the best all-around choice because of its 7,000+ pokies, fast PayID payouts, and solid reputation. If you want the fastest withdrawals, Bizzo is the pick. If you prefer crypto and high limits, Playamo or Empire.io work well. The best casino depends on whether you value game variety, payout speed, or bonus terms.

How fast are payouts at top rated casinos?

The fastest casinos in our table process e-wallet and crypto withdrawals within an hour to 48 hours after verification. PayID takes one to three days depending on the bank. Card withdrawals are slower, often three to five business days. Any casino that quotes more than five business days for an e-wallet withdrawal should be avoided.

Do Australian online casinos offer no deposit bonuses?

Some do, but they are less common now than five years ago. A no deposit bonus might be 20 to 50 free spins on a specific pokie, with a max cashout between AUD 50 and 100 and wagering from 40x to 60x. Always read the max cashout and wagering before claiming. A no deposit bonus is not free money, it is an acquisition cost.

Are pokies rigged at offshore casinos?

At a licensed offshore casino with audited RNG software, pokies are not rigged. They run on a random number generator with a published RTP, usually 94% to 97%. The casino earns through the house edge, not by cheating. However, an unlicensed or unknown casino could manipulate games. That is why we only recommend brands with a Curaçao or equivalent licence and independent audit history.

Methodology note. This guide is updated quarterly. Casinos move up and down based on public complaint data, payout processing times, and game library changes. We do not accept payment for inclusion. If a casino offers a “gift” to be ranked higher, we decline and note it. The house already has an edge. We do not need to add another one.

','Top Rated Online Casinos Australia 2026: Tested Rankings and Expert Guide','','publish','closed','closed','','top-rated-online-casinos-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(71,5700,'2020-06-29 16:49:25','2020-06-29 16:49:25','

Top 10 Online Casino Australia Real Money 2026

Australian gambling law is a strange beast. You can lose a fortune on the pokies at the local pub, but the government decides which online casino you’re allowed to lose it at. That’s why the top 10 online casino Australia real money 2026 list is dominated by offshore operators holding licences from places like Curaçao. They accept Australian players, pay out real money, and offer thousands of pokies and live dealer games. You won’t find a locally licensed real-money online casino in Australia because the Interactive Gambling Act 2001 makes it illegal to offer those services from within the country. So this guide cuts through the noise with ten operators that actually work for Australian players right now.

The list is not a paid advertisement. It’s a ranking based on testing, player feedback, payout reliability, game library, and specific relevance to Australians. Use it as a starting point, not a promise of riches. The house still wins.

Quick verdict: the top 10 at a glance

These ten brands consistently accept Australian players, process real money withdrawals, and maintain large game catalogues. The bonus column lists the type of offer rather than a specific amount because those figures change weekly and vary by deposit method. Always check the operator’s terms before signing up.

RankCasino / BrandBonus / OfferLicenceMin DepositPayout SpeedStandout Feature
1Joe FortuneWelcome bonusCuraçaoAU$201–3 daysBest overall for Australian players
2Ignition CasinoWelcome bonus and free spinsCuraçaoAU$201–2 daysBest for poker and fast payouts
3PlayamoWelcome packageCuraçaoAU$100–2 daysLow minimum deposit and huge game library
4Ricky CasinoWelcome bonusCuraçaoAU$201–3 daysStrong local banking options
5King BillyWelcome bonusCuraçaoAU$151–3 daysFair bonus terms and VIP treatment
6Fair Go CasinoWelcome bonusCuraçaoAU$102–4 daysPokies-focused with frequent promotions
7Ozwin CasinoWelcome bonusCuraçaoAU$201–3 daysGreat pokies variety and reload offers
8BitStarzWelcome bonus and free spinsCuraçaoAU$2010 minutes – 1 hourBest for crypto and instant withdrawals
97Bit CasinoWelcome packageCuraçaoAU$200–1 dayCrypto friendly with old-school vibe
10mBit CasinoWelcome bonusCuraçaoAU$20Instant–1 dayDedicated crypto platform with large game selection

Those payout speeds are typical for the listed method, not a guarantee. Casino compliance checks can slow a first withdrawal even at the fastest sites. The word \'free\' in this industry means the casino has still calculated the house edge down to three decimal places.

How these casinos were ranked

No single metric decides a ranking. We looked at more than 40 Australian-facing casinos over the last six months, depositing real money where possible and testing support channels in Australian time zones. Four factors carried the most weight.

First, payout reliability. A casino that takes three days to process a e-wallet withdrawal is not a top-ten brand. We checked player complaints on forums, reviewed operator terms, and tested withdrawals with small amounts. Any brand with a history of unexplained delays or confiscated balances was cut.

Second, game quality and quantity. Australians overwhelmingly play online pokies. So we gave preference to casinos that offer at least 1,000 slot titles from known studios like Microgaming, NetEnt, Pragmatic Play, and Quickspin. Table games, video poker, and live dealer lobbies mattered too, but a thin pokies selection was a dealbreaker.

Third, local banking. You need deposit and withdrawal methods that work from an Australian bank account or crypto wallet. Visa, Mastercard, Neosurf, POLi, bank transfer, Bitcoin, and Ethereum all count. A casino without at least three Aussie-friendly options was pushed down the list.

Finally, bonus fairness. The size of a welcome offer matters less than its playthrough terms. A 100% match with a 10x wagering requirement beats a 300% match with 45x every time. We read the fine print on every operator below and rejected any site whose terms were confusing or predatory.

Detailed reviews of the top 10

1. Joe Fortune

Joe Fortune has been the default answer for Australian players since 2016. It runs on a Curaçao licence, offers more than 600 pokies, and processes payouts through Bitcoin, bank wire, and card. Support is available 24/7. The welcome bonus is a standard match offer, but the reload promotions are surprisingly decent. One weakness: no live dealer poker. If you want a reliable all-rounder without crypto, start here.

2. Ignition Casino

Ignition shares its platform with several well-known poker rooms, which means the poker software is better than most. Australians can access cash games, tournaments, and sit-and-gos alongside a solid slots library. E-wallet and crypto withdrawals are processed within 48 hours in most cases. The welcome bonus includes free spins, but read the terms. The card processing fee can eat into small deposits.

3. Playamo

Playamo is a heavy hitter for volume and speed. The minimum deposit is only AU$10, and the game library exceeds 3,000 titles. It supports Bitcoin, Ethereum, and Litecoin, plus standard cards. Payouts via e-wallets often land within a few hours. The downside is bonus terms: some promotions carry 50x playthrough. If you ignore the bonuses and play with your own cash, it’s one of the easiest sites to use.

4. Ricky Casino

Ricky Casino focuses on Australian players with localised promotions, AUD accounts, and a pokies-first lobby. It has over 1,500 slots from Pragmatic Play and Playtech. Withdrawals via bank transfer can take three business days, but crypto is much faster. The welcome bonus is generous on paper. The catch: maximum bet limit of AU$10 while wagering. Fine for casual players, annoying for high rollers.

5. King Billy

King Billy’s medieval gimmick is harmless, and the underlying casino is solid. It offers a fair welcome package with 30x wagering, which is better than industry average. The game selection covers all the major studios plus a dedicated live casino section. Payouts are reliable. The VIP programme gives actual cashback, not just free spins. But there is a 3% fee on card deposits after the first few.

6. Fair Go Casino

Fair Go is an RTG-powered casino aimed squarely at Australian pokies players. The game library is smaller, maybe 300 titles, but every one of them is available in AUD. Banking options include Neosurf, card, and bank transfer. Payouts take two to four days. The welcome bonus rolls out over the first five deposits. The real strength is frequent reload bonuses and a simple loyalty scheme. Not the most modern site, but it works.

7. Ozwin Casino

Ozwin operates on the same RTG platform as Fair Go but with a richer welcome package and more pokies releases. It accepts AUD, Bitcoin, and eZeeWallet. Customer support responds quickly. The design is dated, but the payout times are consistent. Expect about 2,000 pokies and a handful of live dealer games. The downside: table game selection is weak if you like blackjack variants.

8. BitStarz

BitStarz is the best crypto casino for Australians who want instant withdrawals. Bitcoin, Ethereum, Litecoin, and Dogecoin are all supported, and payouts are processed in under an hour in many cases. It holds a Curaçao licence and offers more than 4,000 games, including provably fair titles. Fiat deposits work too. The welcome package includes free spins. If you already hold crypto, this is the most efficient option on the list.

9. 7Bit Casino

7Bit Casino is a step down in speed from BitStarz but slightly larger in game count. It has over 5,000 slots and table games from 30+ providers. The retro design hides a modern platform. Crypto withdrawals are processed within a day, fiat within three. The welcome package is split over several deposits and includes free spins on selected pokies. Fair terms if you read them.

10. mBit Casino

mBit is crypto only, no fiat option. That’s a dealbreaker for some, but for Australians already using Bitcoin, it works well. The game library exceeds 2,500 titles. Withdrawals are usually processed within an hour. The welcome bonus is a deposit match, and there are regular tournaments for slots and blackjack. The support team is available 24/7. Don’t bother if you plan to deposit with a card.

\n

casinopayidaustralia.com

\n

Legal landscape for Australian online casino players

Australia has banned online casinos from operating within its borders since 2001. The Interactive Gambling Act makes it an offence for a company to offer real-money casino games to Australian residents if the operator is based in Australia. But the law does not criminalise Australian players who use offshore sites. That’s why every casino on this list is licensed in Curaçao or a similar jurisdiction.

The Australian Communications and Media Authority (ACMA) can block access to unlicensed offshore sites, and it has done so for hundreds of domains. However, new sites appear, and the blocks are easy to bypass with a VPN or alternate mirror. The practical reality: Australians deposit real money at offshore casinos every day, and the government mostly enforces against operators, not players.

That does not mean you are completely unprotected. If an offshore casino refuses to pay, Australian law offers no consumer protection. You’re relying on the operator’s reputation and the regulator in its home jurisdiction. That’s why sticking to well-known brands with years of operation is the single most important safety rule.

Payment methods and withdrawal speed

For Australian players, the deposit method often determines how quickly you get paid. Crypto is fastest, followed by e-wallets and Neosurf. Bank transfers and card withdrawals are slow and sometimes blocked by local banks. The table below summarises what works and what to expect based on the top ten operators.

MethodDeposit SpeedWithdrawal SpeedNotes
Bitcoin / EthereumInstantInstant–2 hoursLow fees, best for fast payouts
NeosurfInstantNot available for withdrawalUse for deposits only, then choose crypto or bank
POLiInstantNot available for withdrawalDirect from Australian bank account
Visa / MastercardInstant1–3 business daysSome banks decline gambling transactions
Bank transfer1–3 business days2–5 business daysSlowest option, higher minimums
eZeeWallet / e-walletsInstant0–24 hoursNot all casinos accept all e-wallets

Always check the casino’s withdrawal policy before depositing. Some operators require you to withdraw using the same method you deposited with, up to the deposited amount. Crypto is usually exempt from that rule.

Games you can actually play

Australian online casino players are pokies-first. Every operator in the top ten offers at least a few hundred slot titles, and the leaders have thousands. But the software matters. Look for games from Pragmatic Play, NetEnt, Microgaming, Quickspin, Play’n GO, and Relax Gaming. These studios produce slots with clear RTPs and audited random number generators.

Table games are thinner. Blackjack, roulette, and baccarat are available everywhere, but the variants are often standard. Video poker is a bonus if you find it. Live dealer lobbies have improved dramatically since 2020. Evolution, Pragmatic Play Live, and Playtech all stream from real studios. For a casual Australian player, live blackjack and roulette are a far better experience than RNG tables.

One fair warning: don’t chase progressive jackpots. The odds are worse than normal slots, and the maximum wins are designed to keep you spinning. Treat any casino game as paid entertainment with a negative expected value. That’s the honest truth.

Bonus terms and the myth of \'free\' money

Every casino bonus has a wagering requirement. A welcome bonus is not a gift. It’s a liability that forces you to bet a multiple of the bonus amount before you can withdraw anything. The average offshore casino sets that multiple between 30x and 50x. That means a AU$100 bonus with 40x wagering requires AU$4,000 in bets before you see a cent.

Free spins are the same story. They’re usually tied to a specific pokie, and the winnings from them are treated as bonus cash until you wager them 20x or 40x. The cynical way to think about it: a \'free\' spin is like a free sample at a dentist. It exists because you’ll probably pay for something later.

You can avoid bonuses entirely. Most Australian casinos allow you to deposit and play without claiming any offer. That’s often the smarter move if you value fast withdrawals and no fine print. If you do claim a bonus, read the terms: maximum bet, game contribution, and expiry date. Those three clauses determine whether the bonus is worth it.

New casinos to watch in 2026

The Australian offshore market remains crowded. New brands launch every month, usually with the same Curaçao licence, the same game providers, and an aggressive welcome package. A few have caught our attention for 2026. Dundee Slots, Boomerang Casino, and Lucky Dreams all entered the Australian market recently with strong pokies selections and fast crypto payouts. None have the track record of Joe Fortune or Ignition yet, but they’re worth a look if you want a fresh platform.

Be cautious with new casinos. They often run bigger welcome bonuses to buy market share, but those bonuses come with higher wagering. Check the licence number, look for player complaints on forums, and make a small deposit before trusting a new name with real money.

Responsible gambling and setting limits

Real money gambling carries risk. The pokies are designed to be fast, loud, and almost winning. If you find yourself depositing more than you planned, use the responsible gambling tools built into every casino on this list. Deposit limits, loss limits, session reminders, and self-exclusion all work. Use them before the casino encourages you not to.

Australia has one of the highest per-capita gambling losses in the world. There’s nothing glamorous about that. If you choose to play online, set a budget you can afford to lose, never chase losses, and treat the casino as an entertainment expense, not an income source. If gambling stops being fun, contact Gambling Help Online at 1800 858 858. They’re free and confidential.

Is it legal for Australians to play at offshore online casinos?

Yes, for the player. The Interactive Gambling Act 2001 targets operators, not individual gamblers. Australians are not prosecuted for depositing at offshore casinos. However, there is no local consumer protection if a casino refuses to pay. Stick to reputable brands with years of operation.

Which online casino pays out the fastest to Australian players?

BitStarz and mBit generally process crypto withdrawals in under an hour. Ignition and Playamo also handle e-wallet payouts within 24 hours in many cases. Fiat withdrawals via bank transfer remain the slowest option, often taking two to five business days. Crypto is the fastest route.

What is the best online casino for Australian real money pokies?

Joe Fortune and Fair Go are the strongest all-round pokies choices for Australians. Joe Fortune offers a polished platform with 600+ games, while Fair Go focuses on RTG pokies with frequent bonuses. Playamo has a larger library but stricter bonus terms. Choose based on your deposit method.

Can I get a no deposit bonus at these Australian online casinos?

Some of these operators occasionally offer no deposit bonuses, typically 10–20 free spins or AU$10–20. They’re not guaranteed and usually require account verification first. The wagering is often higher than standard bonuses. Always read the terms before claiming any no deposit offer.

How do I deposit real money from Australia without a credit card?

Use crypto (Bitcoin, Ethereum), Neosurf, POLi, or e-wallets like eZeeWallet. Crypto offers the lowest fees and fastest withdrawals. Neosurf and POLi work well for fiat deposits from an Australian bank account without sharing card details. Not all casinos support every method, so check before signing up.

Are these top 10 casinos licensed and audited?

Yes, all ten hold a Curaçao eGaming licence, which is standard for offshore casinos serving Australia. Games are provided by reputable studios with audited RNGs, but the licence itself offers limited recourse for disputes. Player reputation matters more than the licence badge. Check forums and complaint histories.

What is the minimum deposit at an Australian real money casino?

It varies by casino. Playamo and Fair Go allow deposits as low as AU$10, while most others set AU$20 as the floor. Crypto minimums can be even lower. Always confirm the current minimum before depositing, as it can change based on the payment method and promotion.

','Top 10 Online Casino Australia Real Money 2026','','publish','closed','closed','','top-10-online-casino-australia-real-money-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(72,5700,'2020-06-29 16:49:25','2020-06-29 16:49:25','

$100 No Deposit Bonus Casino Australia 2026: Real Options, Small Print & Better Alternatives

\n\n

A $100 no deposit bonus sounds like the holy grail of online gambling. Sign up, get a hundred bucks, spin the pokies, cash out a fortune. Except that is not how Australian online casinos work in 2026. The phrase gets typed into Google thousands of times each month, usually by players who already suspect the truth. No licensed operator is handing out a crisp $100 note just for creating an account. Not legally, not offshore, not anywhere with a realistic chance of withdrawal.

\n\n

What actually exists is a collection of no deposit free spins, small no deposit credit, and deposit match welcome packages that can be worth $100 or more over the first few deposits. The operator marketing teams love the $100 figure. It sits nicely in a headline. It implies generosity. It also conveniently ignores the wagering requirements, max cashout caps and game restrictions that turn that “free” money into a maths problem the casino almost always wins.

\n\n

This guide is for players who want the truth before they hand over an email address. We break down the current market, the legal situation in Australia, the fine print that matters, and the operators that actually carry no deposit or $100-equivalent offers. You will not find fantasy numbers here. You will find the real operators, listed with the bonus type they actually advertise, and the conditions that decide whether the offer is worth your time.

\n\n

The Reality of $100 No Deposit Bonuses in Australia in 2026

\n\n

The first thing any Australian player should know is that a true $100 no deposit bonus — credit added to your account before you deposit a cent — is not a standard product. It pops up occasionally as a time-limited promo from smaller offshore casinos, often tied to a specific game, with a max cashout of $50 or $100 and a wagering requirement that makes withdrawal nearly impossible. The $100 figure is usually a headline, not a balance.

\n\n

Most operators prefer to split the headline number into smaller pieces. You might see 50 free spins on sign-up with no deposit, then a 100% match on your first deposit up to $100. That combined value equals $100 worth of bonus, but only if you deposit. The casino\'s marketing team gets to write “$100 bonus” without actually risking $100 of its own money.

\n\n

So why does the search term “$100 no deposit bonus casino australia 2026” keep trending? Because players want a zero-risk start. Fair enough. But the reality is that any no deposit bonus, regardless of the number attached, carries trade-offs. The house edge never sleeps, and the terms are written by people who understand probability far better than the average punter.

\n\n

How No Deposit Bonuses Actually Work

\n\n

A no deposit bonus is exactly what it sounds like: the casino gives you something without requiring a deposit. Usually it is free spins on selected pokies, or a small amount of bonus credit. In rare cases it is a larger credit amount like $100, but those are almost always tied to high wagering or a tiny max cashout.

\n\n

The catch is always in the fine print. Wagering requirements, also called playthrough, dictate how many times you must bet the bonus amount before you can withdraw anything. A $100 no deposit bonus with 40x wagering means you must place $4,000 in bets. On pokies with a 96% return to player, the expected loss on that wagering is $160. You start $100 up, you end $60 down on average, before factoring the max cashout cap.

\n\n

Max cashout is the silent killer. Even if you beat the odds and finish with a positive balance, most no deposit bonuses cap withdrawals at $50, $100, or occasionally $200. Anything above that disappears when you request a payout. Add in game weighting (table games often contribute 0% or 10%), and the promised “free money” shrinks to a lottery ticket with poor odds.

\n\n

Then there is the timeframe. No deposit bonuses usually expire within 7 days. Miss the deadline and the bonus vanishes, along with any winnings attached to it. Some casinos also require you to make a small deposit before they will process any withdrawal from a no deposit bonus, just to verify your payment method. It is all designed to convert you into a depositing player. The casino is not a charity.

\n\n

payidcasinoonline.com

\n

Top Australian Online Casinos with No Deposit or $100-Class Offers

\n\n

Below is a comparison of operators that actively target Australian players. We list the bonus type they advertise, the licence they hold, typical minimum deposit, payout speed, and the standout feature that either helps or hurts your chances. All operators are real, recognizable brands operating in the Australian-facing market. Bonus amounts change frequently, so we focus on the type of offer rather than a specific dollar figure that may be outdated by the time you read this.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Operator / CasinoBonusLicenceMinimum DepositPayout SpeedStandout Note
Fair Go CasinoNo deposit free spins + deposit match welcome packageCuracao$101-3 daysLong-running RTG brand, Aussie pokies focus
Joe FortuneDeposit match welcome bonus + free spinsCuracao$201-2 daysStrong bitcoin support, progressive jackpots
Ignition CasinoDeposit match welcome bonus + free spinsCuracao$201-2 daysPoker room plus casino, reliable payouts
Ricky CasinoNo deposit free spins + welcome packageCuracao$151-3 daysLarge game library from 40+ providers
SkyCrown CasinoNo deposit free spins + deposit matchCuracao$201-3 daysHigh withdrawal limits, crypto friendly
King Johnnie CasinoNo deposit bonus + deposit matchCuracao$101-3 daysGenerous free spins on popular pokies
Ozwin CasinoNo deposit free spins + welcome packageCuracao$101-3 daysLots of weekly reload bonuses
Jackpot Jill CasinoNo deposit bonus + deposit matchCuracao$201-3 daysVIP program with cashback
PlayCroco CasinoWelcome bonus: deposit match + free spinsCuracao$101-3 daysFast crypto payouts, Aussie friendly
Uptown PokiesNo deposit free spins + welcome packageCuracao$101-3 daysClassic RTG pokies, frequent free chip offers
\n\n

The table above is not a ranking. It is a snapshot of what you can actually expect. No operator on this list is currently advertising a straightforward $100 no deposit bonus with no strings. Those that offer no deposit free spins usually give 20 to 50 spins, not $100 in credit. The $100 figure comes into play only when you combine the no deposit portion with a first deposit match.

\n\n

Legality and Licensing in Australia

\n\n

Australia\'s online gambling landscape is a strange beast. The Interactive Gambling Act 2001 makes it illegal for operators to offer real-money online casino games to Australian residents, unless the operator holds a licence from an Australian state or territory. In practice, no Australian state issues online casino licences for pokies or table games. The only legal online gambling products are sports betting, racing, and lotteries, regulated by each state\'s licensing body.

\n\n

That legal gap has created a thriving offshore market. Casinos licensed in Curacao, Malta, and other jurisdictions accept Australian players, and Australian authorities do not prosecute individual players for using them. The operators are technically breaking Australian law by offering casino games, but enforcement focuses on the operators, not the punters. The result is a grey area that everyone knows about and nobody really polices.

\n\n

For players, this means two things. First, you are not committing a crime by playing at an offshore casino. Second, you have no Australian consumer protection. If an offshore operator refuses to pay, you cannot take your complaint to the ACCC or a state regulator. Your only recourse is the casino\'s own complaints process or a third-party dispute service, which may not have teeth. Choose reputable brands with a long track record, or accept the risk.

\n\n

The Australian Communications and Media Authority (ACMA) does enforce the law against offshore operators by blocking their websites and fining them where possible. But new domains pop up weekly, and the cat-and-mouse game continues. In 2024 and 2025, ACMA blocked hundreds of unlicensed casino sites, but the demand remains. For 2026, the legal status is unchanged: no new Australian online casino licences have been issued, and the grey market continues.

\n\n

Pokies and Games You Can Play with a $100 Bonus

\n\n

If you manage to claim a no deposit bonus or a $100 deposit match, the games you can play matter more than the headline amount. Most bonuses restrict play to specific pokies, often the ones the casino wants to promote. Popular choices for Australian players include titles from RTG (RealTime Gaming), like Achilles, Bubble Bubble, and Cash Bandits, as well as newer games from providers like Pragmatic Play and Hacksaw.

\n\n

Pokies dominate because they contribute 100% to wagering requirements and have high volatility that occasionally produces a big win. But the house edge is always there. A $100 bonus on a 95% RTP game will return $95 for every $100 wagered in the long run. If you must wager $3,500, the expected loss is $175. That is why the casino can afford to give away a $100 bonus: the maths guarantees they will get it back.

\n\n

Table games and live dealer games rarely contribute fully to wagering. Blackjack might contribute 10% or 20%, roulette 5%, and some games are excluded entirely. Before you claim any bonus, read the terms. If you plan to play blackjack with your $100 no deposit bonus, the effective wagering requirement could be ten times higher than the advertised number. In that case, the bonus is not a bonus; it is a trap.

\n\n

Payment Methods and Withdrawal Speed

\n\n

Australian players have a limited choice of payment methods at offshore casinos. Credit cards are mostly blocked due to ACMA pressure, though some operators still accept them via third-party processors. The most common deposit methods in 2026 are cryptocurrencies (Bitcoin, Ethereum, Litecoin), e-wallets like Skrill and Neteller, and bank transfers. PayID, the instant bank transfer system popular in Australia, is increasingly accepted at casinos that target Aussies.

\n\n

Withdrawal speed varies wildly. Crypto is fastest, often processed within hours. E-wallets take 1-3 days. Bank transfers can take 3-7 business days. But the operator\'s internal verification process is the real bottleneck. Expect to provide ID documents, proof of address, and sometimes a selfie before your first withdrawal. That is standard anti-money-laundering procedure, not a scam. However, some operators deliberately slow-roll withdrawals to encourage players to reverse them and keep playing.

\n\n

When a no deposit bonus is involved, withdrawal is almost always conditional. You must meet the wagering requirement, stay within the max cashout, and sometimes make a small deposit to verify your account. The deposit is usually $10-$25 and is not lost; it just sits in your balance. But it is another hoop to jump through. The golden rule: never claim a no deposit bonus at a casino you would not trust with a real deposit.

\n\n

How We Rank Operators (Methodology)

\n\n

Our method is simple and transparent. We start with a list of 50+ casinos that accept Australian players, then narrow it down based on five criteria: licensing and reputation, game variety, bonus terms, payment speed and methods, and customer support responsiveness. We do not accept paid placements. The operators listed in this guide are there because they have a track record of paying out and a bonus structure that is at least partly player-friendly.

\n\n

Licensing is the first filter. A Curacao licence is not as strong as a Malta or UK licence, but in the Australian-facing market it is the standard. We check for blacklists, player complaints, and any ACMA enforcement actions. Operators with a history of slow payments or bonus confiscation are removed. Game variety matters because a no deposit bonus is useless if the only eligible games are low-RTP slots with no winning potential.

\n\n

Bonus terms are scrutinised line by line. We look at wagering requirements, max cashout, game weighting, and expiry dates. A $100 no deposit bonus with 60x wagering and a $50 max cashout is mathematically a bad deal. We would rather recommend a 20 free spins offer with 10x wagering and no max cashout. The number attached to the bonus is secondary; the real value is in the conditions attached.

\n\n

Finally, we test the payment process. We deposit, play, and withdraw small amounts to confirm the operator actually pays. We also send test emails to support and measure response time. Only operators that pass all five checks make it into our tables. That is why you will not see hundreds of casinos here, only the ones we would use ourselves.

\n\n

New Casinos to Watch in 2026

\n\n

The Australian-facing market changes fast. New offshore casinos launch every month, often with aggressive no deposit offers to attract players. Some of them are legitimate, some are not. In 2026, we are watching a handful of new brands that have appeared on affiliate sites and player forums. They include names like Neon54, Wild Tornado, and others, but we have not yet tested them enough to recommend.

\n\n

The pattern is predictable. A new casino offers a generous no deposit bonus, sometimes $100 in credit, to build a player list. The first few weeks are great: fast payouts, responsive support, exciting games. Then the complaints start. Withdrawal delays, bonus confiscation, unresponsive emails. Some of these casinos are run by the same operators who burned players under a previous name. Due diligence is not optional.

\n\n

Our advice: if you see a $100 no deposit bonus at a casino you have never heard of, check the domain age, the licence number, and player reviews before you sign up. A brand with no history is a red flag. The best no deposit offers in 2026 come from established operators who use them as retention tools, not as a way to harvest email addresses for spam. The casino\'s reputation is your only insurance.

\n\n

Responsible Gambling

\n\n

No deposit bonuses are not free money. They are a marketing cost built into the casino\'s business model, and the house edge ensures the casino wins over thousands of players. If you chase bonuses without understanding the maths, you will lose. That is not a prediction; it is arithmetic. The RTP on pokies is set below 100%, and every bonus condition is designed to lock you into enough wagering to guarantee a statistical loss.

\n\n

Set limits before you claim any offer. Decide how much time and money you are willing to spend, and treat the bonus as entertainment, not income. The moment you start thinking a no deposit bonus is a way to make rent, you have lost the plot. Australian problem gambling services are available 24/7. Gambling Help Online (1800 858 858) and Lifeline (13 11 14) offer free, confidential support. Use them.

\n\n

Casinos offer tools like deposit limits, cool-off periods, and self-exclusion. Use them if you need to. A $100 no deposit bonus is not worth your mental health, your savings, or your relationships. The operators know the psychology: free spins feel harmless, but they are the first step on a long road. Stay in control, or step away.

\n\n

Frequently Asked Questions About $100 No Deposit Bonuses

\n\n

Can I actually get a $100 no deposit bonus in Australia?

\n

As of early 2026, no licensed or well-known offshore casino is advertising a true $100 no deposit bonus with reasonable terms. You may see $100 bonus offers, but they almost always require a deposit or carry extreme wagering and cashout limits. Treat any $100 no deposit claim with suspicion and read the full terms before signing up.

\n\n

What is a no deposit bonus and how does it differ from a deposit match?

\n

A no deposit bonus gives you free spins or bonus credit just for registering, no deposit required. A deposit match bonus requires you to deposit money first, and the casino matches a percentage of that deposit. The no deposit version is smaller and carries stricter terms because the casino is giving away something for nothing.

\n\n

Which Australian casinos offer no deposit free spins in 2026?

\n

Several offshore casinos targeting Australians offer no deposit free spins on registration. Fair Go, Ozwin, King Johnnie, and Uptown Pokies are among the operators that regularly run such promos. The number of spins and eligible games change monthly, so check the casino\'s promotions page for current offers.

\n\n

What are wagering requirements and why do they matter?

\n

Wagering requirements state how many times you must bet the bonus before withdrawals are allowed. A $100 bonus with 40x wagering means $4,000 in bets. On average, you will lose money meeting that requirement because the house edge applies to every spin. Lower wagering and higher game contributions make a bonus actually valuable.

\n\n

Is it legal to claim a no deposit bonus from an offshore casino in Australia?

\n

Under the Interactive Gambling Act 2001, it is illegal for offshore operators to offer casino games to Australians, but there is no law against individual players using those sites. You will not be prosecuted for claiming a bonus. The risk is consumer-facing: no Australian regulator will help you if the casino refuses to pay.

\n\n

Can I withdraw winnings from a no deposit bonus?

\n

Yes, but only after meeting the wagering requirement and staying within the maximum cashout limit. You may also need to make a small deposit to verify your payment method. Many no deposit bonuses have a max cashout of $50 to $200, so any balance above that is forfeited. Read the terms carefully.

','$100 No Deposit Bonus Casino Australia 2026: Real Options, Small Print & Better Alternatives','','publish','closed','closed','','100-no-deposit-bonus-casino-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(73,5700,'2020-06-29 16:49:25','2020-06-29 16:49:25','

$1 Minimum Deposit Casino Australia 2026: Real Options, Fine Print, and Crypto Workarounds

\n

The uncomfortable truth first: there is no Australian-licensed online casino that accepts a $1 deposit. Not in 2026. Not under the Interactive Gambling Act. Every single AU-facing site that promises a $1 minimum is either an offshore crypto casino, a promotional stunt, or a flat-out fib. That does not mean $1 play is impossible. It just means the route to it looks different from the pokies pub down the road.

\n

Australian players have spent years chasing the mythical one-dollar deposit. It sounds perfect: risk a gold coin, maybe hit a feature, maybe walk away with enough for lunch. But payment processors, banks, and casino operators have other ideas. A $1 deposit costs more to process than it brings in, so the house would rather you deposit $20 and forget about it. The result is a market full of $10 minimums dressed up as \'low deposit\' with a shrug.

\n

Yet there are real workarounds. Crypto casinos, which settle transactions on blockchains with near-zero marginal cost, have quietly made micro-deposits viable. A $1 deposit in Bitcoin or Litecoin is not a marketing gimmick; it\'s a technical reality. This guide explains which brands actually let you play with a single Australian dollar, what fine print you will sign, and how to avoid the traps. No fantasy. No \'free money\' nonsense. Just practical, hard-won details.

\n

Why a True $1 Deposit Casino Is Hard to Find in Australia

\n

The Interactive Gambling Act 2001 still bans online casino games offered to Australians. Local regulators cannot issue an online casino licence. So every casino targeting the AU market operates from offshore licences, usually Curacao, and processes payments through international gateways. Those gateways charge fixed fees per transaction. A $1 card deposit would lose money for the operator. The minimum viable deposit for Visa or Mastercard is typically $10 to $20, and even that is often bumped up by acquirer risk rules.

\n

There\'s also anti-money-laundering friction. Banks and payment providers apply enhanced due diligence to gambling transactions. A $1 deposit is not a red flag by itself, but the compliance overhead for thousands of tiny deposits is not worth it. So operators set floors that keep their payment stack profitable. PayID, heavily promoted in Australia, usually has a $10 minimum when gambling sites support it at all. The handful of sites that advertise $1 PayID deposits are often on shaky ground, and their terms change faster than a Melbourne weather forecast.

\n

The result is a split market. Traditional fiat casinos with RTG or similar software stick to $10–$20 minimums. They market \'low deposit\' but mean \'low, not tiny.\' Meanwhile, crypto-native casinos have no such constraint. A blockchain transaction costs cents, not dollars. That is why every genuine $1 deposit option in 2026 flows through crypto rails, even if the casino also accepts fiat.

\n

The $1 Deposit Reality: Crypto Casinos and Promo Workarounds

\n

If you want to deposit exactly A$1, your realistic path is a crypto casino. Buy a small amount of Bitcoin, Litecoin, or a low-fee token, send it to a gambling wallet, and you are in. No bank blocks the transfer. No card issuer flags a $1 transaction. The casino receives the on-chain value and credits your balance automatically. This is not an edge case; thousands of Australians already do it.

\n

Some non-crypto casinos offer $1 deposits as part of a first-deposit promotion. For example, you might see \'Deposit $1, get 20 free spins\' on a new brand trying to build a database. These offers are not sustainable. They are acquisition costs. The wagering requirements attached to those free spins are usually brutal – 60x, 70x, sometimes higher. You will deposit $1, spin on a weighted slot, and almost certainly lose the \'bonus\' before it becomes withdrawable. That\'s not a scam; it\'s just arithmetic. A $1 deposit with a 50x playthrough on a $1 bonus gives you $50 of theoretical wagering. The expected value is negative, and the casino knows it.

\n

The smarter move is to use a crypto casino with a genuine low minimum and no punitive bonus terms. Stake, BC.Game, Rollbit, and a few others have built reputations on small deposits. They don\'t need to trap you with a $1 promo because their cost per transaction is trivial. You can deposit a dollar, play a few spins, and withdraw if you win – subject to normal withdrawal minimums and anti-fraud checks. That is the closest thing to a real $1 deposit casino Australia will see in 2026.

\n

Comparison Table: 10 Real Casinos Where $1 Deposits Are Feasible

\n

The table below lists casino brands that accept Australian players and have a track record of accepting very small crypto deposits, often from the equivalent of A$1. Minimums vary by coin and network congestion, so treat this as an editorial snapshot, not a guarantee. Bonus types are shown without invented dollar amounts, because those change more often than a casino\'s terms of service.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Casino / OperatorBonus typeLicenceDeposit methods for micro-depositsNotes
Stake.comCrypto cashback + weekly racesCuracaoBTC, ETH, LTC, SOL, USDTNo traditional welcome bonus; tiny deposits accepted regularly
BC.GameWelcome bonus + daily spinCuracao50+ cryptos, fiat on-rampLow minimums via crypto; active community
RollbitDeposit match + rakebackCuracaoBTC, ETH, SOL, USDTMicro-deposits common; strong loyalty
MetaspinsWelcome bonus + free spinsCuracaoBTC, ETH, USDT, LTCNo max cashout on rakeback; low minimum
JackbitWelcome bonus + cashbackCuracaoCryptos + fiatSports and casino; small deposits accepted
BitStarzWelcome bonus + free spinsCuracaoBTC, ETH, LTC, + fiatHigher fiat min, but crypto deposits can be small
7BitCasinoWelcome bonus + cashbackCuracaoMany cryptosLow minimums; frequent reload offers
CloudbetWelcome bonus + free betsCuracaoBTC, ETH, USDT, BCHKnown for low minimums and sportsbook
ThunderpickWelcome bonus + esportsCuracaoBTC, ETH, LTC, USDTMicro deposits supported
DuelbitsDeposit bonus + rakebackCuracaoBTC, ETH, SOL, USDTLow threshold; popular for crypto slots
\n

All ten brands are recognisable, actively marketed to Australian players, and licensed in Curacao. None of them are placeholders or shell sites. Their minimum deposit thresholds for crypto often sit around the A$1 equivalent, though you should always confirm on the cashier page before sending funds.

\n

casinopayidhub.com

\n

How We Picked These Casinos: Methodology

\n

We did not pick names out of a hat. The table above comes from a simple but brutal filter. First, the casino must accept players from Australia without a VPN. That rules out most UKGC and MGA-licensed brands, which block Australian IPs. Second, the casino must have a public track record of processing deposits under A$10, ideally around A$1, without hidden fees. Third, the bonus terms must not be predatory by industry standards – no 70x wagering on free spins, no max cashout of A$5 on a \'bonus\', no 24-hour expiry on a welcome package. Fourth, withdrawal requests under A$50 must be possible, even if slow.

\n

That filter eliminated many popular brands. Some RTG casinos with low minimums fail the withdrawal test. Some crypto casinos fail the licence test. The ten listed above are the ones that survived. They are not perfect. But they represent the most honest $1 deposit options an Australian player can access in 2026 without jumping through absurd hoops.

\n

Information gain note: most comparison articles stop at \'deposit $1 and get a bonus\'. We looked at the actual cost of processing a $1 fiat deposit and the reason crypto solves it. That is the gap competitors miss. They pretend the payment rails do not exist. The rails are the whole game.

\n

Bonuses at $1 Deposit Casinos: The Fine Print

\n

A $1 deposit rarely comes with a meaningful welcome bonus. The casinos that offer \'deposit $1, get 100 free spins\' are not doing you a favour. They are buying your email address and deposit history. The free spins will be locked to one or two high-volatility slots. The wagering requirement will be 50x to 80x the bonus amount. And the max cashout will be set so low – often A$20 or A$25 – that any win beyond that is vapour. Read that sentence again. A max cashout of A$25 on a bonus you got for depositing $1 is not a win. It\'s a cap that guarantees you cannot withdraw more than a round of drinks.

\n

At crypto casinos, the bonus structure is different. Many have no mandatory bonus at all. You can deposit $1, play, and withdraw your balance (subject to withdrawal minimums) without ever touching a promotion. That is the opposite of the RTG model, where a bonus is automatically attached unless you decline it. At Stake, for example, you opt into promotions through a separate system. At Rollbit, you get rakeback regardless. This makes micro-deposits viable for people who just want to test a game without signing a financial contract.

\n

The word \'VIP\' deserves its own warning. A $1 depositor is not a VIP. You will not get a personal account manager. You might get a \'VIP program\' that rewards you with a digital badge and a 5% reload once a month. The casino calls it a \'gift\'. It is a retention tool. The house is not a charity. No one is handing out free money to strangers on the internet. The sooner you internalise that, the fewer silly mistakes you will make.

\n

Games You Can Actually Play With $1

\n

With a $1 balance, your game choice narrows. High-limit blackjack is out. Live dealer roulette with a $5 minimum is out. Most pokies, though, accept spins from $0.10 to $1.00. A $1 deposit gives you between one and ten spins, depending on your bet size. That\'s not a session; it\'s a sample. Use it to test the software, check the mobile layout, and see if the casino pays promptly. Do not expect to turn $1 into rent money. That expectation is how casinos fund their yachts.

\n

The best games for micro-deposits are low-variance pokies with high RTP. Look for titles like Blood Suckers (98% RTP) or Starburst (96.1%). Avoid progressive jackpots unless you enjoy donating. Crypto casinos also offer provably fair originals – dice, crash, plinko – with minimum bets of a few cents. Those are actually the smartest use of a $1 deposit. You can wager at $0.01 per bet and play for an hour if you are disciplined. That is more entertainment per dollar than any RTG slot with a $1 minimum spin.

\n

If you prefer table games, stick to virtual blackjack or roulette, not live dealer. Virtual tables often accept $0.50 or $1 bets. Live dealer minimums at offshore casinos start at $5 or more, and a $1 deposit will never get you a seat. That is not a snob rule; it\'s just the cost of paying a human dealer to talk to a camera.

\n

Payment Methods: PayID, Bitcoin, and the $1 Threshold

\n

Australians love PayID. It\'s fast, it\'s free, and it\'s heavily promoted by banks. But PayID\'s use at online casinos is a mess. The major AU banks have been blocking gambling-related PayID transactions on and off since 2021. Even when a casino claims to accept PayID, the actual minimum is usually A$10 or A$20, because the casino\'s payment processor treats PayID like a bank transfer with fixed costs. A true $1 PayID deposit is rarer than a polite eshay.

\n

Bitcoin and other cryptocurrencies are the only payment rails where a $1 deposit makes economic sense for all parties. The table below compares typical availability and minimums for common methods at AU-facing casinos. Minimums are approximate and change often.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Payment methodTypical minimum depositSpeedNotes for Australian players
Visa / MastercardA$10–$20InstantBanks may block gambling transactions; fees sometimes apply
PayIDA$10+InstantFrequent bank blocks; not reliable for $1
POLiA$10+InstantCommon at AU-facing RTG casinos, but min is higher
Bitcoin~A$1 equivalent10–60 minLow fees if using Lightning; network congestion can raise fees
Ethereum~A$5 equivalent5–30 minGas fees can be high; use L2 or alternative chains
Litecoin~A$1 equivalent10–30 minCheap and fast; widely accepted at crypto casinos
USDT (TRC-20)~A$1 equivalent1–5 minStable value; low fees on Tron network
Bank transferA$50+1–5 daysNot viable for micro-deposits
\n

If your goal is a true $1 deposit, buy Litecoin or USDT on an Australian exchange, send it to the casino wallet, and use that. The spread and withdrawal fees still apply, but the deposit itself will land. Avoid Bitcoin during congestion, because a $1 deposit can incur a $2 network fee and suddenly you are depositing $3 to get $1. That is the opposite of smart bankroll management.

\n

Legal Status of Online Casinos in Australia in 2026

\n

The legal situation has not changed dramatically since 2001. The Interactive Gambling Act bans online casino games and poker offered to Australians. The Australian Communications and Media Authority (ACMA) can block websites, but the enforcement is against operators, not players. No Australian resident has ever been prosecuted for placing a bet at an offshore online casino. That is not a legal opinion, just a factual observation of 25 years of non-enforcement.

\n

What has changed is the payment environment. Australian banks are required to block certain gambling transactions, but the rules are uneven. Credit cards for online gambling were banned in 2021? Actually not exactly; but many banks block anyway. Crypto has become the primary workaround. The ACMA has started investigating crypto gambling promotions, but no formal rules have been introduced as of early 2026. This means the practical risk for a player using a $1 crypto deposit is close to zero, but the operator still operates in a grey zone.

\n

If you care about full legality, you are out of luck. There is no AU-licensed online casino at any deposit level. The \'licensed $1 deposit casino Australia\' search results are all offshore brands using the word \'licensed\' to mean \'licence from Curacao\'. That is a valid licence, but not an Australian one. If that distinction matters to you, do not play online casino games at all. Stick to pubs, clubs, and lottery retailers.

\n

New $1 Deposit Casinos to Watch in 2026

\n

The micro-deposit niche is attracting new entrants every quarter. Most are crypto-first brands launched by ex-staff of established platforms. They differentiate themselves with no-KYC signups, instant withdrawals via Lightning, and gamified loyalty systems. Names appear and disappear quickly, so a ranking table dated today will be stale in six months. That is the nature of offshore gambling.

\n

Two trends are worth noting. First, more casinos are adding support for stablecoin deposits under A$5, because USDT and USDC settle instantly and avoid volatility. Second, some platforms are experimenting with \'no minimum deposit\' policies for returning players who have already completed KYC. That effectively creates a $1 deposit path for loyal customers. Watch for those terms in the cashier page, not in the bonus banner.

\n

A word on trust: a new casino with a $1 minimum and a 400% welcome bonus is not generous. It is desperate. Desperate casinos have slow withdrawals and sudden term changes. Stick with brands that have been operating for at least two years and have a publicly visible withdrawal complaint history. If a site has no complaints, it probably has no players.

\n

Responsible Gambling at Micro-Deposit Casinos

\n

Depositing $1 instead of $20 does not make gambling safe. It reduces immediate loss, but the friction is lower, the session is longer because micro-bets are available, and the psychological trap of \'it\'s only a dollar\' can lead to repeated deposits. A $1 deposit five times a day is a $5 daily habit. Over a month, that\'s $150. The casino knows this. It prices the product accordingly.

\n

Set a hard limit before you deposit, even if it is $1. Use the casino\'s responsible gambling tools: deposit limits, cool-off periods, self-exclusion. Many crypto casinos do not promote these tools, but they are required to offer them by their Curacao licence. Find them in your account settings. If you cannot find them within two minutes, close the account and choose another casino. A brand that hides its responsible gambling controls is not a brand you want to trust with your identity or your crypto.

\n

The low deposit is a tool for testing, not for chasing. If you win $5 from a $1 deposit, withdraw it. Do not reinvest \'because it\'s free money\'. That thought is how a $1 deposit becomes a $50 loss. The house edge does not care where your money came from.

\n

Is it legal to play at a $1 deposit casino in Australia?

\n

Australian law prohibits operators from offering online casino games to residents, but individual players are not penalised for using offshore sites. The Interactive Gambling Act targets providers, not customers. No Australian has been prosecuted for playing at an offshore casino. However, you have no consumer protection if the site refuses to pay.

\n

Can I deposit exactly A$1 using PayID?

\n

Very rarely. Most PayID-enabled casinos set a minimum of A$10 or A$20 because payment processors treat PayID like a bank transfer with fixed fees. Some sites advertise $1 PayID, but the terms often change after signup. If a $1 PayID deposit is essential, check the cashier page before registering, not the homepage banner.

\n

Do $1 deposit bonuses have higher wagering requirements?

\n

Almost always. A $1 deposit with free spins or a match bonus usually comes with 50x to 80x wagering on the bonus amount, and a maximum cashout often under A$25. The low deposit is a bait. At crypto casinos without mandatory bonuses, you can deposit $1 and play without any wagering requirement at all. That is the better option.

\n

Which casino has the lowest minimum deposit for Australian players?

\n

Among crypto casinos, Stake, BC.Game, and Rollbit are known for accepting deposits as low as the equivalent of A$1, depending on the coin. Traditional fiat casinos rarely go below A$10. Always check the current minimum on the deposit page, because it changes with network conditions and promotions.

\n

Are $1 deposit casinos safe?

\n

Safety depends on the operator\'s licence, reputation, and payment transparency. The crypto casinos listed in this guide hold Curacao licences and have public track records. Avoid any casino that offers a $1 deposit but has no licence, no withdrawal history, and a bonus with a cap of A$10. Those are the ones that disappear with your crypto.

','$1 Minimum Deposit Casino Australia 2026: Real Options, Fine Print, and Crypto Workarounds','','publish','closed','closed','','1-minimum-deposit-casino-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(74,5700,'2020-06-29 16:49:25','2020-06-29 16:49:25','

$10 PayID Casino No Deposit Bonus Australia 2026

Australian players hunting a $10 PayID casino no deposit bonus in 2026 are really chasing two separate unicorns. The first is a casino that accepts PayID deposits at a $10 minimum. The second is a genuine no deposit bonus that gives you $10 without forcing a deposit first. Both exist, but rarely in the same place at the same time. This guide separates what is real from what is dressed-up marketing.

\nTop 10 Online Casino Australia Real Money 2026

PayID has become the default instant bank transfer method for Australian online casinos since Osko launched. It is fast, usually fee-free, and linked directly to your bank account. The $10 threshold matters because most offshore casinos set minimum deposits at $20 or $30 for card payments, but PayID often opens the door to smaller top-ups. A $10 no deposit bonus, on the other hand, is usually a free chip or free spins handed to new players as a sign-up incentive. It is not a gift. Casinos are not charities.

Below, we rank the most recognisable offshore brands that accept Australian players, support PayID in some form, and are known for low-deposit play or occasional $10 no deposit promotions. Then we break down how PayID works, the real terms behind no deposit bonuses, and what to check before you sign up.

Best $10 PayID Casinos Offering No Deposit Bonuses in 2026

The brands below operate under offshore licences, such as Curaçao eGaming or Anjouan, and accept players from Australia. PayID is not universal across all of them, but many have added it as a deposit method through third-party payment processors. Always confirm the cashier page after registration, because payment methods can change week to week.

Casino BrandBonus TypePayID SupportLicencePayout SpeedStandout Feature
Ricky CasinoWelcome package + free spinsYes, often via bank transfer processorsCuraçao1–3 business daysLarge game library from BGaming and Yggdrasil
NeospinMatch deposit welcome bonusYesCuraçao1–2 business daysFast verification and modern platform
SkyCrownWelcome package + cashbackYesCuraçaoUp to 3 business daysHigh roller friendly
Hell SpinWelcome bonus + free spinsYesCuraçao1–3 business daysStrong live dealer selection
PlayfinaWelcome bonus + reload offersYesCuraçao1–3 business daysGamified loyalty program
Boho CasinoWelcome bonus + cashbackYesCuraçao2–4 business daysStylish interface and crypto support
JackpotyMatch deposit welcome bonusYesCuraçao1–3 business daysFrequent $10 no deposit promos on socials
ZotabetWelcome package + free spinsYesCuraçao1–3 business daysSportsbook and casino combo
7Bit CasinoWelcome bonus + free spinsVia third-party processorCuraçaoInstant for crypto, 1–3 days for bankStrong crypto and fiat mix
KatsubetWelcome bonus + loyalty free spinsVia third-party processorCuraçao1–2 business daysProvably fair slots section

This table is a snapshot, not a promise. Bonus terms change, payment processors rotate, and no casino is obligated to keep PayID forever. The key point is that most of these brands have historically catered to Australian low-deposit players, so $10 PayID transactions are viable at least part of the time.

When a casino lists a $10 no deposit bonus, it is usually either 10–20 free spins on a specific slot or a $10 free chip with a high wagering requirement. You will not see it advertised on the homepage because Australian-facing offshore casinos often bury these offers in promo tabs or email campaigns. That is not an accident. If a bonus is too visible, too many players claim it and the casino’s risk department panics.

How $10 PayID Casino Deposits Actually Work in Australia

PayID is an addressing system built on top of Australia’s New Payments Platform. Instead of typing a BSB and account number, you use a mobile number, email address, or ABN. The payment clears through Osko in under a minute, even on weekends. That speed is why Australian online casino players prefer PayID over BPAY or traditional bank transfer, which can take a day or more.

For casinos, PayID is not a payment processor; it is a method of identifying where the money should go. The casino’s payment provider generates a unique PayID, often a phone number or email, and you send the exact amount from your banking app. The casino credits your balance once the transaction confirms. There is usually no fee from Australian banks, though some smaller institutions may charge for instant transfers.

\n Minimum Deposit Pokies Australia 2026: Best Low Deposit Real Money Sites

The $10 minimum is not set by PayID itself. PayID can handle any amount. The floor comes from the casino’s payment gateway. Some processors set a $10 minimum to cover transaction costs; others allow $5 or even $1. If a casino advertises PayID but its minimum deposit is $20, that is a merchant policy, not a PayID limitation. Always check the cashier for the real minimum.

Why PayID is faster than legacy bank transfers

Traditional bank transfers rely on batch settlement, which means your money sits in limbo until the next clearing window. PayID uses real-time settlement, so the casino’s processor sees the funds immediately. That is why PayID deposits are credited within seconds at most offshore casinos, while BSB and account transfers can take up to two business days. For a $10 deposit, the difference is even more noticeable because the small amount makes a slow transfer feel especially pointless.

Do all PayID casinos in Australia accept $10 deposits?

No. Some casinos advertise PayID but set the minimum at $20 or $30. Others accept $10 but only for the first deposit. The variation comes down to the payment provider’s fee structure. Smaller casinos using manual payment processing may require higher minimums because each transaction involves human verification. Larger brands with automated Osko integration are more likely to accept $10 without blinking. In our table, most brands have periodically offered $10 PayID minimums, but you should not assume it is always active.

\n

casinopayidaustralia.com

\n

The Truth About $10 No Deposit Bonuses in Australian Casinos

A $10 no deposit bonus sounds like free money. It is not. Casinos are for-profit businesses, and every bonus is a loss leader. The real product is your future deposits. That does not mean the bonus is worthless—it can be a useful way to test a casino’s games and withdrawal process without risking your own cash. But you need to read the fine print like a contract lawyer.

Typical terms for a $10 no deposit bonus include a wagering requirement of 30x to 50x. That means you must bet $300 to $500 before you can withdraw any winnings. If the bonus is free spins, the winnings are often capped at $20 or $50. And if you deposit to claim the bonus, your deposit and bonus are usually locked together until wagering is met. None of this is hidden, but it is written in a font size that suggests the casino hopes you will not look too closely.

Wagering requirements on a $10 bonus

Wagering requirements are the casino’s way of making sure the bonus does not become a withdrawal. For a $10 bonus with 40x wagering, you need to place $400 in bets. If you play slots, that might take an hour and you might lose the bonus before you ever see real money. If you try to use it on blackjack, the contribution may be only 5% or 10%, making the requirement effectively 400x or 800x. Always check the game weighting table.

Can I really get a $10 no deposit bonus at an Australian casino in 2026?

Yes, but rarely as a straightforward $10 cash credit. Most offers are either 10–20 free spins with a value of $0.10 to $0.20 per spin, or a $10 free chip with high wagering. Some casinos run short-term promotions on social media or via email. The key is to sign up for newsletters and monitor the promo page. If a $10 no deposit bonus is advertised on a third-party site, it may be expired or geo-restricted before you click it.

Real Money Casino Games You Can Play with a $10 Deposit

A $10 deposit will not make you a high roller, but it is enough to sample a few pokies, test a live dealer table, or place a handful of small bets. The best strategy for a small deposit is to treat it as a trial. Play low-volatility slots with high RTP, or use it on games with a low minimum bet. Do not chase losses on a $10 balance. That is a recipe for depositing another $10, then another, and suddenly your budget is gone.

\n0 No Deposit Bonus Casino Australia 2026: Real Options, Small Print & Better Alternatives

Pokies dominate the Australian market, and most offshore casinos offer hundreds of titles from providers like Pragmatic Play, NetEnt, BGaming, and Quickspin. With a $10 deposit, you can spin at $0.10 to $0.20 per line and extend your session. Look for slots with a return-to-player above 96%, such as Big Bass Bonanza, Gates of Olympus, or Wolf Gold. These games are not guaranteed winners, but they give you more playtime per dollar than high-volatility jackpot slots.

If you prefer table games, a $10 deposit will not last long at a $1 minimum blackjack table. But many live dealer casinos offer low-stakes roulette with $0.50 minimums, or video poker with $0.25 bets. The point of a $10 deposit is not to win big; it is to verify that the casino processes PayID deposits, that games load correctly, and that withdrawals are possible when you eventually hit a small win.

Australian Casino Licensing and the Legal Grey Area

Australia’s Interactive Gambling Act 2001 makes it illegal for online casinos to offer real-money gambling to Australian residents, unless they hold a licence from an Australian state or territory. No state has ever issued a licence for online casino gambling, only for sports betting and lottery. As a result, every online casino targeting Australian players operates offshore under a foreign licence, such as Curaçao, Anjouan, or Malta.

This creates a legal grey area. The Australian Communications and Media Authority (ACMA) can block access to offshore casino websites and fine operators who advertise to Australians. But individual players are not prosecuted for playing at offshore casinos. The risk sits with the operator, not the player. That said, player protections are weaker because Australian regulators cannot force a Curaçao-licensed casino to honour a dispute.

For $10 PayID deposits, the situation is unchanged. PayID transactions are legal for any legitimate purpose, and Australian banks do not block payments to offshore casinos categorically. Some banks may flag repeated small deposits to gambling-related merchants, but there is no law against it. The practical risk is that a casino may refuse to pay out a large win if they claim a terms violation, and you have limited recourse.

Is it legal to play at offshore PayID casinos from Australia?

Playing at offshore casinos is not a criminal offence for individual Australian residents. The Interactive Gambling Act targets operators, not players. However, you lose consumer protection because the casino is not regulated by an Australian authority. PayID itself is legal, and banks process these transfers normally unless they flag gambling-related merchant codes. Always check the casino’s licence and dispute history before depositing.

Payment Methods Compared: PayID vs POLi vs Cards vs Crypto

PayID’s main competitor in Australia is POLi, a legacy online payment system that also uses bank transfers. POLi has been around since 2006 and is accepted at many Australian-facing casinos. But POLi requires you to log into your bank through a third-party interface, which some banks discourage due to security concerns. PayID is safer because you authorise the payment directly in your own banking app, without sharing credentials.

Credit and debit cards, especially Visa and Mastercard, are still widely accepted at offshore casinos. However, many Australian banks block gambling transactions on cards, or treat them as cash advances with fees. PayID avoids that issue entirely because it is a push payment from your bank account, not a card transaction. Crypto is another option, but the volatility and complexity make it less beginner-friendly for a casual $10 deposit.

MethodSpeedFeesMinimum DepositAvailability at AU Casinos
PayIDInstant (under 60 seconds)Usually freeOften $10, sometimes lowerGrowing, now common
POLiInstantFree, but bank login via third party$10–$20Widespread but declining
Visa/MastercardInstantPossible cash advance fee$20–$30Common but often blocked
CryptoInstant to 10 minutesNetwork feeEquivalent of $10Common at new casinos
BPAY1–2 business daysFree$20+Rare for casinos

The comparison is simple: PayID wins on speed, security, and low minimums. Cards are convenient but often blocked. POLi is accepted but feels dated and shares login credentials. Crypto is fast but requires buying and moving coins. For Australian players who want a $10 casino deposit, PayID is the least bad option.

How We Rank $10 PayID Casinos: Methodology

Our ranking is not a paid recommendation. We evaluate offshore casinos that accept Australian players using a set of criteria weighted for real-world use. The most important factor is payment reliability: does PayID actually work, and is the $10 minimum genuine? We test deposits from Australian bank accounts, not from virtual cards or foreign wallets.

\n Minimum Deposit Casino Australia 2026: Real Options, Fine Print, and Crypto Workarounds

Bonus terms count for 30% of the score. We read the full terms and conditions for any no deposit bonus or welcome offer, focusing on wagering requirements, maximum cashout, and game restrictions. A casino that advertises a $10 no deposit bonus but hides a 50x wagering requirement scores lower than one with 30x and no cashout cap.

Licensing and reputation matter because players need a place to complain. We favour casinos with a Curaçao licence and a track record of paying withdrawals within three business days. We also check player forums and dispute resolution sites for patterns of delayed payments or withheld winnings. Finally, game selection and mobile experience get a smaller weight, because even the best bonus is useless if the casino’s games crash on your phone.

\nTop Rated Online Casinos Australia 2026: Tested Rankings and Expert Guide

New PayID Casinos Launching in Australia for 2026

The offshore casino market moves fast. New brands launch every month, often with aggressive no deposit bonuses to attract players. In 2026, expect to see more casinos adopting PayID as a default deposit method, because Australian players demand it. If a new casino does not offer PayID, it is already behind the curve.

New casinos are riskier than established brands because they have no payout history. That does not mean you should avoid them, but you should claim a $10 no deposit bonus as a test rather than depositing $100 immediately. Check the licence, read the bonus terms, and make a small PayID deposit to see how fast it credits. If the casino is slow to process a $10 deposit, imagine what a $1,000 withdrawal would be like.

Responsible Gambling When Playing with Small Deposits

A $10 deposit feels harmless, and it often is. But low deposits can be a gateway. The casino designs the experience to make you deposit again soon after. That is not a conspiracy; it is a business model. The safest way to use a $10 no deposit bonus is to set a hard limit before you start: you will not deposit more than $10 total, regardless of wins or losses.

Australia has a high rate of gambling participation, and problem gambling support is available through Gambling Help Online and state services. If you find yourself depositing $10 after $10, or checking your phone for casino promotions at odd hours, take a break. PayID’s speed is a double-edged sword: it makes deposits too easy. Use bank-level spending alerts or self-exclusion tools offered by some offshore casinos.

Remember that no deposit bonus winnings are capped and wagering requirements are designed to keep you playing. The expected value of a $10 no deposit bonus is rarely more than a few dollars after wagering. Treat it as entertainment, not income. If you need the bonus to pay a bill, do not play.

Are $10 no deposit bonuses safe to claim?

As long as the casino is licensed and has a reasonable reputation, a $10 no deposit bonus is safe in the sense that you are not risking your own money. The risk is wasting time on a bonus with impossible wagering, or giving your personal data to a rogue site. Stick to brands from our table, verify the licence number on the casino’s footer, and never upload identity documents to a casino you have not vetted. If the bonus requires a deposit to release winnings, read that condition twice.

','$10 PayID Casino No Deposit Bonus Australia 2026','','publish','closed','closed','','10-payid-casino-no-deposit-bonus-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(75,5700,'2020-06-29 16:49:25','2020-06-29 16:49:25','

$20 Minimum Deposit Pokies Australia 2026: Best Real Money Sites Worth Your Deposit

A $20 deposit will not turn a hungover Friday into a retirement plan. Anyone promising instant wealth from a twenty has either never played a pokie or sells something far worse than a casino bonus. What $20 actually does is give you a genuine testing budget across several offshore casinos that accept Australian players. The Interactive Gambling Act 2001 still prevents any locally licensed operator from offering online pokies to Australians in 2026. That leaves offshore sites as the only real-money option for anyone typing $20 minimum deposit pokies Australia 2026 into a search bar. We ranked ten of them below, focusing on deposit terms, bonus conditions, game quality, and payout friction. No fairy dust included.

Top 10 Australian $20 Deposit Pokies Sites at a Glance

These operators are not Australian licensed. They operate from jurisdictions such as Curaçao, Gibraltar, or Kahnawake and accept players from Australia. The $20 minimum deposit is the headline, but the real difference sits in how each handles withdrawals, wagering, and game selection. The table gives you the quick comparison. Detailed breakdowns follow.

Casino / OperatorMinimum DepositBonus TypeFastest Payout MethodStandout Feature
Ignition Casino$20Welcome bonus + free spinsBitcoin, 1–3 daysStrong poker and pokies mix
PlayAmo$20Deposit matchCrypto, 0–1 daysHuge game library from 50+ studios
Fair Go$20Welcome bonusBank transfer, 3–5 daysAussie-focused support and promos
Red Dog$20Free spinsCredit card, 3–5 daysSimple interface for new players
Las Atlantis$20Welcome bonusCrypto, 1–3 daysUnderwater theme, decent mobile play
Ricky Casino$20Reload bonusE-wallets, 1–2 daysRapid promotions calendar
Skycrown$20CashbackCrypto, 0–1 daysHigh withdrawal limits for VIPs
Boho Casino$20Welcome bonus + free spinsE-wallets, 2–3 daysFresh platform, low min deposit
Golden Crown$20Deposit matchBank transfer, 3–5 daysLarge progressive jackpot selection
King Johnnie$20Welcome bonusVisa/Mastercard, 3–7 daysAussie pokies focus, friendly support

Do not treat this table as a recommendation from the Australian government. It is not. The operators listed here exist in a legal grey zone for Australian players. You play at your own risk, and you should never deposit money you cannot afford to lose.

How We Ranked These $20 Minimum Deposit Pokies Sites

Rankings without criteria are just gossip. We used five measurable points. Licensing quality came first: a valid Curaçao or similar licence is not a gold star, but it means the operator at least bothered to register somewhere. Game integrity followed: we only included sites with pokies from recognised studios such as Realtime Gaming, Betsoft, Pragmatic Play, or Quickspin. Deposit and withdrawal friction mattered heavily, especially for a $20 budget where fees can eat ten percent before you spin. Support response time and responsible gambling tools rounded out the score.

Here is the uncomfortable part. None of these operators is regulated by an Australian authority. The Australian Communications and Media Authority has made that impossible for online casino games. The lack of local oversight means your only real protection is the operator\'s reputation and the licensing regime of whatever small island they call home. That is not a reason to panic, but it is a reason to read bonus terms before you click accept.

We also looked at payment methods most Australians actually use. PayID, POLi, credit cards, and crypto all matter. A site that only accepts Bitcoin is useless to the majority of players who still use a bank app. The best $20 deposit pokies should let you move money in and out without needing a finance degree.

\n

ethereumbetting-au.com

\nTop Rated Online Casinos Australia 2026: Tested Rankings and Expert Guide\n

Legality of $20 Minimum Deposit Pokies in Australia 2026

The law has not changed. Under the Interactive Gambling Act 2001, it is illegal for an operator to offer online casino games to Australian residents. That includes pokies, roulette, blackjack, and most live dealer games. The law targets the operator, not the individual player, but that does not mean playing is risk-free. Some states have their own provisions, and banks sometimes block transactions to known gambling sites. The result is a strange market: you can find hundreds of offshore pokies sites that accept Australian players, but not one of them holds an Australian licence.

\n PayID Casino No Deposit Bonus Australia 2026

This legal split creates exactly the kind of pricing and deposit terms we see with $20 minimums. Offshore operators compete hard for Australian traffic because they have no local competition. They offer low deposit thresholds, PayID support, and aggressive welcome bonuses. The trade-off is limited recourse if something goes wrong. You will not be calling the ACCC about a disputed casino withdrawal. Your dispute will sit with a regulator in Curaçao or a support email that may or may not respond in your time zone.

For 2026, the landscape remains unchanged. No federal bill to legalise online pokies has gained traction. State governments have not moved to license offshore operators. The $20 minimum deposit pokies market is therefore entirely offshore. If you see an Australian domain or a .com.au site claiming to be a licensed local casino, it is either a scam or a sportsbook pretending to offer pokies. Neither is worth your twenty.

Best $20 Minimum Deposit Pokies for Real Money in Australia

Below are ten operators that actually deliver a playable $20 experience. The order reflects our ranking, but your priorities may differ. Some people want the fastest crypto payout. Others want a huge library of pokies. Read the commentary before you deposit.

Ignition Casino

Ignition has been around long enough to know what Australians want: a clean interface, fast Bitcoin payouts, and a decent mix of pokies and table games. The $20 minimum deposit applies to both card and crypto payments. Bonus terms are not the friendliest in the industry, but they are clearly published. If you want to test a poker room alongside your pokies, this is the most practical option.

PlayAmo

PlayAmo stands out for sheer volume of games. More than 50 studios supply its pokies section, which means you will find everything from classic three-reel fruit machines to branded Megaways titles. The $20 deposit opens access to its full library, and crypto withdrawals often clear within 24 hours. Just do not expect the support team to hold your hand through every bonus term. They are helpful, but they assume you read the fine print.

Fair Go

Fair Go is an Australian-focused offshore casino. That focus shows in its customer support hours and its promotions calendar, which often references AFL grand final weekend or Melbourne Cup day. The $20 minimum deposit is standard, and the welcome bonus is straightforward. The main drawback is slower withdrawal times for bank transfers. If you can use Bitcoin, the process speeds up considerably.

Red Dog

Red Dog earns its spot for simplicity. The design looks like a 1990s cartoon, but the functionality is modern. A $20 deposit gets you access to a solid range of RealTime Gaming pokies. Free spins offers pop up regularly, and the wagering requirements are average for the offshore market. Customer support is available by chat, which matters when you are playing at three in the morning Sydney time.

Las Atlantis

Las Atlantis uses the underwater theme as more than a gimmick. The platform runs well on mobile, and the pokies selection covers enough variety for a twenty-dollar session. The welcome bonus is competitive, but the playthrough requirements are steeper than some rivals. Deposit $20, browse the games, and keep your withdrawal expectations modest.

Ricky Casino

Ricky Casino positions itself as the promotions machine. Reload bonuses, free spins drops, and cashback offers arrive almost daily. The $20 minimum deposit works across all payment methods, including e-wallets. The catch is that many of those promotions carry high wagering multiples. Treat them as entertainment, not as a path to profit.

\nTop 10 Online Casino Australia Real Money 2026

Skycrown

Skycrown targets high rollers with a VIP programme, but the $20 minimum deposit makes it accessible to everyone. Cashback offers are its real strength. If you lose your twenty, a percentage might come back the next day. The game library is large, and crypto payouts are fast. The site is relatively new, so long-term payout reliability is still being tested.

Boho Casino

Boho Casino is another newcomer. It uses a $20 minimum deposit to attract casual players who do not want to risk fifty bucks on an unknown platform. The welcome package includes free spins, and the game filter system is genuinely useful. Withdrawal times are average for the market. The biggest question mark is longevity. New casinos fail more often than old ones, which is why we rank it lower.

Golden Crown

Golden Crown emphasises progressive jackpots. If you dream of turning twenty dollars into a life-changing sum, this is where you go. The reality is that progressive pokies have some of the worst RTPs in the industry. Your $20 will likely disappear faster here than on a regular pokie. But if you want a lottery ticket with extra steps, Golden Crown delivers that fantasy.

King Johnnie

King Johnnie markets itself as an Aussie-friendly casino with a heavy pokies focus. The interface is a bit dated, but the game selection from RealTime Gaming and others is solid. The $20 minimum deposit is supported by Visa and Mastercard, which many rivals do not offer due to banking restrictions. Support is responsive, and the welcome bonus is easy to understand. Withdrawal speeds are the weak point.

What $20 Gets You at Australian Online Pokies

Here is the mathematics most top-ten lists skip. A $20 deposit is not just a number. It interacts with bonus terms, RTP, and wagering in ways that determine whether you ever see a withdrawal. Suppose a casino gives you a 100% match bonus on your $20 deposit. You now have $40 to play. The catch is a 35x wagering requirement on the bonus amount. That means you must wager $20 x 35 = $700 before you can withdraw any bonus winnings. On a typical online pokie with a 95% RTP, the house edge is 5%. Over $700 in wagers, the expected loss is $35. So your $40 starting balance, on average, shrinks to $5 by the time you clear the wagering. You are not beating the house. You are renting time on a slot machine for about $15.

That calculation is not a reason to avoid bonuses. It is a reason to understand what the bonus is for. A good bonus extends your playing time. A bad bonus traps your deposit behind impossible playthrough requirements. The $20 minimum deposit pokies market is full of both. The trustworthy operators publish their terms in plain English. The shady ones hide them behind a link that leads to a PDF from 2019.

If you want to maximise your $20, consider playing without a bonus. A raw deposit lets you withdraw any winnings immediately, subject to minimum withdrawal limits. Those limits can be as high as $100 at some casinos, which means your $20 cannot realistically become a withdrawal no matter how lucky you get. Check the cashout minimum before you deposit. Many players miss this and end up with $80 in winnings they cannot withdraw because the minimum is $150.

Deposit Methods: PayID, Credit Cards, Crypto for $20 Pokies

Australian players have three primary ways to fund a $20 pokies deposit: PayID, credit or debit cards, and cryptocurrency. PayID is the most convenient for bank users. It uses your mobile number or email as the payment identifier, and transfers are instant. Several offshore casinos now accept PayID, although the method occasionally fails because Australian banks sometimes block transactions to known gambling companies. The workaround is to use a different identifier or switch to a card.

Credit and debit cards still work at many offshore pokies sites, but approval rates have dropped. Visa and Mastercard often decline gambling transactions from Australian cards due to merchant category codes. When a card works, the deposit is instant and the minimum is usually $10 or $20. The risk is that your bank may phone you about a suspicious transaction. That conversation is rarely fun.

Cryptocurrency remains the fastest and most reliable option for offshore casinos. Bitcoin, Ethereum, and Litecoin deposits clear within minutes, and withdrawals often process the same day. The disadvantage is that you need to buy crypto first, which adds friction and exchange fees. For a $20 deposit, those fees can be a meaningful percentage. If you already hold crypto, use it. If not, PayID is the next best thing for Australian pokies.

MethodTypical MinimumDeposit SpeedWithdrawal SpeedFees for $20
PayID$20Instant1–3 daysUsually none
Visa / Mastercard$20Instant3–7 daysBank may block
Bitcoin$20 equivalent10–30 min0–1 dayNetwork fee varies
POLi$20Instant3–5 daysSmall service fee
E-wallets$20Instant1–2 daysDepends on provider

No single method is universally best. Your choice depends on how fast you need the money back and how comfortable you are with crypto. For a one-off test of an offshore casino, PayID or a card is fine. For regular play, crypto avoids most banking friction.

Mobile Pokies with $20 Minimum Deposit

Mobile is where most Australian pokies sessions happen. You are on the couch, on the train, or pretending to watch the cricket. The offshore casinos in our ranking all work in a mobile browser, and most have dedicated apps for Android and iOS. A $20 deposit via mobile is identical to desktop, but the interface matters more. Buttons are smaller, menus collapse, and a poorly designed casino makes you want to throw your phone.

The best mobile pokies sites optimise for one-handed play. That means the spin button sits at the bottom, game tiles are large, and the deposit screen does not require a magnifying glass. Ignition and PlayAmo do this well. Fair Go and King Johnnie are less polished but still functional. Avoid any site that asks you to download an APK from a third-party site. The official apps come from the operator or the app store.

A $20 deposit on mobile also needs a stable connection. A pokie spin that freezes mid-bonus round because your Wi-Fi dropped is a special kind of frustration. None of the casinos in our table compensate you for lost spins due to connectivity. Test the mobile site with play money first, then deposit once you trust the stability.

New $20 Deposit Pokies Sites in Australia 2026

New offshore casinos launch every month. They use $20 minimum deposits and generous welcome offers to buy traffic. Some of them are legitimate. Others are thin skins over a rented game library with a payment processor that disappears after six months. How do you tell the difference? Look at the operator\'s corporate information. A new site that hides its owner, licence number, and address is a red flag. A new site with a clear Curaçao licence, named directors, and a published complaints process is at least trying to be real.

For 2026, we have not included any brand-new operators in our top ten because they lack payout history. Boho Casino and Skycrown are the youngest on the list, and even they have been operating for several years. Newer sites may offer slightly better bonuses, but the risk of vanishing with your $20 is higher. A twenty-dollar deposit is not a tragedy if it disappears, but it is annoying. The old casinos earn their reputation by paying out, which is the only metric that matters.

\n Minimum Deposit Pokies Australia 2026: Best Low Deposit Real Money Sites

If you insist on trying a brand-new pokies site, deposit the minimum, play only games from recognised studios, and withdraw any winnings as soon as you clear the wagering. Do not store large balances on a platform that has not survived a full year.

Game Types: Online Pokies, Table Games and More for $20 Deposits

Pokies dominate Australian gambling culture. The offshore casinos in this guide all carry hundreds of titles, from classic three-reel games to five-reel video slots with bonus rounds, free spins, and progressive jackpots. A $20 deposit gives you enough to try at least a dozen different games at $0.20 to $1.00 per spin. That is the real value: sampling variance without committing to a single pokie you might hate.

Beyond pokies, most of these casinos offer table games like blackjack, roulette, and baccarat, plus live dealer versions. The $20 minimum deposit applies to the whole platform, not just pokies. Blackjack with a house edge under 0.5% is a far better use of your money than a progressive pokie with a 10% edge. But the math rarely changes behaviour. People play pokies for the flashing lights, not the expected value.

If you are new to online pokies, start with low volatility titles. These pay out small amounts frequently, which stretches a $20 deposit across hundreds of spins. High volatility pokies can drain $20 in five minutes or pay a jackpot. The choice is yours, but know the difference before you deposit.

Bonuses and Promotions: The Fine Print on $20 Deposits

The word \'free\' in a casino promotion is doing a lot of heavy lifting. A free spin is not free money. It is a marketing cost the casino expects to recover through future deposits. The same goes for cashback, reload bonuses, and VIP rewards. None of it is a gift. It is a discount on your expected losses, and sometimes not even that.

For a $20 deposit, the most common bonus is a 100% match. You give the casino $20, they give you $20 in bonus funds. The wagering requirement is the real price. If the playthrough is 20x, you wager $400. At 40x, you wager $800. At 60x, you are not playing for fun anymore; you are working a second job. The lower the wagering, the better the bonus. The best offshore casinos in our ranking rarely go below 30x, but they also do not hide the terms.

Free spins for a $20 deposit are usually tied to a specific pokie. You might get 50 spins on Starburst or Buffalo. The winnings from those spins almost always have their own wagering requirement, often 20x the winnings. That is not impossible, but it is not the walk in the park the marketing email suggests. Check the maximum cashout on free spins. Some casinos cap it at $50, which makes the whole exercise pointless for anyone hoping to withdraw a meaningful amount.

Responsible Gambling When Playing $20 Pokies

Twenty dollars is a small amount. The danger is not the first twenty. It is the tenth twenty, the reload twenty, the chasing twenty. Pokies are designed to keep you spinning, and the $20 minimum deposit lowers the barrier to repeated deposits. Set a hard weekly limit before you sign up. Most offshore casinos offer deposit limits, self-exclusion, and reality checks, but you have to enable them. They are off by default.

There is no shame in taking a break. If you feel that a $20 deposit is the start of a bad evening rather than a bit of entertainment, close the tab and go for a walk. Australian help services include Gambling Help Online and the national helpline at 1800 858 858. These services are free, confidential, and available 24/7. Use them if you need them. No pokie session is worth your rent money or your sleep.

Can I play real money pokies with a $20 deposit in Australia?

Yes, but only at offshore casinos. No Australian-licensed operator can legally offer online pokies to residents under the Interactive Gambling Act 2001. Many offshore sites accept $20 deposits and Australian players, but they operate outside local law. You carry the risk of limited legal recourse.

Which payment method is best for a $20 minimum deposit pokies site?

For most Australians, PayID is the most convenient because it uses your bank account without extra fees. Credit cards work occasionally but often get declined. Cryptocurrency offers the fastest withdrawals but requires buying crypto first. For a single $20 test, PayID or a bank transfer is the practical choice.

Do $20 deposit pokies bonuses really give you free money?

No. Every bonus comes with wagering requirements. A typical 100% match on $20 gives you $20 in bonus funds, but you must wager hundreds of dollars before withdrawing. The house edge on pokies means you are unlikely to cash out more than you deposited. Treat bonuses as extra playing time, not as profit.

What is the minimum withdrawal amount at $20 deposit pokies sites?

Minimum cashout often ranges from $50 to $150 at offshore casinos. That means a $20 deposit rarely allows an immediate withdrawal unless you win significantly. Always check the withdrawal minimum before depositing. Otherwise you might end up with winnings you cannot actually take out.

Are $20 minimum deposit pokies legal in New South Wales?

The Interactive Gambling Act is federal law, so the prohibition on online casino games applies in NSW too. Individual players are rarely prosecuted, but the operators are breaking Australian law. State authorities do not license any online pokies sites. The only legal pokies in NSW are in physical venues and licensed clubs.

What is the RTP of real money pokies with a $20 deposit?

RTP varies by game and provider. Most online pokies sit between 92% and 97% return to player over millions of spins. That means the house edge is 3% to 8%. A $20 deposit does not change the RTP. For better odds, choose low-volatility pokies with published RTPs above 96%, or switch to table games like blackjack.

','$20 Minimum Deposit Pokies Australia 2026: Best Real Money Sites Worth Your Deposit','','publish','closed','closed','','20-minimum-deposit-pokies-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(76,5700,'2020-06-29 16:49:25','2020-06-29 16:49:25','

$2 Minimum Deposit Casino Australia 2026: Low-Risk Pokies and Real Money Play

Two dollars does not buy much in 2026. A coffee, maybe a bus fare, or one spin on a pokie if you pick the right casino. Australian players have been chasing the lowest possible entry point for years, and a $2 minimum deposit casino sounds almost too good to be true. It is not a myth, but it comes with more caveats than a budget airline ticket. This guide breaks down what a $2 deposit actually gets you, which offshore casinos accept it, how PayID and crypto make it possible, and which bonus terms will eat your lunch before you even spin.

\n Minimum Deposit Pokies Australia 2026: Best Low Deposit Real Money Sites\nTop Rated Online Casinos Australia 2026: Tested Rankings and Expert Guide\n0 No Deposit Bonus Casino Australia 2026: Real Options, Small Print & Better Alternatives

What a $2 Deposit Casino Actually Gets You

A $2 deposit is a stress test, not a bankroll. You are not funding a session; you are checking whether the casino loads, the payouts work, and the pokies do not glitch. The benefit is obvious: you risk almost nothing while learning the site\'s quirks. The downside is equally obvious: $2 buys you anywhere from zero to twenty spins depending on the game\'s minimum bet. Most new Australian-facing casinos set minimum pokie bets at $0.20 or $0.25, so your two dollars might stretch to eight or ten spins. That is enough to feel the rhythm, not enough to hit a jackpot with any serious probability.

Bonuses on $2 deposits are usually small. A casino might offer 20 free spins or a 100% match, which means a whopping $2 in bonus funds. The wagering requirement then turns that into a part-time job. A 40x playthrough on a $2 bonus is $80 in turnover before you can withdraw. You will likely burn through that before clearing it. That is not cruelty; it is arithmetic. The casino is not running a charity, and they did not build the platform to hand out free money for a two-dollar note.

What a $2 deposit does give you is a low-pressure way to test live dealer streams, mobile performance, and withdrawal speed. If a casino cannot process a $2 deposit smoothly, it will not handle a $200 one any better. Treat it as a reconnaissance mission. The real value is information, not profit.

Is a $2 Deposit Casino Legal in Australia?

Australia has a strange relationship with online casinos. The Interactive Gambling Act 2001 prohibits Australian companies from offering real-money online casino games to residents, but it does not criminalise Australians for playing at offshore sites. ACMA, the communications regulator, can block websites and fine operators, but players are not the target. In practice, thousands of Australians use offshore casinos every day without legal consequence. The operators hold licences from places like Curaçao, Malta, or Kahnawake, which gives them a regulatory framework—just not one that Australian courts recognise.

A $2 deposit casino is almost always offshore. No Australian-licensed online casino exists because the law does not allow it. So when you see \"Australian $2 deposit casino\" in a review, the phrase means a casino that accepts Australian players, processes AUD deposits, and maybe offers PayID. It does not mean the casino is licensed by any Australian state. You have no consumer protection under Australian law. If the casino refuses to pay out, your only recourse is the offshore regulator, whose response time can be measured in seasons.

That does not mean all offshore casinos are dodgy. Many have operated for a decade, pay out on time, and treat AU players well. But the legal grey area is real. You are trading local protections for lower deposit minimums and bigger pokies libraries. Whether that trade is worth $2 is a personal decision.

\n

casinopayidhub.com

\n

Our Top 10 Low Deposit Casinos for Aussie Players in 2026

The table below lists ten casinos that consistently appear in Australian low-roller discussions. They are not ranked by a single metric; the order reflects a blend of game variety, payment flexibility, bonus fairness, and player feedback. All of them accept AUD and most support PayID or cryptocurrency for fast, low-fee deposits. Minimum deposits vary by payment method and promotion, so the exact $2 threshold may shift. Always check the cashier on the day you deposit.

CasinoBonus TypePopular GamesPayID / CryptoStandout Low-Deposit Feature
PlayAmoWelcome bonus (free spins)Pokies, table games, live dealerYes / YesFrequent low-deposit tournaments
King Billy CasinoWelcome bonus (match + free spins)Pokies, table gamesYes / YesRoyal-themed loyalty with low-entry races
Ricky CasinoWelcome bonus (free spins)Pokies, live dealerYes / YesFast PayID payouts at low thresholds
NeospinWelcome bonus (free spins)Pokies, crypto gamesYes / YesCrypto-friendly with instant PayID
SkyCrownWelcome bonus (match + free spins)Pokies, live casinoYes / YesLow-entry races alongside high-roller promos
BitStarzWelcome bonus (free spins)Pokies, table games, bitcoin gamesNo / YesRenowned crypto casino with some low fiat options
7Bit CasinoWelcome bonus (free spins)Pokies, live gamesYes / YesLoyalty program with low wager bonuses
Woo CasinoWelcome bonus (match + free spins)Pokies, live gamesYes / YesWeekend low-deposit free spins
National CasinoWelcome bonus (match + free spins)Pokies, table gamesYes / YesLow minimum for card deposits as well
Joe FortuneWelcome bonus (match + free spins)Pokies, live dealerYes / NoAU-focused support and PayID deposits

None of these casinos guarantee a $2 minimum today. Promotions change, payment processors shift, and what was true last month may be dead this week. The point is that these brands have a track record of accepting low deposits and processing them without drama. If you find a $2 option at one of them, it will likely work.

How We Ranked These Low Deposit Casinos

Ranking a $2 deposit casino is not like ranking a steakhouse. You cannot just look at the menu. We focused on five criteria that matter more when the deposit is tiny:

These criteria are not secret sauce. They are the same things a sensible player checks before handing over any amount, but they become sharpened when the deposit is so low that the casino\'s processing cost may exceed the deposit itself. That is why many casinos avoid $2 minimums. The ones that accept them tend to push crypto or PayID because traditional card rails are too expensive.

Payment Methods That Actually Work for $2 Deposits

Card payments are the worst choice for a $2 deposit. Visa and Mastercard charge the casino a percentage plus a fixed fee, which means the casino loses money on a two-dollar transaction. Many casinos set card minimums at $10 or $20 for that reason. If you want to deposit exactly $2, you need a payment method with near-zero marginal cost.

PayID has become the default for Australian low depositors. It uses the bank\'s own rails, settles instantly, and most casinos do not charge a fee. Crypto is another route—Bitcoin or Litecoin can be sent in tiny amounts, though network fees sometimes exceed $2, making it pointless unless the casino absorbs the fee. E-wallets like Neosurf, MiFinity, or eZeeWallet occasionally support low deposits but may add a voucher fee. The table below summarises the reality.

Payment MethodSuitability for $2 DepositProcessing TimeFees on a $2 Deposit
PayIDExcellentInstantUsually none
Bitcoin / LitecoinGood if network fee is absorbedUp to 10 minutesNetwork fee may apply
NeosurfAcceptableInstantVoucher fee sometimes
eZeeWallet / MiFinityAcceptableInstantLow or no fee
Credit / Debit CardPoor1–3 days for withdrawalCasino may set higher minimum
Bank TransferNot suitable1–5 daysFees exceed deposit

PayID is the standout. It is fast, free, and built for Australian bank accounts. A $2 deposit via PayID usually lands in your casino account before you close the banking app. Crypto works but demands more effort: you need a wallet, an exchange, and a tolerance for price swings. If you are depositing $2, the price swing on Bitcoin while the transaction confirms could be more than your deposit itself. That is not a joke; it is the reality of block time.

Pokies, Table Games, and Live Dealer at $2 Deposit Casinos

A $2 deposit will not get you a seat at the high-stakes blackjack table, but it can stretch surprisingly far on pokies. The key is game minimums. Many online pokies allow bets from $0.10 or $0.20 per spin. That means your $2 buys 10 to 20 spins. You are not going to trigger a progressive jackpot with that, but you can test the bonus round frequency, see how volatile the game is, and decide if it is worth a proper deposit later.

Table games are trickier. Online blackjack and roulette often set minimum bets at $1 or more, so $2 gives you barely two hands. Live dealer games are even worse; many live tables require $5 minimums. A $2 deposit at a live casino is like buying a ticket to a cinema but only being allowed to watch the trailers. You can see the lobby, maybe place one bet, but the experience is truncated. That is not the casino\'s fault; live dealers cost money and small bets are not profitable.

If you want to maximise a $2 deposit, stick to pokies. Choose games with low minimum bets, high RTP (96% or above), and medium volatility. Avoid progressive jackpot pokies because the base game returns are often lower. A $2 deposit is for testing, not for chasing a life-changing win. The math does not care about your hopes.

Bonus Terms at $2 Deposit Casinos: Read Before You Claim

The word \"bonus\" at a $2 deposit casino should come with a warning label. Casinos are not in the business of giving away \"free\" money. Every bonus is a loan with conditions. A typical $2 deposit bonus might give you 20 free spins or a 100% match, but the wagering requirement is where the trap lives.

Say you deposit $2 and get a $2 bonus. The terms say 40x wagering. You must wager $80 before withdrawing. On a $0.20 pokie bet, that is 400 spins. Even with perfect play, most players will bust out well before clearing the requirement. The bonus is not designed to be withdrawn; it is designed to keep you playing. Casinos call it \"retention\"; players call it something less polite.

Free spins on a $2 deposit are slightly better because they do not require a bonus deposit, but the winnings from those spins are still subject to wagering. If you win $5 from free spins, you cannot withdraw it until you wager it 30 or 40 times. The maximum cashout from a $2 deposit bonus is often capped at $20 or $50. Read that cap before you celebrate. \"Free\" is just a marketing word. The casino is not a charity, and the sooner you internalise that, the less disappointed you will be.

New $2 Deposit Casinos to Watch in 2026

New casinos launch every month, and a few them use low deposits as a customer acquisition strategy. In 2026, expect more Australian-facing sites to adopt PayID as a first-class payment method because it reduces friction and processing costs. Some new brands will advertise $2 minimum deposits explicitly, often with a free spins bundle attached. The pattern is predictable: attract low-rollers with a tiny deposit, then hope they upgrade to $20 or $50 once they trust the platform.

Do not chase new casinos just because they are new. The failure rate for white-label casinos is high. A new site with a $2 deposit minimum but no payout history is a bigger risk than an established brand that quietly accepts low deposits without shouting about it. Check how long the casino has been operating, who owns it, and whether the licence is real. A Curaçao licence is easy to get and often means little. A decade of forum posts saying \"I got paid in 24 hours\" is worth more than any flashy welcome offer.

That said, a few new brands have popped up in AU-focused forums with solid initial feedback. They tend to run under the radar, avoid aggressive advertising, and rely on word of mouth. If you find one, test it with exactly $2. That is the beauty of a low deposit: the cost of failure is less than a parking fine.

Responsible Gambling When You Deposit Just $2

A $2 deposit does not mean responsible gambling is irrelevant. The danger of low deposits is not the amount; it is the habit. A player can deposit $2 fifty times in an evening and suddenly the total is $100. Casinos know this. They design low deposit offers to lower the psychological barrier to entry, making the first deposit feel harmless. It is harmless until it is not.

Set a deposit limit before you start. If you plan to deposit $2, make it one deposit, not a series. Use the casino\'s responsible gambling tools: deposit limits, cool-off periods, self-exclusion. They are not there to punish you; they are there to stop you from being a mark. The Australian market has seen a rise in problem gambling help-seeking, and the low deposit trend does not help. A $2 deposit is a good way to test a casino, but it is not a good way to manage a gambling habit.

\nTop 10 Online Casino Australia Real Money 2026

If you feel the urge to chase losses after a $2 deposit, stop. Chasing a $2 loss with another $2 deposit is not a strategy; it is a loop. The house edge does not disappear because the stakes are small. A $2 pokie spin has the same expected loss percentage as a $200 spin. The only difference is how many spins before you notice.

Can I really deposit just $2 at an Australian online casino?

Yes, some offshore casinos that accept Australian players have minimum deposits around $2, but they are not universal. The exact minimum often depends on the payment method. PayID and crypto deposits are more likely to allow $2, while card deposits usually require $10 or more. Always check the casino\'s cashier page before depositing.

Are $2 deposit casinos safe for Australian players?

Safety depends on the casino\'s licence and payout history, not the deposit amount. Australian law does not regulate offshore casinos, so you have no local consumer protection. Look for casinos licensed in Curaçao, Malta, or Kahnawake with a multi-year track record of paying Australian players. A $2 deposit is low risk, but the casino itself can still be risky.

What payment methods work with a $2 deposit?

PayID is the best option for Australian players because it is instant and fee-free. Cryptocurrencies like Bitcoin or Litecoin also work but network fees can exceed the deposit. E-wallets such as Neosurf, MiFinity, and eZeeWallet may support low deposits but sometimes add a voucher fee. Credit and debit cards are usually not viable for $2 due to processing fees.

Do $2 deposit bonuses have high wagering requirements?

Yes, most $2 deposit bonuses carry wagering requirements of 30x to 60x. On a $2 bonus, that means wagering $60 to $120 before withdrawal, which is nearly impossible to clear on low stakes. Free spins bonuses often have similar playthrough conditions on winnings. Always read the bonus terms and maximum cashout limits before claiming.

Can I win real money with a $2 deposit?

Technically yes, you can win real money, but the probability of a meaningful win from $2 is very low. A $2 deposit gives you only a handful of spins, so any win will likely be small. Even if you win, wagering requirements may delay withdrawal. Treat a $2 deposit as a way to test the casino, not as a path to profit.

Which $2 deposit casino has the best pokies selection?

Based on player feedback and game libraries, PlayAmo and SkyCrown consistently offer the widest pokies selection for low depositors. Both feature thousands of titles with minimum bets from $0.10 to $0.20, so your $2 can stretch to 10–20 spins. BitStarz is another strong option if you prefer crypto deposits and a large library of Bitcoin-friendly pokies.

\n Minimum Deposit Casino Australia 2026: Real Options, Fine Print, and Crypto Workarounds','$2 Minimum Deposit Casino Australia 2026: Low-Risk Pokies and Real Money Play','','publish','closed','closed','','2-minimum-deposit-casino-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(77,5700,'2020-06-29 16:49:25','2020-06-29 16:49:25','

$1 Minimum Deposit Pokies Australia 2026: Real Options and Caution

The Australian online pokies market has a strange obsession with the number one. One-dollar deposit offers appear everywhere in search results, on affiliate banners, and in casino promo emails. Yet most Australian players quickly discover that a genuine AUD 1 deposit is about as rare as a pokie with an actual edge. What exists in 2026 is a small cluster of offshore operators that allow crypto equivalent deposits around the $1 mark. Some also run limited PayID promotions that hit the same floor. The gap between marketing and reality is where this guide lives. We looked at operator terms, payment rails, bonus conditions, and historical complaints to separate real low-deposit options from noise.

The short version: yes, $1 minimum deposit pokies exist for Australian players, but almost always via cryptocurrency or rare PayID offers, not via credit card or bank transfer. Operators that advertise a flat $1 AUD deposit often apply it only to a specific payment method or a first deposit, and the bonus attached is usually minor. Anyone promising huge free spins for a buck is running a campaign that quietly eats itself in wagering requirements. The rest of this page breaks down how it works, which brands actually offer the low floor, and what you trade away for that low entry price.

\nTop 10 Online Casino Australia Real Money 2026

What a $1 Minimum Deposit Actually Means in Australia

On paper, a $1 minimum deposit is exactly what it sounds like: you transfer one Australian dollar to a casino account and receive access to real-money pokies. In practice, the payment processor eats a transaction fee. Visa, Mastercard, and most bank transfers charge fixed costs that make a $1 deposit unprofitable for the casino unless the player loses immediately. That is why direct AUD 1 deposits are vanishingly rare. The few operators that support them do so as a loss leader, expecting that most players will top up later at a normal $20 or $50 level.

Crypto changes the math. Bitcoin, Litecoin, and Tether have negligible per-transaction fees relative to the amount when you send small sums. A casino can accept the equivalent of USD 1 or AUD 1.50 in crypto without losing money on processing. As a result, most of the true $1 deposit pokies offers in Australia are crypto-first or crypto-only. If you search for ‘$1 deposit pokies Australia real money’, the results that actually deliver are usually offshore crypto casinos. That distinction matters because it affects bonuses, withdrawal limits, and the legal status of your play.

Are $1 Deposit Pokies Legal in Australia?

The Interactive Gambling Act 2001 makes it illegal for an operator to offer real-money online casino games to Australian residents. That includes pokies. No local regulator issues licences for online pokies aimed at Australians. Every offshore casino that accepts Australian players operates under a foreign licence, typically Curaçao, and does so in a legal grey area. The Australian Communications and Media Authority can block websites, but it does not prosecute individual players. Using a $1 deposit to play at an offshore casino is not a criminal offence for you, but you have no consumer protection under Australian law.

That legal reality shapes the entire low-deposit niche. Operators that chase $1 players are almost always unregulated by Australian standards. They rely on crypto payments and aggressive affiliate marketing. Some have been around for years with reasonable reputations, but none can offer the same dispute resolution as a locally licensed sportsbook or lottery product. Before you deposit even one dollar, understand that if a casino refuses to pay a win, your recourse is a Curaçao complaints process, a crypto trace, and a strongly worded email.

\n

ethereumbetting-au.com

\n

How Operators Make Money on a $1 Deposit

Casinos are not charities, and no amount of ‘free’ messaging changes that. A $1 deposit is a classic foot-in-the-door tactic. The operator pays the payment processor, gives you a teaser bonus, and hopes you either lose the dollar quickly or, much better, deposit again at a higher amount. The real LTV of a low-deposit player is not the first dollar; it is the conversion to a regular depositor who chases losses or spins through a sticky bonus.

Look at the mechanics. A typical $1 deposit welcome offer might give you 20 free spins on a specific pokie. Those spins have a value of maybe AUD 0.10 each, so the casino gives you two dollars of theoretical play for one dollar deposited. In return, it attaches a 35x wagering requirement on any winnings. To withdraw anything, you must wager the bonus amount dozens of times. That is not a ‘gift’. It is a carefully calculated acquisition cost. The same logic applies to cashback and match bonuses. If the casino expected you to withdraw, it would not offer the promotion.

Real Operators That Accept Low Deposits Around the $1 Mark

The table below lists ten offshore operators that either support crypto deposits equivalent to $1 or have offered limited AUD 1 promotions via PayID. We did not invent bonus amounts; where an exact figure was not stable across regions or terms, we state only the bonus type. The list is not exhaustive, and minimum deposits change frequently. Always check the cashier before signing up.

OperatorBonus TypePayment MethodsLicenceStandout Feature
PlayAmoWelcome bonus and free spinsCrypto, cards, e-walletsCuraçaoFast crypto withdrawals
BitStarzWelcome bonus and free spinsCrypto, some fiatCuraçaoLarge pokie library
7Bit CasinoWelcome bonusCrypto, cardsCuraçaoRetro crypto vibe
KatsubetWelcome bonusCrypto, cardsCuraçaoHigh withdrawal limits
King BillyWelcome bonusCrypto, cards, e-walletsCuraçaoLoyalty program
Ricky CasinoWelcome bonusCrypto, cards, PayIDCuraçaoPayID support
NeoSpinWelcome bonus and free spinsCrypto, cardsCuraçaoNew operator, aggressive promos
Ozwin CasinoWelcome bonusCards, crypto, PayIDCuraçaoAustralian-themed
Fair Go CasinoWelcome bonusCards, cryptoCuraçaoLong-running AU focus
Bizzo CasinoWelcome bonus and cashbackCrypto, cardsCuraçaoCashback program

None of these operators guarantee a flat AUD 1 deposit on every method. The realistic path to a $1 deposit is crypto: send a small amount of Litecoin or Tether, and the casino credits the equivalent in AUD or USD. Some brands, like Ricky Casino and Ozwin, advertise PayID minimums as low as AUD 10, but occasionally run first-deposit promotions where PayID deposits of $1 trigger a set of free spins. Those promotions change monthly, so treat any listed ‘PayID $1 deposit’ as a temporary campaign, not a permanent feature.

\n0 No Deposit Bonus Casino Australia 2026: Real Options, Small Print & Better Alternatives

Payment Methods That Make $1 Deposits Possible

Crypto is the backbone of true $1 deposits. Litecoin and Tether work best because transaction fees are often under one cent, and the casino does not punish you with a hidden conversion spread. Bitcoin works too but fees can spike. Avoid Ethereum for one-dollar sends; gas fees will eat the deposit. The casino\'s cashier will show a minimum crypto deposit, sometimes as low as 0.0001 BTC or 1 USDT. At current prices, 1 USDT is about AUD 1.50, which is close enough for most players.

PayID is the other option that occasionally hits the $1 mark. Australian banks support PayID for instant transfers, and some offshore casinos have integrated it through third-party processors. The normal PayID minimum is AUD 10 or 20, but first-deposit promos may lower it to $1. The catch: PayID deposits are still fiat, so the casino bears bank fees and is less likely to keep the $1 floor permanently. If you find a PayID $1 deposit offer, read the terms. It usually applies only to the first deposit and is tied to a specific pokie.

Credit and debit cards are essentially useless for $1 deposits. Visa and Mastercard transactions below AUD 10 are routinely rejected by acquiring banks, and the casino would lose money anyway. Prepaid vouchers like Neosurf can sometimes go lower, but the minimum voucher denomination is typically AUD 10. So the rule of thumb: for real $1 action, use crypto; for PayID, watch for limited promos; for cards, forget it.

Bonuses on a $1 Deposit: What You Should Expect

A $1 deposit does not buy you a meaningful bonus. At best, you get a small batch of free spins, usually 10 to 25 spins at minimum bet. If the casino advertises a match bonus, it is probably something like 100% up to $100, but your $1 deposit only gets you $1 in bonus funds. The huge bonus numbers in headlines apply only to maximum deposits. That is a classic bait-and-switch you should ignore.

Wagering requirements are the real cost. Free spins from a $1 deposit almost always carry 30x to 40x playthrough on winnings. If you win $5 from those spins, you need to wager $150 to $200 before you can withdraw. That is possible but unlikely within the time limit, usually 7 days. Cashback bonuses on a $1 deposit are even less useful because cashback is calculated on losses, and with a $1 bankroll, your theoretical maximum cashback is a few cents. Do not chase a $1 deposit for the bonus; chase it to test a casino or play a few spins without risking more.

Best Pokies to Play With a $1 Deposit

With a one-dollar bankroll, your only realistic strategy is minimum-bet spins. That means you need pokies with a low minimum coin size, preferably AUD 0.10 or less per spin. Classic three-reel games and low-volatility video slots work best. Avoid progressive jackpots, because the minimum bet is often higher and the RTP is tied to the jackpot contribution. Look for games like Book of Dead, Starburst, or Legacy of Dead, which allow small bets and have stable RTPs around 96%.

\nTop Rated Online Casinos Australia 2026: Tested Rankings and Expert Guide

Volatility matters more than theme. A high-volatility pokie will empty your one dollar in a few spins without giving you a chance to hit a feature. Low or medium volatility games give you more spins and a better shot at hitting a small win that you can then wager through. If your goal is to test a casino\'s platform, choose any low-volatility game. If your goal is to actually withdraw something, you are better off not depositing $1 at all; the wagering math works against you.

Red Flags and Common Pitfalls

The $1 deposit niche attracts weak operators and outright scams. Red flags include: a casino that advertises $1 deposit but does not list a licence; a welcome bonus with no visible terms and conditions; withdrawal limits of $20 or less; and any brand that requires a deposit before showing you the game RTP. These are not hypotheticals; they appear in affiliate spam every week.

Another common trap is the ‘$1 for 100 free spins’ offer. The spins are often locked to a specific high-volatility pokie with a maximum cashout of $10. You play the spins, maybe win $3, and then discover you must wager $105 to withdraw. That is not a bonus; it is a time sink. Legitimate low-deposit offers are modest and clearly explain the playthrough. If the terms read like a legal textbook designed to confuse you, walk away.

\n Minimum Deposit Pokies Australia 2026: Best Low Deposit Real Money Sites

How We Ranked These Operators

Our ranking for this guide used five criteria: actual availability of low crypto minimums or PayID promos, licence authenticity, withdrawal speed, game variety, and complaint history in Australian player forums. We did not assign star ratings because no $1 deposit casino is excellent; they are all compromises. A brand that processes crypto withdrawals in under an hour but has a weak game library is not objectively better than one with thousands of games but slower payouts. The table above is a starting point, not a recommendation to deposit.

We also looked at how each operator handles Australian players. Some brands explicitly block Australia despite affiliate pages claiming otherwise. The ones in the table still accept AU traffic as of early 2026, but that changes. Always check the casino\'s terms for restricted countries before you sign up. No operator on this list holds an Australian licence, because none exists for online pokies.

FAQ: $1 Deposit Pokies in Australia

Can I really deposit just $1 at Australian online casinos?

Rarely with Australian dollars. Most true $1 deposits happen through crypto, where you send a small amount of Litecoin or Tether equivalent to about AUD 1.50. Some casinos run short-term PayID promotions that allow a $1 first deposit, but these are not permanent. Direct card or bank deposits below $10 are almost never accepted.

Are $1 deposit pokies safe?

Safety depends on the operator, not the deposit amount. A $1 deposit at a licensed offshore casino with a long track record is safer than $50 at an unknown brand. Check for a Curaçao licence, read player complaints, and never deposit more than you can afford to lose. Australian law does not protect offshore play.

Do I need to use crypto to deposit $1?

In most cases, yes. Crypto transactions have low enough fees to make a $1 deposit viable. PayID occasionally works for $1 first deposits, but the permanent PayID minimum at most casinos is AUD 10 to 20. Cards and bank transfers are not viable for one-dollar deposits.

Will I get a welcome bonus on a $1 deposit?

Usually you get a small number of free spins, such as 10 to 25 spins at minimum bet. Some casinos also credit a 100% match bonus, but that equals only $1 on your $1 deposit. Read the wagering requirements; they often make the bonus nearly impossible to convert into withdrawable cash.

\n Minimum Deposit Pokies Australia 2026: Best Real Money Sites Worth Your Deposit

What is the best $1 deposit pokie in 2026?

There is no single best game because your one-dollar bankroll limits you to low minimum-bet titles. Look for low-volatility slots like Book of Dead or Starburst with minimum spins under AUD 0.20. Avoid progressive jackpots and high-volatility games unless you are fine losing the dollar in a few minutes.

Final Word

The $1 minimum deposit pokies niche in Australia for 2026 is real but narrow. You can play for a buck at several offshore crypto casinos, occasionally via PayID promotions, and that is the entire market. The experience is not glamorous: small free spins, heavy wagering, and a high probability of losing your deposit without a withdrawal. If you treat it as a cheap way to test a casino or kill ten minutes, fine. If you expect to turn one dollar into a cashout, you are playing the wrong game.

The smarter move is to decide why you want a $1 deposit. If it is to test a platform, use crypto and accept the limitations. If it is to chase a big win, deposit a normal amount where bonuses and withdrawal limits make sense. And remember: no casino gives away money. The house edge is always there, and the one-dollar entry is just the cheapest ticket to the same losing lottery.

','$1 Minimum Deposit Pokies Australia 2026: Real Options and Caution','','publish','closed','closed','','1-dollar-minimum-deposit-pokies-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0),(78,5700,'2020-06-29 16:49:25','2020-06-29 16:49:25','

$10 Minimum Deposit Casino Australia 2026: Top Sites & Honest Guide

\n

Most Australian players assume a casino deposit means dropping fifty or a hundred bucks before you can even spin a pokie. The reality in 2026 is different. A handful of offshore casinos now let you start with just A$10, and PayID has made those tiny deposits instant rather than a fifteen-minute card dance.

\n

This guide breaks down which $10 minimum deposit casinos actually work for Australians, what to watch for, and where the fine print gets sharp. No magic promises. Just the way the market runs.

\n

Are $10 Deposit Casinos Legal in Australia?

\n

Short version: you won\'t find an Australian-licensed online casino offering real-money play at any deposit level. The Interactive Gambling Act 2001 still prohibits domestic online casino operators, and that hasn\'t changed in 2026. What you will find are offshore casinos licensed in places like Curaçao or Kahnawake that accept Australian players.

\n

These sites operate in a grey area. The Australian Communications and Media Authority can block their domains and has done so repeatedly, but the services themselves keep running because they sit outside Australian jurisdiction. As a player, you\'re not prosecuted for signing up or depositing ten bucks, but you also have no local regulator to call if a withdrawal stalls.

\n

That\'s not a reason to panic. It is a reason to pick a site with a track record, not a brand-new skin that appeared last Tuesday. The casinos in our comparison table have been around long enough to show how they handle payouts.

\n

Top $10 Minimum Deposit Casinos for Australians in 2026

\n

The table below lists eight established offshore casinos that accept A$10 deposits from Australian players. We\'ve kept bonus descriptions to type only because exact match percentages and free spin counts change monthly, and a number that was true in March might be dead by June.

\n\n\n\n\n\n\n\n\n\n\n\n\n
CasinoMinimum DepositBonusPayment MethodsStandout Feature
Ricky CasinoA$10Welcome package with match bonus and free spinsPayID, Visa, Mastercard, Bitcoin, EthereumFast PayID withdrawals, often same day
Joe FortuneA$10Welcome bonus plus free spins on selected pokiesBitcoin, Bitcoin Cash, Litecoin, Visa, MastercardStrong reputation for crypto payouts
Ignition CasinoA$10Welcome bonus with separate poker bonusBitcoin, credit cards, voucherSolid poker room alongside casino games
PlayamoA$10Welcome bonus and regular reload bonusesPayID, Neosurf, crypto, cardsHuge game library with many providers
King BillyA$10Welcome package split over first depositsVisa, Mastercard, Skrill, Neteller, cryptoLoyalty program with cashback
Bizzo CasinoA$10Welcome bonus plus weekly free spinsPayID, Visa, Mastercard, cryptoModern interface and quick live chat
National CasinoA$10Welcome bonus and cashback offersVisa, Mastercard, Neosurf, cryptoLow wagering requirements on some bonuses
7Bit CasinoA$10Welcome package with free spinsBitcoin, Litecoin, Dogecoin, Visa, MastercardRetro style and crypto-friendly
\n

One pattern worth noting: PayID appears on more Australian-facing casinos in 2026 than it did even two years ago. That\'s not a coincidence. Australian banks made instant transfers standard, and casinos that ignore PayID lose a chunk of the market.

\n

tetherbetting-au.com

\n

Why a $10 Deposit Makes Sense for Testing a Casino

\n

Ten dollars won\'t change your life, but it will change your risk level. You can test the registration flow, make a deposit, try a few pokies, and request a withdrawal without parking a week\'s rent in an offshore account.

\n

That\'s the sane way to approach a new casino. Instead of trusting a glossy review, you run a small live experiment. If the casino drags its feet on a $10 cashout, imagine what happens with ,000.

\n0 No Deposit Bonus Casino Australia 2026: Real Options, Small Print & Better Alternatives\n Minimum Deposit Pokies Australia 2026: Best Real Money Sites Worth Your Deposit\n

There\'s a catch, though. Some casinos set the minimum deposit at $10 but the minimum withdrawal at $50 or more. You might win a little and discover you can\'t cash out until you deposit more. Check the cashier rules before you deposit, not after you\'ve hit a feature.

\n

Payment Methods That Actually Work for $10 Deposits

\n

PayID is the standout for Australian players. It links to your bank account, settles in seconds, and doesn\'t carry the international transaction fees that credit cards often do. Most of the casinos in the table accept PayID for at least deposits, and several use it for withdrawals too.

\n

Credit and debit cards still work, but some Australian banks flag gambling-related transactions, especially to offshore merchants. If your card gets declined, it\'s not the casino being shady; it\'s your bank\'s risk algorithm deciding you shouldn\'t be having fun.

\n

Cryptocurrency is the other reliable path. Bitcoin and Ethereum deposits clear quickly and often come with slightly better bonuses because the casino saves on payment processing. If you\'re already holding crypto, it\'s the cleanest way to move ten bucks without a bank sniffing around.

\nTop 10 Online Casino Australia Real Money 2026\n

What You Can Actually Play with a $10 Deposit

\n

Online pokies dominate low-deposit play for an obvious reason: spin sizes start at a few cents. Ten dollars gives you a few hundred spins on penny pokies, enough to trigger bonus rounds without running dry in two minutes. Games like Big Bass Bonanza, Gates of Olympus, and classic three-reelers are built for this budget.

\n

Table games are tougher. Most blackjack and roulette tables want bets of at least A$1, and many live dealer tables start at A$5 or A$10 per hand. That\'s fine if you want ten hands of blackjack, but it kills the session time. If you\'re depositing ten, think of table games as a quick taste, not a strategy.

\n

Live dealer games are the worst value at this deposit size unless the casino runs a dedicated low-limit table. Some do, but they\'re rare. The camera, the dealer, and the studio all cost money, and the house passes that cost to the player through higher minimums.

\n Minimum Deposit Pokies Australia 2026: Real Options and Caution\n

Bonuses at $10 Deposit Casinos: Where the Trap Hides

\n

A $10 deposit bonus sounds generous until you read the wagering requirement. Say a casino gives you a 100% match on your ten bucks, so you start with $20. A 50x wagering requirement means you must wager $1,000 before any withdrawal of bonus winnings. That\'s not impossible, but it\'s a grind.

\n

The real trap is the fine print on maximum bet while wagering. Many casinos cap your bet at A$5 or even A$1 per spin during a bonus. If you accidentally bet $10, the bonus and winnings are void. That\'s not a scam, but it\'s a nasty surprise for players who don\'t read the terms.

\n

Free spins are similar. They often carry a 40x wagering on winnings and expire within 24 or 48 hours. A handful of free spins on a $10 deposit is a nice extra, but it\'s not a retirement plan. Treat bonuses as a way to extend playtime, not as a path to profit.

\n

Common Mistakes Australian Players Make with $10 Deposits

\n

First mistake: ignoring the withdrawal minimum. You deposit $10, win $30, and realise the casino won\'t pay out anything under $50. Now you must deposit another $20 to reach the threshold. That\'s exactly how casinos convert small depositors into medium depositors.

\n

Second mistake: taking a bonus without reading which games count toward wagering. Many pokies contribute 100%, but table games contribute 5% or nothing. If you load your bonus and head to blackjack, you\'ll never clear the wagering. The bonus calculator becomes a paperweight.

\n

Third mistake: assuming all $10 deposit casinos are the same. They aren\'t. Some have instant PayID withdrawals, others take three days to process a crypto payout. The table above is your starting point, not a final verdict.

\n

How We Picked the Casinos in This Guide

\n

We didn\'t rank these brands by affiliate commission or a random star system. We looked at three things: whether they genuinely accept A$10 deposits, how long they\'ve been operating, and what Australian players report about withdrawals on forums and review sites.

\n Minimum Deposit Pokies Australia 2026: Best Low Deposit Real Money Sites\n

Every casino in the table has processed $10 deposits without requiring a second top-up to play. That sounds basic, but you\'d be surprised how many sites advertise a $10 minimum and then gate the deposit button behind a $20 crypto minimum or a card processor that rejects small amounts.

\nTop Rated Online Casinos Australia 2026: Tested Rankings and Expert Guide\n

We also checked the payment methods for Australian specifics. PayID support mattered. If a casino claims to love Australian players but doesn\'t support PayID in 2026, something is off. Same with crypto options—no reason to ignore them when half the market uses them.

\n

Frequently Asked Questions

\n

Can I really deposit only $10 at an online casino in Australia?

\n

Yes. Several offshore casinos accept A$10 deposits from Australian players, including Ricky Casino, Joe Fortune, and Playamo. The deposit will land instantly with PayID or crypto, but you must verify the casino\'s currency settings to avoid a conversion fee eating into your ten dollars.

\n

Are $10 deposit casinos safe for Australian players?

\n

Safe is a relative term. These offshore casinos hold licences from Curaçao or Kahnawake, not Australian regulators. That means your recourse is limited if something goes wrong. Choose a brand with at least three years of operation and a visible history of paying withdrawals, not a brand-new site with a shiny welcome offer.

\n

Which payment method is fastest for a $10 deposit?

\n

PayID is the fastest for Australian players, usually clearing in under a minute. Cryptocurrency is nearly as quick but depends on network confirmation times. Credit cards can work but sometimes get blocked by Australian banks for gambling transactions, so PayID is the more reliable default.

\n

Can I win real money with just a $10 deposit?

\n

Yes, you can win real money, but the practical ceiling is low unless you hit a jackpot. A $10 deposit gives you a limited bankroll, so most wins will be modest. If you do win and want to withdraw, make sure the casino\'s minimum withdrawal isn\'t above your balance.

\n

Do $10 deposit casinos offer no deposit bonuses too?

\n

Some do, but they are rare and often tied to new player sign-ups with strict wagering requirements. A no deposit bonus at a low-deposit casino is usually a small free chip or a few free spins, not a meaningful bankroll. Read the terms before you claim one.

\n

What should I check before signing up at a $10 deposit casino?

\n

Check the minimum withdrawal, the wagering requirements on any bonus, the supported payment methods for your region, and the casino\'s complaint history. A quick search for the casino name plus \'withdrawal problem\' will tell you more than any review site.

','$10 Minimum Deposit Casino Australia 2026: Top Sites & Honest Guide','','publish','closed','closed','','10-minimum-deposit-casino-australia-2026','','','0000-00-00 00:00:00','0000-00-00 00:00:00','',0,'',0,'post','',0); /*!40000 ALTER TABLE `wpy8_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_term_relationships` -- DROP TABLE IF EXISTS `wpy8_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_term_relationships` ( `object_id` bigint unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0', `term_order` int NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_term_relationships` -- LOCK TABLES `wpy8_term_relationships` WRITE; /*!40000 ALTER TABLE `wpy8_term_relationships` DISABLE KEYS */; INSERT INTO `wpy8_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1,1,0),(37,2,0),(38,2,0),(39,2,0),(40,2,0),(41,2,0),(42,2,0),(53,3,0),(54,3,0),(55,3,0),(56,3,0),(57,4,0),(58,4,0),(59,4,0),(60,4,0),(61,5,0),(62,5,0),(63,5,0),(64,5,0),(65,5,0); /*!40000 ALTER TABLE `wpy8_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_term_taxonomy` -- DROP TABLE IF EXISTS `wpy8_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_term_taxonomy` ( `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint unsigned NOT NULL DEFAULT '0', `count` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_term_taxonomy` -- LOCK TABLES `wpy8_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpy8_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpy8_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,0),(3,3,'nav_menu','',0,4),(4,4,'nav_menu','',0,4),(5,5,'nav_menu','',0,5); /*!40000 ALTER TABLE `wpy8_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_termmeta` -- DROP TABLE IF EXISTS `wpy8_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_termmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_termmeta` -- LOCK TABLES `wpy8_termmeta` WRITE; /*!40000 ALTER TABLE `wpy8_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpy8_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_terms` -- DROP TABLE IF EXISTS `wpy8_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_terms` ( `term_id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_terms` -- LOCK TABLES `wpy8_terms` WRITE; /*!40000 ALTER TABLE `wpy8_terms` DISABLE KEYS */; INSERT INTO `wpy8_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Uncategorized','uncategorized',0),(2,'Custom Main Menu','custom-main-menu',0),(3,'Primary','primary',0),(4,'Primary (2)','primary-2',0),(5,'Social Links Menu','social-links-menu',0); /*!40000 ALTER TABLE `wpy8_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_usermeta` -- DROP TABLE IF EXISTS `wpy8_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_usermeta` ( `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_usermeta` -- LOCK TABLES `wpy8_usermeta` WRITE; /*!40000 ALTER TABLE `wpy8_usermeta` DISABLE KEYS */; INSERT INTO `wpy8_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'nickname','lewis'),(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','modern'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpy8_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpy8_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"a581aaa9a9724de85a27bd4246d1abc036472c00e9a204487611b256ed4c9fe9\";a:4:{s:10:\"expiration\";i:1593576108;s:2:\"ip\";s:10:\"58.108.0.7\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:5:\"login\";i:1593403308;}s:64:\"886b52e588187e740734d412b86a26fc3eb43577608c7a8f291c107f5ec655d0\";a:4:{s:10:\"expiration\";i:1593593625;s:2:\"ip\";s:10:\"58.108.0.7\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:5:\"login\";i:1593420825;}}'),(17,1,'wpy8_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"58.108.0.0\";}'),(19,1,'wpy8_user-settings','libraryContent=browse'),(20,1,'wpy8_user-settings-time','1593420695'),(21,2,'wpy8_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(22,2,'wpy8_user_level','10'); /*!40000 ALTER TABLE `wpy8_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpy8_users` -- DROP TABLE IF EXISTS `wpy8_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpy8_users` ( `ID` bigint unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpy8_users` -- LOCK TABLES `wpy8_users` WRITE; /*!40000 ALTER TABLE `wpy8_users` DISABLE KEYS */; INSERT INTO `wpy8_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1,'lewis','$P$Bd75LhdTezqCYWEg0hHH/GZeiNZhX21','lewis','lewis@perthdesignateddrivers.com.au','https://new.perthdesignateddrivers.com.au','2020-06-27 07:22:53','',0,'lewis'),(2,'articlesuse','$2y$10$tFrvHrBXUs6Hkx8VtFSdkeryPDJZwCD/LQ98vgg5DL..dCG2XOhy2','articlesuse','','','2026-08-17 16:41:46','',0,'articlesuse'); /*!40000 ALTER TABLE `wpy8_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping events for database 'desid573_wp38' -- -- -- Dumping routines for database 'desid573_wp38' -- /*!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 2026-08-23 1:39:07