0byt3m1n1
Path:
/
data
/
9
/
1
/
19
/
119
/
1345608
/
meta
/
1442623
/
mysql.backup
/
[
Home
]
File: pommainst.mysqlcluster18.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster18 Database: pommainst -- ------------------------------------------------------ -- Server version 5.6.51-91.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_cff_facebook_feed_locator` -- DROP TABLE IF EXISTS `wp_cff_facebook_feed_locator`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cff_facebook_feed_locator` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `feed_id` varchar(50) NOT NULL DEFAULT '', `post_id` bigint(20) unsigned NOT NULL, `html_location` varchar(50) NOT NULL DEFAULT 'unknown', `shortcode_atts` longtext NOT NULL, `last_update` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `feed_id` (`feed_id`), KEY `post_id` (`post_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cff_facebook_feed_locator` -- LOCK TABLES `wp_cff_facebook_feed_locator` WRITE; /*!40000 ALTER TABLE `wp_cff_facebook_feed_locator` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cff_facebook_feed_locator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cff_feed_caches` -- DROP TABLE IF EXISTS `wp_cff_feed_caches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cff_feed_caches` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `feed_id` bigint(20) unsigned NOT NULL DEFAULT '1', `cache_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `cache_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `cron_update` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `feed_id` (`feed_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cff_feed_caches` -- LOCK TABLES `wp_cff_feed_caches` WRITE; /*!40000 ALTER TABLE `wp_cff_feed_caches` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cff_feed_caches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cff_feeds` -- DROP TABLE IF EXISTS `wp_cff_feeds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cff_feeds` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `feed_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `feed_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `settings` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `author` bigint(20) unsigned NOT NULL DEFAULT '1', `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `last_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `author` (`author`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cff_feeds` -- LOCK TABLES `wp_cff_feeds` WRITE; /*!40000 ALTER TABLE `wp_cff_feeds` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cff_feeds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cff_sources` -- DROP TABLE IF EXISTS `wp_cff_sources`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cff_sources` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `account_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `account_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `privilege` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `access_token` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `username` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `info` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `error` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `author` bigint(20) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `account_type` (`account_type`(191)), KEY `author` (`author`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cff_sources` -- LOCK TABLES `wp_cff_sources` WRITE; /*!40000 ALTER TABLE `wp_cff_sources` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cff_sources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext 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(11) 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_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) 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(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) 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=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) 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`) ) ENGINE=InnoDB AUTO_INCREMENT=10811 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.pomegranateonmain.com/','yes'),(2,'home','http://www.pomegranateonmain.com/','yes'),(3,'blogname','Pomegranate On Main','yes'),(4,'blogdescription','Fine Persian Cuisine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','chris@mainstreetwebmarketing.com','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','1','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','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','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','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%category%/%postname%/','yes'),(29,'rewrite_rules','a:294:{s:15:\"our-services/?$\";s:31:\"index.php?post_type=oxy_service\";s:32:\"our-services/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=oxy_service&paged=$matches[1]\";s:18:\"oxy_testimonial/?$\";s:35:\"index.php?post_type=oxy_testimonial\";s:48:\"oxy_testimonial/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=oxy_testimonial&feed=$matches[1]\";s:43:\"oxy_testimonial/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=oxy_testimonial&feed=$matches[1]\";s:35:\"oxy_testimonial/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=oxy_testimonial&paged=$matches[1]\";s:11:\"our-team/?$\";s:29:\"index.php?post_type=oxy_staff\";s:28:\"our-team/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=oxy_staff&paged=$matches[1]\";s:12:\"portfolio/?$\";s:39:\"index.php?post_type=oxy_portfolio_image\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=oxy_portfolio_image&paged=$matches[1]\";s:12:\"oxy_modal/?$\";s:29:\"index.php?post_type=oxy_modal\";s:42:\"oxy_modal/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=oxy_modal&feed=$matches[1]\";s:37:\"oxy_modal/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=oxy_modal&feed=$matches[1]\";s:29:\"oxy_modal/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=oxy_modal&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:11:\"sidebars/?$\";s:27:\"index.php?post_type=sidebar\";s:41:\"sidebars/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sidebar&feed=$matches[1]\";s:36:\"sidebars/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sidebar&feed=$matches[1]\";s:28:\"sidebars/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=sidebar&paged=$matches[1]\";s:40:\"our-services/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"our-services/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"our-services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"our-services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"our-services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"our-services/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"our-services/([^/]+)/embed/?$\";s:44:\"index.php?oxy_service=$matches[1]&embed=true\";s:33:\"our-services/([^/]+)/trackback/?$\";s:38:\"index.php?oxy_service=$matches[1]&tb=1\";s:41:\"our-services/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?oxy_service=$matches[1]&paged=$matches[2]\";s:48:\"our-services/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?oxy_service=$matches[1]&cpage=$matches[2]\";s:37:\"our-services/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?oxy_service=$matches[1]&page=$matches[2]\";s:29:\"our-services/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"our-services/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"our-services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"our-services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"our-services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"our-services/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"oxy_testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"oxy_testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"oxy_testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"oxy_testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"oxy_testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"oxy_testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"oxy_testimonial/([^/]+)/embed/?$\";s:48:\"index.php?oxy_testimonial=$matches[1]&embed=true\";s:36:\"oxy_testimonial/([^/]+)/trackback/?$\";s:42:\"index.php?oxy_testimonial=$matches[1]&tb=1\";s:56:\"oxy_testimonial/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?oxy_testimonial=$matches[1]&feed=$matches[2]\";s:51:\"oxy_testimonial/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?oxy_testimonial=$matches[1]&feed=$matches[2]\";s:44:\"oxy_testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?oxy_testimonial=$matches[1]&paged=$matches[2]\";s:51:\"oxy_testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?oxy_testimonial=$matches[1]&cpage=$matches[2]\";s:40:\"oxy_testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?oxy_testimonial=$matches[1]&page=$matches[2]\";s:32:\"oxy_testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"oxy_testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"oxy_testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"oxy_testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"oxy_testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"oxy_testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:62:\"oxy_testimonial_group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?oxy_testimonial_group=$matches[1]&feed=$matches[2]\";s:57:\"oxy_testimonial_group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?oxy_testimonial_group=$matches[1]&feed=$matches[2]\";s:38:\"oxy_testimonial_group/([^/]+)/embed/?$\";s:54:\"index.php?oxy_testimonial_group=$matches[1]&embed=true\";s:50:\"oxy_testimonial_group/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?oxy_testimonial_group=$matches[1]&paged=$matches[2]\";s:32:\"oxy_testimonial_group/([^/]+)/?$\";s:43:\"index.php?oxy_testimonial_group=$matches[1]\";s:36:\"our-team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"our-team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"our-team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"our-team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"our-team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"our-team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"our-team/([^/]+)/embed/?$\";s:42:\"index.php?oxy_staff=$matches[1]&embed=true\";s:29:\"our-team/([^/]+)/trackback/?$\";s:36:\"index.php?oxy_staff=$matches[1]&tb=1\";s:37:\"our-team/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?oxy_staff=$matches[1]&paged=$matches[2]\";s:44:\"our-team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?oxy_staff=$matches[1]&cpage=$matches[2]\";s:33:\"our-team/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?oxy_staff=$matches[1]&page=$matches[2]\";s:25:\"our-team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"our-team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"our-team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"our-team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"our-team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"our-team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"oxy_staff_department/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?oxy_staff_department=$matches[1]&feed=$matches[2]\";s:56:\"oxy_staff_department/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?oxy_staff_department=$matches[1]&feed=$matches[2]\";s:37:\"oxy_staff_department/([^/]+)/embed/?$\";s:53:\"index.php?oxy_staff_department=$matches[1]&embed=true\";s:49:\"oxy_staff_department/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?oxy_staff_department=$matches[1]&paged=$matches[2]\";s:31:\"oxy_staff_department/([^/]+)/?$\";s:42:\"index.php?oxy_staff_department=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:52:\"index.php?oxy_portfolio_image=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:46:\"index.php?oxy_portfolio_image=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?oxy_portfolio_image=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?oxy_portfolio_image=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?oxy_portfolio_image=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:65:\"oxy_portfolio_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?oxy_portfolio_categories=$matches[1]&feed=$matches[2]\";s:60:\"oxy_portfolio_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?oxy_portfolio_categories=$matches[1]&feed=$matches[2]\";s:41:\"oxy_portfolio_categories/([^/]+)/embed/?$\";s:57:\"index.php?oxy_portfolio_categories=$matches[1]&embed=true\";s:53:\"oxy_portfolio_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?oxy_portfolio_categories=$matches[1]&paged=$matches[2]\";s:35:\"oxy_portfolio_categories/([^/]+)/?$\";s:46:\"index.php?oxy_portfolio_categories=$matches[1]\";s:41:\"oxy_mega_menu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"oxy_mega_menu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"oxy_mega_menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"oxy_mega_menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"oxy_mega_menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"oxy_mega_menu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"oxy_mega_menu/([^/]+)/embed/?$\";s:61:\"index.php?post_type=oxy_mega_menu&name=$matches[1]&embed=true\";s:34:\"oxy_mega_menu/([^/]+)/trackback/?$\";s:55:\"index.php?post_type=oxy_mega_menu&name=$matches[1]&tb=1\";s:42:\"oxy_mega_menu/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?post_type=oxy_mega_menu&name=$matches[1]&paged=$matches[2]\";s:49:\"oxy_mega_menu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?post_type=oxy_mega_menu&name=$matches[1]&cpage=$matches[2]\";s:38:\"oxy_mega_menu/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?post_type=oxy_mega_menu&name=$matches[1]&page=$matches[2]\";s:30:\"oxy_mega_menu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"oxy_mega_menu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"oxy_mega_menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"oxy_mega_menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"oxy_mega_menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"oxy_mega_menu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"oxy_mega_columns/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"oxy_mega_columns/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"oxy_mega_columns/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"oxy_mega_columns/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"oxy_mega_columns/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"oxy_mega_columns/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"oxy_mega_columns/([^/]+)/embed/?$\";s:64:\"index.php?post_type=oxy_mega_columns&name=$matches[1]&embed=true\";s:37:\"oxy_mega_columns/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=oxy_mega_columns&name=$matches[1]&tb=1\";s:45:\"oxy_mega_columns/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=oxy_mega_columns&name=$matches[1]&paged=$matches[2]\";s:52:\"oxy_mega_columns/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=oxy_mega_columns&name=$matches[1]&cpage=$matches[2]\";s:41:\"oxy_mega_columns/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=oxy_mega_columns&name=$matches[1]&page=$matches[2]\";s:33:\"oxy_mega_columns/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"oxy_mega_columns/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"oxy_mega_columns/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"oxy_mega_columns/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"oxy_mega_columns/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"oxy_mega_columns/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"oxy_modal/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"oxy_modal/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"oxy_modal/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"oxy_modal/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"oxy_modal/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"oxy_modal/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"oxy_modal/([^/]+)/embed/?$\";s:42:\"index.php?oxy_modal=$matches[1]&embed=true\";s:30:\"oxy_modal/([^/]+)/trackback/?$\";s:36:\"index.php?oxy_modal=$matches[1]&tb=1\";s:50:\"oxy_modal/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?oxy_modal=$matches[1]&feed=$matches[2]\";s:45:\"oxy_modal/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?oxy_modal=$matches[1]&feed=$matches[2]\";s:38:\"oxy_modal/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?oxy_modal=$matches[1]&paged=$matches[2]\";s:45:\"oxy_modal/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?oxy_modal=$matches[1]&cpage=$matches[2]\";s:34:\"oxy_modal/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?oxy_modal=$matches[1]&page=$matches[2]\";s:26:\"oxy_modal/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"oxy_modal/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"oxy_modal/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"oxy_modal/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"oxy_modal/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"oxy_modal/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:61:\"oxy_service_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?oxy_service_category=$matches[1]&feed=$matches[2]\";s:56:\"oxy_service_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?oxy_service_category=$matches[1]&feed=$matches[2]\";s:37:\"oxy_service_category/([^/]+)/embed/?$\";s:53:\"index.php?oxy_service_category=$matches[1]&embed=true\";s:49:\"oxy_service_category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?oxy_service_category=$matches[1]&paged=$matches[2]\";s:31:\"oxy_service_category/([^/]+)/?$\";s:42:\"index.php?oxy_service_category=$matches[1]\";s:37:\"oxy_stack/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"oxy_stack/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"oxy_stack/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"oxy_stack/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"oxy_stack/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"oxy_stack/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"oxy_stack/([^/]+)/embed/?$\";s:57:\"index.php?post_type=oxy_stack&name=$matches[1]&embed=true\";s:30:\"oxy_stack/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=oxy_stack&name=$matches[1]&tb=1\";s:38:\"oxy_stack/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=oxy_stack&name=$matches[1]&paged=$matches[2]\";s:45:\"oxy_stack/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=oxy_stack&name=$matches[1]&cpage=$matches[2]\";s:34:\"oxy_stack/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=oxy_stack&name=$matches[1]&page=$matches[2]\";s:26:\"oxy_stack/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"oxy_stack/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"oxy_stack/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"oxy_stack/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"oxy_stack/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"oxy_stack/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"sidebars/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"sidebars/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"sidebars/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"sidebars/([^/]+)/embed/?$\";s:40:\"index.php?sidebar=$matches[1]&embed=true\";s:29:\"sidebars/([^/]+)/trackback/?$\";s:34:\"index.php?sidebar=$matches[1]&tb=1\";s:49:\"sidebars/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sidebar=$matches[1]&feed=$matches[2]\";s:44:\"sidebars/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sidebar=$matches[1]&feed=$matches[2]\";s:37:\"sidebars/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sidebar=$matches[1]&paged=$matches[2]\";s:44:\"sidebars/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sidebar=$matches[1]&cpage=$matches[2]\";s:33:\"sidebars/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?sidebar=$matches[1]&page=$matches[2]\";s:25:\"sidebars/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"sidebars/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"sidebars/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=177&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:11:{i:0;s:19:\"akismet/akismet.php\";i:1;s:55:\"contact-form-7-datepicker/contact-form-7-datepicker.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:45:\"custom-facebook-feed/custom-facebook-feed.php\";i:4;s:32:\"flywheel-migrations/flywheel.php\";i:5;s:27:\"js_composer/js_composer.php\";i:6;s:39:\"open-table-widget/open-table-widget.php\";i:7;s:29:\"pdf-embedder/pdf_embedder.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:27:\"woosidebars/woosidebars.php\";i:10;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','lambda','yes'),(41,'stylesheet','lambda','yes'),(42,'comment_whitelist','','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','1','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','0','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','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:5:{i:-1;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";N;s:6:\"filter\";s:7:\"content\";}i:2;a:3:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:322:\"<img style=\"width: 220px;\" src=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-2-big-white.png\" alt=\"divider\" />\r\n\r\nAt Pomegranate on Main, we serve authentic Persian cuisine - made fresh daily - in an inviting bistro-style atmosphere. We are passionate about making your dining experience one to savor.\";s:6:\"filter\";s:7:\"content\";}i:3;a:3:{s:5:\"title\";s:13:\"Opening Hours\";s:4:\"text\";s:258:\"<img style=\"width: 220px;\" src=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-2-big-white.png\" alt=\"divider\" />\r\n\r\n<strong>Mon-Fri</strong>: 11:30am-2:30pm\r\n5:30 - UNTIL\r\n\r\n<strong>Sat</strong>: 11:30am-UNTIL\r\n<strong>Sun</strong>: CLOSED\";s:6:\"filter\";s:7:\"content\";}i:4;a:3:{s:5:\"title\";s:8:\"Location\";s:4:\"text\";s:194:\"<img style=\"width: 220px;\" src=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-2-big-white.png\" alt=\"divider\" />\r\n\r\n618 S. Main St.\r\nGreenville, SC 29601\r\nPhone: (864)241-3012\";s:6:\"filter\";s:7:\"content\";}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:4:{s:45:\"custom-facebook-feed/custom-facebook-feed.php\";a:2:{i:0;s:39:\"CustomFacebookFeed\\Custom_Facebook_Feed\";i:1;s:13:\"cff_uninstall\";}s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:35:\"wp-fastest-cache/wpFastestCache.php\";a:2:{i:0;s:14:\"WpFastestCache\";i:1;s:9:\"uninstall\";}s:32:\"flywheel-migrations/flywheel.php\";a:2:{i:0;s:11:\"FWLWPAction\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','177','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','536','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{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:15:\"wpseo_bulk_edit\";b:1;s:20:\"wpseo_manage_options\";b:1;s:35:\"manage_custom_facebook_feed_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'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'),(96,'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'),(97,'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'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:20:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"reservation-sidebar\";a:1:{i:0;s:12:\"otw_widget-3\";}s:14:\"upper-footer-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:14:\"upper-footer-2\";a:0:{}s:14:\"upper-footer-3\";a:0:{}s:14:\"upper-footer-4\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:6:\"text-2\";}s:8:\"footer-2\";a:2:{i:0;s:6:\"text-3\";i:1;s:17:\"oxywidgetsocial-2\";}s:8:\"footer-3\";a:2:{i:0;s:6:\"text-4\";i:1;s:17:\"oxywidgetsocial-3\";}s:8:\"footer-4\";a:0:{}s:12:\"sub-footer-1\";a:0:{}s:12:\"sub-footer-2\";a:0:{}s:12:\"sub-footer-3\";a:0:{}s:12:\"sub-footer-4\";a:0:{}s:8:\"menu-bar\";a:0:{}s:8:\"logo-bar\";a:0:{}s:14:\"above-nav-left\";a:0:{}s:15:\"above-nav-right\";a:0:{}s:7:\"sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'cron','a:10:{i:1630510894;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630511021;a:1:{s:25:\"group_post_scheduler_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1630527527;a:1:{s:12:\"cff_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1630528941;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630530927;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1630530934;a:1:{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;}}}i:1630564774;a:1:{s:24:\"akismet_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;}}}i:1630880083;a:1:{s:23:\"cff_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1630908000;a:2:{s:20:\"cff_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"cffweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"cff_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"cffweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1489087230;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(118,'can_compress_scripts','1','no'),(133,'current_theme','Lambda','yes'),(134,'theme_mods_lambda','a:4:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:4;}s:16:\"background_image\";s:77:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/05/pom-header-bg.jpg\";s:17:\"background_preset\";s:6:\"repeat\";}','yes'),(135,'theme_switched','','yes'),(136,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(137,'widget_oxywidgetsocial','a:3:{i:2;a:24:{s:5:\"title\";s:0:\"\";s:12:\"social_color\";s:2:\"on\";s:12:\"social_style\";s:13:\"social-simple\";s:11:\"social_size\";s:13:\"social-normal\";s:12:\"social0_icon\";s:7:\"cc-amex\";s:11:\"social0_url\";s:0:\"\";s:12:\"social1_icon\";s:7:\"cc-visa\";s:11:\"social1_url\";s:0:\"\";s:12:\"social2_icon\";s:13:\"cc-mastercard\";s:11:\"social2_url\";s:0:\"\";s:12:\"social3_icon\";s:11:\"cc-discover\";s:11:\"social3_url\";s:0:\"\";s:12:\"social4_icon\";s:0:\"\";s:11:\"social4_url\";s:0:\"\";s:12:\"social5_icon\";s:0:\"\";s:11:\"social5_url\";s:0:\"\";s:12:\"social6_icon\";s:0:\"\";s:11:\"social6_url\";s:0:\"\";s:12:\"social7_icon\";s:0:\"\";s:11:\"social7_url\";s:0:\"\";s:12:\"social8_icon\";s:0:\"\";s:11:\"social8_url\";s:0:\"\";s:12:\"social9_icon\";s:0:\"\";s:11:\"social9_url\";s:0:\"\";}i:3;a:24:{s:5:\"title\";s:0:\"\";s:12:\"social_color\";s:2:\"on\";s:12:\"social_style\";s:13:\"social-simple\";s:11:\"social_size\";s:13:\"social-normal\";s:12:\"social0_icon\";s:8:\"facebook\";s:11:\"social0_url\";s:49:\"https://www.facebook.com/PomegranateOnMain?ref=ts\";s:12:\"social1_icon\";s:7:\"twitter\";s:11:\"social1_url\";s:32:\"https://twitter.com/#!/pomonmain\";s:12:\"social2_icon\";s:7:\"youtube\";s:11:\"social2_url\";s:42:\"http://www.youtube.com/watch?v=VWh07wJ1QBI\";s:12:\"social3_icon\";s:11:\"google-plus\";s:11:\"social3_url\";s:42:\"https://plus.google.com/+PomegranateOnMain\";s:12:\"social4_icon\";s:4:\"yelp\";s:11:\"social4_url\";s:55:\"https://www.yelp.com/biz/pomegranate-on-main-greenville\";s:12:\"social5_icon\";s:9:\"instagram\";s:11:\"social5_url\";s:36:\"https://www.instagram.com/pomonmain/\";s:12:\"social6_icon\";s:0:\"\";s:11:\"social6_url\";s:0:\"\";s:12:\"social7_icon\";s:0:\"\";s:11:\"social7_url\";s:0:\"\";s:12:\"social8_icon\";s:0:\"\";s:11:\"social8_url\";s:0:\"\";s:12:\"social9_icon\";s:0:\"\";s:11:\"social9_url\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(138,'widget_oxywidgetwpml','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(139,'lambda_first_install','1','yes'),(140,'lambda-options','a:221:{s:11:\"site_loader\";s:2:\"on\";s:17:\"site_loader_style\";s:7:\"logo-3d\";s:17:\"logo_loader_image\";s:81:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/07/pom-logo-icondesk.jpg\";s:15:\"template_margin\";s:2:\"50\";s:13:\"site_comments\";s:3:\"Off\";s:8:\"404_page\";s:3:\"177\";s:7:\"api_key\";s:39:\"AIzaSyBP2oYuRDFzM1FufxiWZI7dbsfybm84nc8\";s:10:\"blog_style\";s:13:\"right-sidebar\";s:15:\"blog_post_style\";s:23:\"blog-list-layout-normal\";s:18:\"blog_show_readmore\";s:2:\"on\";s:13:\"blog_readmore\";s:9:\"read more\";s:19:\"blog_readmore_style\";s:2:\"on\";s:16:\"blog_stripteaser\";s:3:\"off\";s:15:\"blog_pagination\";s:5:\"pages\";s:19:\"blog_image_linkable\";s:2:\"on\";s:16:\"blog_post_header\";s:7:\"details\";s:24:\"blog_post_media_position\";s:5:\"above\";s:15:\"blog_categories\";s:2:\"on\";s:9:\"blog_date\";s:2:\"on\";s:11:\"blog_author\";s:2:\"on\";s:9:\"blog_tags\";s:2:\"on\";s:18:\"blog_comment_count\";s:2:\"on\";s:10:\"author_bio\";s:3:\"off\";s:17:\"author_bio_avatar\";s:2:\"on\";s:20:\"blog_social_networks\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:6:\"google\";i:3;s:9:\"pinterest\";}s:13:\"related_posts\";s:2:\"on\";s:19:\"related_posts_style\";s:5:\"image\";s:23:\"related_posts_title_tag\";s:2:\"h3\";s:24:\"related_posts_text_align\";s:4:\"left\";s:19:\"related_posts_count\";i:3;s:21:\"related_posts_columns\";i:3;s:12:\"blog_masonry\";s:10:\"no-masonry\";s:25:\"blog_masonry_item_padding\";i:8;s:18:\"blog_masonry_style\";s:13:\"image-overlay\";s:22:\"blog_masonry_title_tag\";s:2:\"h3\";s:23:\"blog_masonry_text_align\";s:4:\"left\";s:27:\"masonry_section_text_shadow\";s:9:\"no-shadow\";s:28:\"masonry_section_inner_shadow\";s:9:\"no-shadow\";s:21:\"masonry_section_width\";s:6:\"padded\";s:21:\"masonry_section_class\";s:0:\"\";s:18:\"masonry_section_id\";s:0:\"\";s:21:\"masonry_section_label\";s:0:\"\";s:30:\"masonry_section_overlay_colour\";s:7:\"#000000\";s:31:\"masonry_section_overlay_opacity\";i:0;s:28:\"masonry_section_overlay_grid\";i:0;s:36:\"masonry_section_background_video_mp4\";s:0:\"\";s:37:\"masonry_section_background_video_webm\";s:0:\"\";s:32:\"masonry_section_background_image\";s:0:\"\";s:37:\"masonry_section_background_image_size\";s:5:\"cover\";s:39:\"masonry_section_background_image_repeat\";s:9:\"no-repeat\";s:44:\"masonry_section_background_position_vertical\";i:0;s:43:\"masonry_section_background_image_attachment\";s:6:\"scroll\";s:41:\"masonry_section_background_image_parallax\";s:3:\"off\";s:47:\"masonry_section_background_image_parallax_start\";i:0;s:45:\"masonry_section_background_image_parallax_end\";i:-80;s:22:\"masonry_section_height\";s:6:\"normal\";s:28:\"masonry_section_transparency\";s:6:\"opaque\";s:34:\"masonry_section_vertical_alignment\";s:7:\"default\";s:31:\"masonry_section_hidden_on_large\";s:3:\"off\";s:32:\"masonry_section_hidden_on_medium\";s:3:\"off\";s:31:\"masonry_section_hidden_on_small\";s:3:\"off\";s:32:\"masonry_section_hidden_on_xsmall\";s:3:\"off\";s:20:\"blog_override_header\";s:7:\"default\";s:23:\"blog_header_show_header\";s:4:\"show\";s:28:\"blog_header_show_breadcrumbs\";s:4:\"show\";s:28:\"blog_header_breadcrumbs_case\";s:14:\"text-lowercase\";s:19:\"blog_header_content\";s:7:\"My Blog\";s:22:\"blog_header_text_color\";s:10:\"text-light\";s:23:\"blog_header_header_type\";s:2:\"h1\";s:23:\"blog_header_header_size\";s:6:\"normal\";s:25:\"blog_header_header_weight\";s:5:\"light\";s:24:\"blog_header_header_align\";s:4:\"left\";s:27:\"blog_header_header_fade_out\";s:3:\"off\";s:25:\"blog_header_extra_classes\";s:0:\"\";s:22:\"blog_header_margin_top\";s:2:\"20\";s:25:\"blog_header_margin_bottom\";s:2:\"20\";s:23:\"blog_header_text_shadow\";s:9:\"no-shadow\";s:24:\"blog_header_inner_shadow\";s:9:\"no-shadow\";s:17:\"blog_header_width\";s:6:\"padded\";s:17:\"blog_header_class\";s:0:\"\";s:14:\"blog_header_id\";s:0:\"\";s:17:\"blog_header_label\";s:0:\"\";s:26:\"blog_header_overlay_colour\";s:7:\"#303c40\";s:27:\"blog_header_overlay_opacity\";s:1:\"1\";s:24:\"blog_header_overlay_grid\";i:0;s:32:\"blog_header_background_video_mp4\";s:0:\"\";s:33:\"blog_header_background_video_webm\";s:0:\"\";s:28:\"blog_header_background_image\";s:0:\"\";s:33:\"blog_header_background_image_size\";s:5:\"cover\";s:35:\"blog_header_background_image_repeat\";s:9:\"no-repeat\";s:40:\"blog_header_background_position_vertical\";i:0;s:39:\"blog_header_background_image_attachment\";s:6:\"scroll\";s:37:\"blog_header_background_image_parallax\";s:3:\"off\";s:43:\"blog_header_background_image_parallax_start\";i:0;s:41:\"blog_header_background_image_parallax_end\";i:-80;s:18:\"blog_header_height\";s:6:\"normal\";s:24:\"blog_header_transparency\";s:6:\"opaque\";s:30:\"blog_header_vertical_alignment\";s:7:\"default\";s:27:\"blog_header_hidden_on_large\";s:3:\"off\";s:28:\"blog_header_hidden_on_medium\";s:3:\"off\";s:27:\"blog_header_hidden_on_small\";s:3:\"off\";s:28:\"blog_header_hidden_on_xsmall\";s:3:\"off\";s:23:\"page_header_show_header\";s:4:\"show\";s:28:\"page_header_show_breadcrumbs\";s:4:\"hide\";s:28:\"page_header_breadcrumbs_case\";s:14:\"text-lowercase\";s:22:\"page_header_text_color\";s:10:\"text-light\";s:23:\"page_header_header_type\";s:2:\"h1\";s:23:\"page_header_header_size\";s:5:\"hyper\";s:25:\"page_header_header_weight\";s:7:\"default\";s:24:\"page_header_header_align\";s:6:\"center\";s:27:\"page_header_header_fade_out\";s:2:\"on\";s:25:\"page_header_extra_classes\";s:0:\"\";s:22:\"page_header_margin_top\";s:3:\"220\";s:25:\"page_header_margin_bottom\";s:3:\"100\";s:23:\"page_header_text_shadow\";s:9:\"no-shadow\";s:24:\"page_header_inner_shadow\";s:9:\"no-shadow\";s:17:\"page_header_width\";s:6:\"padded\";s:17:\"page_header_class\";s:0:\"\";s:14:\"page_header_id\";s:0:\"\";s:17:\"page_header_label\";s:0:\"\";s:26:\"page_header_overlay_colour\";s:7:\"#000000\";s:27:\"page_header_overlay_opacity\";s:1:\"0\";s:24:\"page_header_overlay_grid\";s:1:\"0\";s:32:\"page_header_background_video_mp4\";s:0:\"\";s:33:\"page_header_background_video_webm\";s:0:\"\";s:28:\"page_header_background_image\";s:82:\"http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pomegranate-dining.jpg\";s:33:\"page_header_background_image_size\";s:5:\"cover\";s:35:\"page_header_background_image_repeat\";s:9:\"no-repeat\";s:40:\"page_header_background_position_vertical\";s:1:\"0\";s:39:\"page_header_background_image_attachment\";s:5:\"fixed\";s:37:\"page_header_background_image_parallax\";s:2:\"on\";s:43:\"page_header_background_image_parallax_start\";s:1:\"0\";s:41:\"page_header_background_image_parallax_end\";s:3:\"-80\";s:18:\"page_header_height\";s:6:\"normal\";s:24:\"page_header_transparency\";s:6:\"opaque\";s:30:\"page_header_vertical_alignment\";s:7:\"default\";s:27:\"page_header_hidden_on_large\";s:3:\"off\";s:28:\"page_header_hidden_on_medium\";s:3:\"off\";s:27:\"page_header_hidden_on_small\";s:3:\"off\";s:28:\"page_header_hidden_on_xsmall\";s:3:\"off\";s:9:\"animation\";s:5:\"slide\";s:5:\"speed\";i:7000;s:8:\"duration\";i:600;s:9:\"autostart\";s:4:\"true\";s:12:\"directionnav\";s:4:\"hide\";s:12:\"showcontrols\";s:4:\"show\";s:16:\"controlsposition\";s:6:\"inside\";s:13:\"controlsalign\";s:6:\"center\";s:8:\"captions\";s:4:\"hide\";s:19:\"captions_horizontal\";s:4:\"left\";s:7:\"tooltip\";s:4:\"hide\";s:26:\"portfolio_button_text_zoom\";s:11:\"View Larger\";s:29:\"portfolio_button_text_details\";s:12:\"More Details\";s:14:\"portfolio_page\";s:0:\"\";s:23:\"related_portfolio_items\";s:2:\"on\";s:22:\"related_portfolio_text\";s:19:\"Other related items\";s:23:\"related_portfolio_count\";i:3;s:25:\"related_portfolio_columns\";s:1:\"3\";s:20:\"portfolio_item_width\";i:800;s:21:\"portfolio_item_height\";i:600;s:19:\"portfolio_item_crop\";s:2:\"on\";s:14:\"portfolio_slug\";s:9:\"portfolio\";s:13:\"services_slug\";s:12:\"our-services\";s:10:\"staff_slug\";s:8:\"our-team\";s:22:\"portfolio_archive_page\";s:0:\"\";s:21:\"services_archive_page\";s:0:\"\";s:18:\"staff_archive_page\";s:0:\"\";s:9:\"extra_css\";s:252:\"#footer {\r\ntext-align: center;\r\n}\r\n\r\nblockquote:after{\r\ncolor: #C7C7C7;\r\ncontent: \"\\201D\";\r\ndisplay: block;\r\nfont-family: Georgia;\r\nfont-size: 84px;\r\nline-height: 1;\r\nposition: absolute;\r\nright: 0;\r\ntop: 0;\r\n}\r\n\r\n.menu {\r\n background: #c66226;\r\n}\r\n\";s:8:\"extra_js\";s:0:\"\";s:15:\"minified_assets\";s:2:\"on\";s:11:\"atom_author\";s:3:\"off\";s:10:\"atom_title\";s:3:\"off\";s:9:\"atom_date\";s:3:\"off\";s:13:\"mobile_videos\";s:3:\"off\";s:10:\"enable_svg\";s:3:\"off\";s:11:\"google_anal\";s:424:\"<script>\r\n (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\');\r\n\r\n ga(\'create\', \'UA-100578541-1\', \'auto\');\r\n ga(\'send\', \'pageview\');\r\n\r\n</script>\";s:14:\"ajax_menu_save\";s:2:\"on\";s:18:\"one_click_throttle\";s:1:\"2\";s:11:\"data_export\";s:12372:\"YToyMTI6e3M6MTE6InNpdGVfbG9hZGVyIjtzOjI6Im9uIjtzOjE3OiJzaXRlX2xvYWRlcl9zdHlsZSI7czo3OiJsb2dvLTNkIjtzOjE3OiJsb2dvX2xvYWRlcl9pbWFnZSI7czo4MToiaHR0cDovL3d3dy5wb21lZ3JhbmF0ZW9ubWFpbi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDcvcG9tLWxvZ28taWNvbmRlc2suanBnIjtzOjE1OiJ0ZW1wbGF0ZV9tYXJnaW4iO3M6MjoiNTAiO3M6MTM6InNpdGVfY29tbWVudHMiO3M6MzoiT2ZmIjtzOjc6ImFwaV9rZXkiO3M6Mzk6IkFJemFTeUJQMm9ZdVJERnpNMUZ1ZnhpV1pJN2Ric2Z5Ym04NG5jOCI7czoxMDoiYmxvZ19zdHlsZSI7czoxMzoicmlnaHQtc2lkZWJhciI7czoxNToiYmxvZ19wb3N0X3N0eWxlIjtzOjIzOiJibG9nLWxpc3QtbGF5b3V0LW5vcm1hbCI7czoxODoiYmxvZ19zaG93X3JlYWRtb3JlIjtzOjI6Im9uIjtzOjEzOiJibG9nX3JlYWRtb3JlIjtzOjk6InJlYWQgbW9yZSI7czoxOToiYmxvZ19yZWFkbW9yZV9zdHlsZSI7czoyOiJvbiI7czoxNjoiYmxvZ19zdHJpcHRlYXNlciI7czozOiJvZmYiO3M6MTU6ImJsb2dfcGFnaW5hdGlvbiI7czo1OiJwYWdlcyI7czoxOToiYmxvZ19pbWFnZV9saW5rYWJsZSI7czoyOiJvbiI7czoxNjoiYmxvZ19wb3N0X2hlYWRlciI7czo3OiJkZXRhaWxzIjtzOjI0OiJibG9nX3Bvc3RfbWVkaWFfcG9zaXRpb24iO3M6NToiYWJvdmUiO3M6MTU6ImJsb2dfY2F0ZWdvcmllcyI7czoyOiJvbiI7czo5OiJibG9nX2RhdGUiO3M6Mjoib24iO3M6MTE6ImJsb2dfYXV0aG9yIjtzOjI6Im9uIjtzOjk6ImJsb2dfdGFncyI7czoyOiJvbiI7czoxODoiYmxvZ19jb21tZW50X2NvdW50IjtzOjI6Im9uIjtzOjEwOiJhdXRob3JfYmlvIjtzOjM6Im9mZiI7czoxNzoiYXV0aG9yX2Jpb19hdmF0YXIiO3M6Mjoib24iO3M6MjA6ImJsb2dfc29jaWFsX25ldHdvcmtzIjthOjQ6e2k6MDtzOjg6ImZhY2Vib29rIjtpOjE7czo3OiJ0d2l0dGVyIjtpOjI7czo2OiJnb29nbGUiO2k6MztzOjk6InBpbnRlcmVzdCI7fXM6MTM6InJlbGF0ZWRfcG9zdHMiO3M6Mjoib24iO3M6MTk6InJlbGF0ZWRfcG9zdHNfc3R5bGUiO3M6NToiaW1hZ2UiO3M6MjM6InJlbGF0ZWRfcG9zdHNfdGl0bGVfdGFnIjtzOjI6ImgzIjtzOjI0OiJyZWxhdGVkX3Bvc3RzX3RleHRfYWxpZ24iO3M6NDoibGVmdCI7czoxOToicmVsYXRlZF9wb3N0c19jb3VudCI7aTozO3M6MjE6InJlbGF0ZWRfcG9zdHNfY29sdW1ucyI7aTozO3M6MTI6ImJsb2dfbWFzb25yeSI7czoxMDoibm8tbWFzb25yeSI7czoyNToiYmxvZ19tYXNvbnJ5X2l0ZW1fcGFkZGluZyI7aTo4O3M6MTg6ImJsb2dfbWFzb25yeV9zdHlsZSI7czoxMzoiaW1hZ2Utb3ZlcmxheSI7czoyMjoiYmxvZ19tYXNvbnJ5X3RpdGxlX3RhZyI7czoyOiJoMyI7czoyMzoiYmxvZ19tYXNvbnJ5X3RleHRfYWxpZ24iO3M6NDoibGVmdCI7czoyNzoibWFzb25yeV9zZWN0aW9uX3RleHRfc2hhZG93IjtzOjk6Im5vLXNoYWRvdyI7czoyODoibWFzb25yeV9zZWN0aW9uX2lubmVyX3NoYWRvdyI7czo5OiJuby1zaGFkb3ciO3M6MjE6Im1hc29ucnlfc2VjdGlvbl93aWR0aCI7czo2OiJwYWRkZWQiO3M6MjE6Im1hc29ucnlfc2VjdGlvbl9jbGFzcyI7czowOiIiO3M6MTg6Im1hc29ucnlfc2VjdGlvbl9pZCI7czowOiIiO3M6MjE6Im1hc29ucnlfc2VjdGlvbl9sYWJlbCI7czowOiIiO3M6MzA6Im1hc29ucnlfc2VjdGlvbl9vdmVybGF5X2NvbG91ciI7czo3OiIjMDAwMDAwIjtzOjMxOiJtYXNvbnJ5X3NlY3Rpb25fb3ZlcmxheV9vcGFjaXR5IjtpOjA7czoyODoibWFzb25yeV9zZWN0aW9uX292ZXJsYXlfZ3JpZCI7aTowO3M6MzY6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX3ZpZGVvX21wNCI7czowOiIiO3M6Mzc6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX3ZpZGVvX3dlYm0iO3M6MDoiIjtzOjMyOiJtYXNvbnJ5X3NlY3Rpb25fYmFja2dyb3VuZF9pbWFnZSI7czowOiIiO3M6Mzc6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX2ltYWdlX3NpemUiO3M6NToiY292ZXIiO3M6Mzk6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX2ltYWdlX3JlcGVhdCI7czo5OiJuby1yZXBlYXQiO3M6NDQ6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX3ZlcnRpY2FsIjtpOjA7czo0MzoibWFzb25yeV9zZWN0aW9uX2JhY2tncm91bmRfaW1hZ2VfYXR0YWNobWVudCI7czo2OiJzY3JvbGwiO3M6NDE6Im1hc29ucnlfc2VjdGlvbl9iYWNrZ3JvdW5kX2ltYWdlX3BhcmFsbGF4IjtzOjM6Im9mZiI7czo0NzoibWFzb25yeV9zZWN0aW9uX2JhY2tncm91bmRfaW1hZ2VfcGFyYWxsYXhfc3RhcnQiO2k6MDtzOjQ1OiJtYXNvbnJ5X3NlY3Rpb25fYmFja2dyb3VuZF9pbWFnZV9wYXJhbGxheF9lbmQiO2k6LTgwO3M6MjI6Im1hc29ucnlfc2VjdGlvbl9oZWlnaHQiO3M6Njoibm9ybWFsIjtzOjI4OiJtYXNvbnJ5X3NlY3Rpb25fdHJhbnNwYXJlbmN5IjtzOjY6Im9wYXF1ZSI7czozNDoibWFzb25yeV9zZWN0aW9uX3ZlcnRpY2FsX2FsaWdubWVudCI7czo3OiJkZWZhdWx0IjtzOjMxOiJtYXNvbnJ5X3NlY3Rpb25faGlkZGVuX29uX2xhcmdlIjtzOjM6Im9mZiI7czozMjoibWFzb25yeV9zZWN0aW9uX2hpZGRlbl9vbl9tZWRpdW0iO3M6Mzoib2ZmIjtzOjMxOiJtYXNvbnJ5X3NlY3Rpb25faGlkZGVuX29uX3NtYWxsIjtzOjM6Im9mZiI7czozMjoibWFzb25yeV9zZWN0aW9uX2hpZGRlbl9vbl94c21hbGwiO3M6Mzoib2ZmIjtzOjIwOiJibG9nX292ZXJyaWRlX2hlYWRlciI7czo3OiJkZWZhdWx0IjtzOjIzOiJibG9nX2hlYWRlcl9zaG93X2hlYWRlciI7czo0OiJzaG93IjtzOjI4OiJibG9nX2hlYWRlcl9zaG93X2JyZWFkY3J1bWJzIjtzOjQ6InNob3ciO3M6Mjg6ImJsb2dfaGVhZGVyX2JyZWFkY3J1bWJzX2Nhc2UiO3M6MTQ6InRleHQtbG93ZXJjYXNlIjtzOjE5OiJibG9nX2hlYWRlcl9jb250ZW50IjtzOjc6Ik15IEJsb2ciO3M6MjI6ImJsb2dfaGVhZGVyX3RleHRfY29sb3IiO3M6MTA6InRleHQtbGlnaHQiO3M6MjM6ImJsb2dfaGVhZGVyX2hlYWRlcl90eXBlIjtzOjI6ImgxIjtzOjIzOiJibG9nX2hlYWRlcl9oZWFkZXJfc2l6ZSI7czo2OiJub3JtYWwiO3M6MjU6ImJsb2dfaGVhZGVyX2hlYWRlcl93ZWlnaHQiO3M6NToibGlnaHQiO3M6MjQ6ImJsb2dfaGVhZGVyX2hlYWRlcl9hbGlnbiI7czo0OiJsZWZ0IjtzOjI3OiJibG9nX2hlYWRlcl9oZWFkZXJfZmFkZV9vdXQiO3M6Mzoib2ZmIjtzOjI1OiJibG9nX2hlYWRlcl9leHRyYV9jbGFzc2VzIjtzOjA6IiI7czoyMjoiYmxvZ19oZWFkZXJfbWFyZ2luX3RvcCI7czoyOiIyMCI7czoyNToiYmxvZ19oZWFkZXJfbWFyZ2luX2JvdHRvbSI7czoyOiIyMCI7czoyMzoiYmxvZ19oZWFkZXJfdGV4dF9zaGFkb3ciO3M6OToibm8tc2hhZG93IjtzOjI0OiJibG9nX2hlYWRlcl9pbm5lcl9zaGFkb3ciO3M6OToibm8tc2hhZG93IjtzOjE3OiJibG9nX2hlYWRlcl93aWR0aCI7czo2OiJwYWRkZWQiO3M6MTc6ImJsb2dfaGVhZGVyX2NsYXNzIjtzOjA6IiI7czoxNDoiYmxvZ19oZWFkZXJfaWQiO3M6MDoiIjtzOjE3OiJibG9nX2hlYWRlcl9sYWJlbCI7czowOiIiO3M6MjY6ImJsb2dfaGVhZGVyX292ZXJsYXlfY29sb3VyIjtzOjc6IiMzMDNjNDAiO3M6Mjc6ImJsb2dfaGVhZGVyX292ZXJsYXlfb3BhY2l0eSI7czoxOiIxIjtzOjI0OiJibG9nX2hlYWRlcl9vdmVybGF5X2dyaWQiO2k6MDtzOjMyOiJibG9nX2hlYWRlcl9iYWNrZ3JvdW5kX3ZpZGVvX21wNCI7czowOiIiO3M6MzM6ImJsb2dfaGVhZGVyX2JhY2tncm91bmRfdmlkZW9fd2VibSI7czowOiIiO3M6MzM6ImJsb2dfaGVhZGVyX2JhY2tncm91bmRfaW1hZ2Vfc2l6ZSI7czo1OiJjb3ZlciI7czozNToiYmxvZ19oZWFkZXJfYmFja2dyb3VuZF9pbWFnZV9yZXBlYXQiO3M6OToibm8tcmVwZWF0IjtzOjQwOiJibG9nX2hlYWRlcl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX3ZlcnRpY2FsIjtpOjA7czozOToiYmxvZ19oZWFkZXJfYmFja2dyb3VuZF9pbWFnZV9hdHRhY2htZW50IjtzOjY6InNjcm9sbCI7czozNzoiYmxvZ19oZWFkZXJfYmFja2dyb3VuZF9pbWFnZV9wYXJhbGxheCI7czozOiJvZmYiO3M6NDM6ImJsb2dfaGVhZGVyX2JhY2tncm91bmRfaW1hZ2VfcGFyYWxsYXhfc3RhcnQiO2k6MDtzOjQxOiJibG9nX2hlYWRlcl9iYWNrZ3JvdW5kX2ltYWdlX3BhcmFsbGF4X2VuZCI7aTotODA7czoxODoiYmxvZ19oZWFkZXJfaGVpZ2h0IjtzOjY6Im5vcm1hbCI7czoyNDoiYmxvZ19oZWFkZXJfdHJhbnNwYXJlbmN5IjtzOjY6Im9wYXF1ZSI7czozMDoiYmxvZ19oZWFkZXJfdmVydGljYWxfYWxpZ25tZW50IjtzOjc6ImRlZmF1bHQiO3M6Mjc6ImJsb2dfaGVhZGVyX2hpZGRlbl9vbl9sYXJnZSI7czozOiJvZmYiO3M6Mjg6ImJsb2dfaGVhZGVyX2hpZGRlbl9vbl9tZWRpdW0iO3M6Mzoib2ZmIjtzOjI3OiJibG9nX2hlYWRlcl9oaWRkZW5fb25fc21hbGwiO3M6Mzoib2ZmIjtzOjI4OiJibG9nX2hlYWRlcl9oaWRkZW5fb25feHNtYWxsIjtzOjM6Im9mZiI7czoyMzoicGFnZV9oZWFkZXJfc2hvd19oZWFkZXIiO3M6NDoic2hvdyI7czoyODoicGFnZV9oZWFkZXJfc2hvd19icmVhZGNydW1icyI7czo0OiJoaWRlIjtzOjI4OiJwYWdlX2hlYWRlcl9icmVhZGNydW1ic19jYXNlIjtzOjE0OiJ0ZXh0LWxvd2VyY2FzZSI7czoyMjoicGFnZV9oZWFkZXJfdGV4dF9jb2xvciI7czoxMDoidGV4dC1saWdodCI7czoyMzoicGFnZV9oZWFkZXJfaGVhZGVyX3R5cGUiO3M6MjoiaDEiO3M6MjM6InBhZ2VfaGVhZGVyX2hlYWRlcl9zaXplIjtzOjU6Imh5cGVyIjtzOjI1OiJwYWdlX2hlYWRlcl9oZWFkZXJfd2VpZ2h0IjtzOjc6ImRlZmF1bHQiO3M6MjQ6InBhZ2VfaGVhZGVyX2hlYWRlcl9hbGlnbiI7czo2OiJjZW50ZXIiO3M6Mjc6InBhZ2VfaGVhZGVyX2hlYWRlcl9mYWRlX291dCI7czoyOiJvbiI7czoyNToicGFnZV9oZWFkZXJfZXh0cmFfY2xhc3NlcyI7czowOiIiO3M6MjI6InBhZ2VfaGVhZGVyX21hcmdpbl90b3AiO3M6MzoiMjIwIjtzOjI1OiJwYWdlX2hlYWRlcl9tYXJnaW5fYm90dG9tIjtzOjM6IjEwMCI7czoyMzoicGFnZV9oZWFkZXJfdGV4dF9zaGFkb3ciO3M6OToibm8tc2hhZG93IjtzOjI0OiJwYWdlX2hlYWRlcl9pbm5lcl9zaGFkb3ciO3M6OToibm8tc2hhZG93IjtzOjE3OiJwYWdlX2hlYWRlcl93aWR0aCI7czo2OiJwYWRkZWQiO3M6MTc6InBhZ2VfaGVhZGVyX2NsYXNzIjtzOjA6IiI7czoxNDoicGFnZV9oZWFkZXJfaWQiO3M6MDoiIjtzOjE3OiJwYWdlX2hlYWRlcl9sYWJlbCI7czowOiIiO3M6MjY6InBhZ2VfaGVhZGVyX292ZXJsYXlfY29sb3VyIjtzOjc6IiMwMDAwMDAiO3M6Mjc6InBhZ2VfaGVhZGVyX292ZXJsYXlfb3BhY2l0eSI7czoxOiIwIjtzOjI0OiJwYWdlX2hlYWRlcl9vdmVybGF5X2dyaWQiO3M6MToiMCI7czozMjoicGFnZV9oZWFkZXJfYmFja2dyb3VuZF92aWRlb19tcDQiO3M6MDoiIjtzOjMzOiJwYWdlX2hlYWRlcl9iYWNrZ3JvdW5kX3ZpZGVvX3dlYm0iO3M6MDoiIjtzOjMzOiJwYWdlX2hlYWRlcl9iYWNrZ3JvdW5kX2ltYWdlX3NpemUiO3M6NToiY292ZXIiO3M6MzU6InBhZ2VfaGVhZGVyX2JhY2tncm91bmRfaW1hZ2VfcmVwZWF0IjtzOjk6Im5vLXJlcGVhdCI7czo0MDoicGFnZV9oZWFkZXJfYmFja2dyb3VuZF9wb3NpdGlvbl92ZXJ0aWNhbCI7czoxOiIwIjtzOjM5OiJwYWdlX2hlYWRlcl9iYWNrZ3JvdW5kX2ltYWdlX2F0dGFjaG1lbnQiO3M6NToiZml4ZWQiO3M6Mzc6InBhZ2VfaGVhZGVyX2JhY2tncm91bmRfaW1hZ2VfcGFyYWxsYXgiO3M6Mjoib24iO3M6NDM6InBhZ2VfaGVhZGVyX2JhY2tncm91bmRfaW1hZ2VfcGFyYWxsYXhfc3RhcnQiO3M6MToiMCI7czo0MToicGFnZV9oZWFkZXJfYmFja2dyb3VuZF9pbWFnZV9wYXJhbGxheF9lbmQiO3M6MzoiLTgwIjtzOjE4OiJwYWdlX2hlYWRlcl9oZWlnaHQiO3M6Njoibm9ybWFsIjtzOjI0OiJwYWdlX2hlYWRlcl90cmFuc3BhcmVuY3kiO3M6Njoib3BhcXVlIjtzOjMwOiJwYWdlX2hlYWRlcl92ZXJ0aWNhbF9hbGlnbm1lbnQiO3M6NzoiZGVmYXVsdCI7czoyNzoicGFnZV9oZWFkZXJfaGlkZGVuX29uX2xhcmdlIjtzOjM6Im9mZiI7czoyODoicGFnZV9oZWFkZXJfaGlkZGVuX29uX21lZGl1bSI7czozOiJvZmYiO3M6Mjc6InBhZ2VfaGVhZGVyX2hpZGRlbl9vbl9zbWFsbCI7czozOiJvZmYiO3M6Mjg6InBhZ2VfaGVhZGVyX2hpZGRlbl9vbl94c21hbGwiO3M6Mzoib2ZmIjtzOjk6ImFuaW1hdGlvbiI7czo1OiJzbGlkZSI7czo1OiJzcGVlZCI7aTo3MDAwO3M6ODoiZHVyYXRpb24iO2k6NjAwO3M6OToiYXV0b3N0YXJ0IjtzOjQ6InRydWUiO3M6MTI6ImRpcmVjdGlvbm5hdiI7czo0OiJoaWRlIjtzOjEyOiJzaG93Y29udHJvbHMiO3M6NDoic2hvdyI7czoxNjoiY29udHJvbHNwb3NpdGlvbiI7czo2OiJpbnNpZGUiO3M6MTM6ImNvbnRyb2xzYWxpZ24iO3M6NjoiY2VudGVyIjtzOjg6ImNhcHRpb25zIjtzOjQ6ImhpZGUiO3M6MTk6ImNhcHRpb25zX2hvcml6b250YWwiO3M6NDoibGVmdCI7czo3OiJ0b29sdGlwIjtzOjQ6ImhpZGUiO3M6MjY6InBvcnRmb2xpb19idXR0b25fdGV4dF96b29tIjtzOjExOiJWaWV3IExhcmdlciI7czoyOToicG9ydGZvbGlvX2J1dHRvbl90ZXh0X2RldGFpbHMiO3M6MTI6Ik1vcmUgRGV0YWlscyI7czoxNDoicG9ydGZvbGlvX3BhZ2UiO3M6MDoiIjtzOjIzOiJyZWxhdGVkX3BvcnRmb2xpb19pdGVtcyI7czoyOiJvbiI7czoyMjoicmVsYXRlZF9wb3J0Zm9saW9fdGV4dCI7czoxOToiT3RoZXIgcmVsYXRlZCBpdGVtcyI7czoyMzoicmVsYXRlZF9wb3J0Zm9saW9fY291bnQiO2k6MztzOjI1OiJyZWxhdGVkX3BvcnRmb2xpb19jb2x1bW5zIjtzOjE6IjMiO3M6MjA6InBvcnRmb2xpb19pdGVtX3dpZHRoIjtpOjgwMDtzOjIxOiJwb3J0Zm9saW9faXRlbV9oZWlnaHQiO2k6NjAwO3M6MTk6InBvcnRmb2xpb19pdGVtX2Nyb3AiO3M6Mjoib24iO3M6MTQ6InBvcnRmb2xpb19zbHVnIjtzOjk6InBvcnRmb2xpbyI7czoxMzoic2VydmljZXNfc2x1ZyI7czoxMjoib3VyLXNlcnZpY2VzIjtzOjEwOiJzdGFmZl9zbHVnIjtzOjg6Im91ci10ZWFtIjtzOjk6ImV4dHJhX2NzcyI7czoyNTI6IiNmb290ZXIgIHsNCnRleHQtYWxpZ246IGNlbnRlcjsNCn0NCg0KYmxvY2txdW90ZTphZnRlcnsNCmNvbG9yOiAjQzdDN0M3Ow0KY29udGVudDogIlwyMDFEIjsNCmRpc3BsYXk6IGJsb2NrOw0KZm9udC1mYW1pbHk6IEdlb3JnaWE7DQpmb250LXNpemU6IDg0cHg7DQpsaW5lLWhlaWdodDogMTsNCnBvc2l0aW9uOiBhYnNvbHV0ZTsNCnJpZ2h0OiAwOw0KdG9wOiAwOw0KfQ0KDQoubWVudSB7DQogICAgYmFja2dyb3VuZDogI2M2NjIyNjsNCn0NCiI7czo4OiJleHRyYV9qcyI7czowOiIiO3M6MTU6Im1pbmlmaWVkX2Fzc2V0cyI7czoyOiJvbiI7czoxMToiYXRvbV9hdXRob3IiO3M6Mzoib2ZmIjtzOjEwOiJhdG9tX3RpdGxlIjtzOjM6Im9mZiI7czo5OiJhdG9tX2RhdGUiO3M6Mzoib2ZmIjtzOjEzOiJtb2JpbGVfdmlkZW9zIjtzOjM6Im9mZiI7czoxMDoiZW5hYmxlX3N2ZyI7czozOiJvZmYiO3M6MTE6Imdvb2dsZV9hbmFsIjtzOjA6IiI7czoxNDoiYWpheF9tZW51X3NhdmUiO3M6Mjoib24iO3M6MTg6Im9uZV9jbGlja190aHJvdHRsZSI7czoxOiIyIjtzOjExOiJzaG9wX2xheW91dCI7czoxMDoiZnVsbC13aWR0aCI7czoyOToid29vY29tbWVyY2Vfc2hvcF9wYWdlX2NvbHVtbnMiO2k6MztzOjM2OiJ3b29jb21tZXJjZV9zaG9wX3BhZ2VfdGFibGV0X2NvbHVtbnMiO2k6MTtzOjM2OiJ3b29jb21tZXJjZV9zaG9wX3BhZ2VfbW9iaWxlX2NvbHVtbnMiO2k6MTtzOjE5OiJ3b29fc29jaWFsX25ldHdvcmtzIjthOjQ6e2k6MDtzOjg6ImZhY2Vib29rIjtpOjE7czo3OiJ0d2l0dGVyIjtpOjI7czo2OiJnb29nbGUiO2k6MztzOjk6InBpbnRlcmVzdCI7fXM6MTc6InByb2R1Y3RfYW5pbWF0aW9uIjtzOjU6InNsaWRlIjtzOjEzOiJwcm9kdWN0X3NwZWVkIjtpOjcwMDA7czoxNjoicHJvZHVjdF9kdXJhdGlvbiI7aTo2MDA7czoxNzoicHJvZHVjdF9hdXRvc3RhcnQiO3M6NDoidHJ1ZSI7czoyMDoicHJvZHVjdF9kaXJlY3Rpb25uYXYiO3M6NDoiaGlkZSI7czoyNDoicHJvZHVjdF9kaXJlY3Rpb25uYXZ0eXBlIjtzOjY6InNpbXBsZSI7czoyMDoicHJvZHVjdF9zaG93Y29udHJvbHMiO3M6MTA6InRodW1ibmFpbHMiO3M6MjQ6InByb2R1Y3RfY29udHJvbHNwb3NpdGlvbiI7czo3OiJvdXRzaWRlIjtzOjIxOiJwcm9kdWN0X2NvbnRyb2xzYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEwOiJzaXRlX3N0YWNrIjtzOjM6IjE3OSI7czoxMToibGF5b3V0X3R5cGUiO3M6Njoibm9ybWFsIjtzOjk6ImxvZ29fdGV4dCI7czowOiIiO3M6MTY6ImxvZ29faW1hZ2VfdHJhbnMiO3M6ODA6Imh0dHA6Ly93d3cucG9tZWdyYW5hdGVvbm1haW4uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzAzL3BvbS1sb2dvLXRyYW5zYmcucG5nIjtzOjEyOiJoZWFkZXJfc3R5bGUiO3M6MjA6ImxvZ28tbGVmdC1tZW51LXJpZ2h0IjtzOjE3OiJoZWFkZXJfbWVudV9hbGlnbiI7czoxOToiZHJvcGRvd24tbWVudS1yaWdodCI7czoxNjoiaGVhZGVyX2NvbnRhaW5lciI7czo5OiJjb250YWluZXIiO3M6MTM6ImhlYWRlcl9zdGlja3kiO3M6MTM6Im5hdmJhci1zdGlja3kiO3M6MjA6ImhlYWRlcl9zdGlja3lfbW9iaWxlIjtzOjIzOiJuYXZiYXItbm90LW1vYmlsZS1zdHVjayI7czoxNDoiaGVhZGVyX3RvcF9iYXIiO3M6Mzoib2ZmIjtzOjIxOiJoZWFkZXJfY2FwaXRhbGl6YXRpb24iO3M6OToidGV4dC1jYXBzIjtzOjIxOiJuYXZiYXJfc2Nyb2xsZWRfcG9pbnQiO3M6MjoiNjIiO3M6MTA6ImhvdmVyX21lbnUiO3M6Mzoib2ZmIjtzOjE2OiJob3Zlcl9tZW51X2RlbGF5IjtzOjM6IjE1MCI7czoyMToiaG92ZXJfbWVudV9mYWRlX2RlbGF5IjtpOjIwMDtzOjEwOiJtZW51X2Nsb3NlIjtzOjM6Im9mZiI7czoyMDoidXBwZXJfZm9vdGVyX2NvbHVtbnMiO2k6MDtzOjI0OiJ1cHBlcl9mb290ZXJfcGFkZGluZ190b3AiO2k6MjA7czoyNzoidXBwZXJfZm9vdGVyX3BhZGRpbmdfYm90dG9tIjtpOjIwO3M6MTQ6ImZvb3Rlcl9jb2x1bW5zIjtzOjE6IjMiO3M6MTg6ImZvb3Rlcl9wYWRkaW5nX3RvcCI7czoyOiIzMCI7czoyMToiZm9vdGVyX3BhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjExOiJiYWNrX3RvX3RvcCI7czo2OiJlbmFibGUiO3M6MTg6ImJhY2tfdG9fdG9wX21vYmlsZSI7czo3OiJkaXNhYmxlIjtzOjE3OiJiYWNrX3RvX3RvcF9zaGFwZSI7czo2OiJzcXVhcmUiO3M6MTg6InN1Yl9mb290ZXJfY29sdW1ucyI7aToyO30=\";s:11:\"data_import\";s:0:\"\";s:11:\"shop_layout\";s:10:\"full-width\";s:29:\"woocommerce_shop_page_columns\";i:3;s:36:\"woocommerce_shop_page_tablet_columns\";i:1;s:36:\"woocommerce_shop_page_mobile_columns\";i:1;s:19:\"woo_social_networks\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:6:\"google\";i:3;s:9:\"pinterest\";}s:17:\"product_animation\";s:5:\"slide\";s:13:\"product_speed\";i:7000;s:16:\"product_duration\";i:600;s:17:\"product_autostart\";s:4:\"true\";s:20:\"product_directionnav\";s:4:\"hide\";s:24:\"product_directionnavtype\";s:6:\"simple\";s:20:\"product_showcontrols\";s:10:\"thumbnails\";s:24:\"product_controlsposition\";s:7:\"outside\";s:21:\"product_controlsalign\";s:6:\"center\";s:10:\"site_stack\";s:3:\"179\";s:11:\"layout_type\";s:6:\"normal\";s:9:\"logo_text\";s:0:\"\";s:10:\"logo_image\";s:86:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/pomegranate-logo-trans.png\";s:16:\"logo_image_trans\";s:80:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/pom-logo-transbg.png\";s:12:\"header_style\";s:20:\"logo-left-menu-right\";s:17:\"header_menu_align\";s:19:\"dropdown-menu-right\";s:16:\"header_container\";s:9:\"container\";s:13:\"header_sticky\";s:13:\"navbar-sticky\";s:20:\"header_sticky_mobile\";s:23:\"navbar-not-mobile-stuck\";s:14:\"header_top_bar\";s:3:\"off\";s:21:\"header_capitalization\";s:9:\"text-caps\";s:21:\"navbar_scrolled_point\";s:2:\"62\";s:10:\"hover_menu\";s:3:\"off\";s:16:\"hover_menu_delay\";s:3:\"150\";s:21:\"hover_menu_fade_delay\";i:200;s:10:\"menu_close\";s:3:\"off\";s:20:\"upper_footer_columns\";i:0;s:24:\"upper_footer_padding_top\";i:20;s:27:\"upper_footer_padding_bottom\";i:20;s:14:\"footer_columns\";s:1:\"3\";s:18:\"footer_padding_top\";s:2:\"30\";s:21:\"footer_padding_bottom\";s:2:\"30\";s:11:\"back_to_top\";s:6:\"enable\";s:18:\"back_to_top_mobile\";s:7:\"disable\";s:17:\"back_to_top_shape\";s:6:\"square\";s:18:\"sub_footer_columns\";i:2;}','yes'),(141,'lambda_stack_options','a:29:{s:11:\"css_save_to\";s:6:\"header\";s:10:\"css_format\";s:14:\"scss_formatter\";s:10:\"site_stack\";s:0:\"\";s:11:\"layout_type\";s:6:\"normal\";s:9:\"logo_text\";s:6:\"Lambda\";s:10:\"logo_image\";s:81:\"http://www.pomegranateonmain.com/wp-content/themes/lambda/assets/images/lamda.png\";s:16:\"logo_image_trans\";s:0:\"\";s:12:\"header_style\";s:20:\"logo-left-menu-right\";s:17:\"header_menu_align\";s:18:\"dropdown-menu-left\";s:16:\"header_container\";s:9:\"container\";s:13:\"header_sticky\";s:13:\"navbar-sticky\";s:20:\"header_sticky_mobile\";s:23:\"navbar-not-mobile-stuck\";s:14:\"header_top_bar\";s:3:\"off\";s:21:\"header_capitalization\";s:9:\"text-none\";s:21:\"navbar_scrolled_point\";i:30;s:10:\"hover_menu\";s:3:\"off\";s:16:\"hover_menu_delay\";i:200;s:21:\"hover_menu_fade_delay\";i:200;s:10:\"menu_close\";s:3:\"off\";s:20:\"upper_footer_columns\";i:0;s:24:\"upper_footer_padding_top\";i:20;s:27:\"upper_footer_padding_bottom\";i:20;s:14:\"footer_columns\";i:4;s:18:\"footer_padding_top\";i:40;s:21:\"footer_padding_bottom\";i:40;s:11:\"back_to_top\";s:6:\"enable\";s:18:\"back_to_top_mobile\";s:7:\"disable\";s:17:\"back_to_top_shape\";s:6:\"square\";s:18:\"sub_footer_columns\";i:2;}','yes'),(142,'oxy-google-fonts','a:818:{i:0;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"ABeeZee\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-09-29\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/abeezee/v9/mE5BOuZKGln_Ex0uYKpIaw.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/abeezee/v9/kpplLynmYgP0YtlJA3atRw.ttf\";}}i:1;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Abel\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-09-29\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/abel/v6/RpUKfqNxoyNe_ka23bzQ2A.ttf\";}}i:2;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"sinhala\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-10-06\";s:5:\"files\";a:5:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/abhayalibre/v1/zTLc5Jxv6yvb1nHyqBasVy3USBnSvpkopQaUR-2r7iU.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc5MQuUSAwdHsY8ov_6tk1oA.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc2v8CylhIUtwUiYO7Z2wXbE.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc0D2ttfZwueP-QU272T9-k4.ttf\";i:800;s:89:\"http://fonts.gstatic.com/s/abhayalibre/v1/wBjdF6T34NCo7wQYXgzrc_qsay_1ZmRGmC8pVRdIfAg.ttf\";}}i:3;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/abrilfatface/v8/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:4;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Aclonica\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/aclonica/v6/M6pHZMPwK3DiBSlo3jwAKQ.ttf\";}}i:5;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Acme\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/acme/v5/-J6XNtAHPZBEbsifCdBt-g.ttf\";}}i:6;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Actor\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/actor/v6/ugMf40CrRK6Jf6Yz_xNSmQ.ttf\";}}i:7;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Adamina\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/adamina/v8/RUQfOodOMiVVYqFZcSlT9w.ttf\";}}i:8;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Advent Pro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:7:{i:100;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf\";i:200;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf\";i:300;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/adventpro/v4/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/adventpro/v4/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:9;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/aguafinascript/v5/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf\";}}i:10;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Akronim\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/akronim/v5/qA0L2CSArk3tuOWE1AR1DA.ttf\";}}i:11;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Aladin\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/aladin/v5/PyuJ5cVHkduO0j5fAMKvAA.ttf\";}}i:12;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Aldrich\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/aldrich/v6/kMMW1S56gFx7RP_mW1g-Eg.ttf\";}}i:13;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Alef\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/alef/v6/ENvZ_P0HBDQxNZYCQO0lUA.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/alef/v6/VDgZJhEwudtOzOFQpZ8MEA.ttf\";}}i:14;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Alegreya\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/alegreya/v7/62J3atXd6bvMU4qO_ca-eA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/alegreya/v7/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/alegreya/v7/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/alegreya/v7/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf\";}}i:15;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf\";i:900;s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf\";s:9:\"900italic\";s:88:\"http://fonts.gstatic.com/s/alegreyasc/v6/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf\";}}i:16;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:14:{i:100;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf\";s:9:\"100italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf\";i:300;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf\";i:500;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf\";i:800;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf\";s:9:\"800italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf\";i:900;s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf\";s:9:\"900italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v3/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf\";}}i:17;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:14:{i:100;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf\";s:9:\"100italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf\";i:300;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf\";s:9:\"300italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf\";i:500;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf\";s:9:\"500italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf\";i:800;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf\";s:9:\"800italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf\";i:900;s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf\";s:9:\"900italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v3/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf\";}}i:18;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Alex Brush\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/alexbrush/v6/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:19;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/alfaslabone/v6/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:20;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Alice\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/alice/v8/wZTAfivekBqIg-rk63nFvQ.ttf\";}}i:21;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Alike\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/alike/v8/Ho8YpRKNk_202fwDiGNIyw.ttf\";}}i:22;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Alike Angular\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/alikeangular/v6/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf\";}}i:23;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Allan\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/allan/v7/T3lemhgZmLQkQI2Qc2bQHA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/allan/v7/zSxQiwo7wgnr7KkMXhSiag.ttf\";}}i:24;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Allerta\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/allerta/v7/s9FOEuiJFTNbMe06ifzV8g.ttf\";}}i:25;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/allertastencil/v7/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf\";}}i:26;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Allura\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/allura/v4/4hcqgZanyuJ2gMYWffIR6A.ttf\";}}i:27;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Almendra\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/almendra/v8/PDpbB-ZF7deXAAEYPkQOeg.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/almendra/v8/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/almendra/v8/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/almendra/v8/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:28;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Almendra Display\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/almendradisplay/v6/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf\";}}i:29;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Almendra SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/almendrasc/v6/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:30;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Amarante\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amarante/v4/2dQHjIBWSpydit5zkJZnOw.ttf\";}}i:31;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Amaranth\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amaranth/v6/7VcBog22JBHsHXHdnnycTA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/amaranth/v6/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/amaranth/v6/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/amaranth/v6/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:32;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Amatic SC\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2017-01-20\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amaticsc/v9/MldbRWLFytvqxU1y81xSVg.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/amaticsc/v9/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:33;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Amatica SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/amaticasc/v1/f9SWSy9DLsJV2etvm5rwGPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/amaticasc/v1/nFmSxyAMfCP_5xGDJ4j5TgJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:34;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Amethysta\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/amethysta/v4/1jEo9tOFIJDolAUpBnWbnA.ttf\";}}i:35;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Amiko\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:3:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/amiko/v1/A7bjc3cOLJtGgpPGnxyHsw.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/amiko/v1/BaZst4RZ4sDyD3mH-BfVaA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/amiko/v1/6syx43mQ07VvOmpFc0G9Lg.ttf\";}}i:36;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Amiri\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/amiri/v7/ATARrPmSew75SlpOw2YABQ.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/amiri/v7/3t1yTQlLUXBw8htrqlXBrw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/amiri/v7/WQsR_moz-FNqVwGYgptqiA.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/amiri/v7/uF8aNEyD0bxMeTBg9bFDSPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:37;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Amita\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/amita/v1/RhdhGBXSJqkHo6g7miTEcQ.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/amita/v1/cIYA2Lzp7l2pcGsqpUidBg.ttf\";}}i:38;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Anaheim\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/anaheim/v4/t-z8aXHMpgI2gjN_rIflKA.ttf\";}}i:39;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Andada\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/andada/v7/rSFaDqNNQBRw3y19MB5Y4w.ttf\";}}i:40;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Andika\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/andika/v7/oe-ag1G0lcqZ3IXfeEgaGg.ttf\";}}i:41;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Angkor\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/angkor/v8/DLpLgIS-8F10ecwKqCm95Q.ttf\";}}i:42;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/annieuseyourtelescope/v6/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf\";}}i:43;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v9/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v9/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/anonymouspro/v9/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v9/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf\";}}i:44;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Antic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/antic/v7/hEa8XCNM7tXGzD0Uk0AipA.ttf\";}}i:45;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Antic Didone\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/anticdidone/v4/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:46;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Antic Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/anticslab/v4/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:47;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Anton\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/anton/v8/XIbCenm-W0IRHWYIh7CGUQ.ttf\";}}i:48;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Arapey\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/arapey/v5/dqu823lrSYn8T2gApTdslA.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/arapey/v5/pY-Xi5JNBpaWxy2tZhEm5A.ttf\";}}i:49;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Arbutus\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/arbutus/v5/Go_hurxoUsn5MnqNVQgodQ.ttf\";}}i:50;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/arbutusslab/v4/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:51;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/architectsdaughter/v6/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf\";}}i:52;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Archivo Black\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/archivoblack/v4/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf\";}}i:53;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/archivonarrow/v5/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf\";}}i:54;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/arefruqaa/v1/kbqI055uLQz2hkccTTrYPfesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/arefruqaa/v1/RT-Q5DVI9arM6ZKux-UmTAJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:55;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-08-22\";s:5:\"files\";a:8:{i:100;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/Q0tjl46beRRcUe3RlWWNrdyXLlNBCUjoM1yKFfVCFUI.ttf\";i:200;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4rArwWuxcSSKq67BdR6k5Rg.ttf\";i:300;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4joJ52uD-1fmXmi8u0n_zsc.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/8fNfThKRw_pr7MwgNdcHiW_MnNA9OgK8I1F23mNWOpE.ttf\";i:500;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4v_2zpxNHQ3utWt_82o9dAo.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4qiiXuG_rGcOxkuidirlnJE.ttf\";i:800;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4khKLu0CevfTHM1eXjGnvQo.ttf\";i:900;s:90:\"http://fonts.gstatic.com/s/arimamadurai/v2/EsCGNPwBfkMk17-w_DTJ4kZ0oshA7r_PlGegwiHddT8.ttf\";}}i:56;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Arimo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"greek\";i:1;s:6:\"hebrew\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/arimo/v9/Gpeo80g-5ji2CcyXWnzh7g.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/arimo/v9/_OdGbnX2-qQ96C4OjhyuPw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/arimo/v9/ZItXugREyvV9LnbY_gxAmw.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/arimo/v9/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf\";}}i:57;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Arizonia\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/arizonia/v6/yzJqkHZqryZBTM7RKYV9Wg.ttf\";}}i:58;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Armata\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/armata/v6/1H8FwGgIRrbYtxSfXhOHlQ.ttf\";}}i:59;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Arsenal\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:4:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/arsenal/v1/PkcjwJ0AdgwImdsRdyzQQQ.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/arsenal/v1/FvYQ_YMyIFZw-8dXMYPhHg.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/arsenal/v1/6R-JWA0Y5N2Lvul2TLOH3_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/arsenal/v1/AnUIg26c0nuMZMpNWtsDFy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:60;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Artifika\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/artifika/v6/Ekfp4H4QG7D-WsABDOyj8g.ttf\";}}i:61;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Arvo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/arvo/v9/vvWPwz-PlZEwjOOIKqoZzA.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/arvo/v9/id5a4BCjbenl5Gkqonw_Rw.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/arvo/v9/OB3FDST7U38u3OjPK_vvRQ.ttf\";s:9:\"700italic\";s:61:\"http://fonts.gstatic.com/s/arvo/v9/Hvl2MuWoXLaCy2v6MD4Yvw.ttf\";}}i:62;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Arya\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/arya/v1/xEVqtU3v8QLospHKpDaYEw.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/arya/v1/N13tgOvG7VTXawiI-fJiQA.ttf\";}}i:63;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Asap\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:6:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/asap/v5/2lf-1MDR8tsTpEtvJmr2hA.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/asap/v5/mwxNHf8QS8gNWCAMwkJNIg.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/asap/v5/bSf7UzaPFkjzB9TuOPVhgw.ttf\";s:9:\"500italic\";s:61:\"http://fonts.gstatic.com/s/asap/v5/RUbFVj3EkB2Yo9QDVzDKLw.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/asap/v5/o5RUA7SsJ80M8oDFBnrDbg.ttf\";s:9:\"700italic\";s:61:\"http://fonts.gstatic.com/s/asap/v5/_rZz9y2oXc09jT5T6BexLQ.ttf\";}}i:64;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Asar\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/asar/v2/mSmn3H5CcMA84CZ586X7WQ.ttf\";}}i:65;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Asset\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/asset/v6/hfPmqY-JzuR1lULlQf9iTg.ttf\";}}i:66;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Assistant\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:87:\"http://fonts.gstatic.com/s/assistant/v1/xXstfiHQzjB9j5ZxYTBoZy3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:87:\"http://fonts.gstatic.com/s/assistant/v1/vPC3tCw3LOzCSeGCtVp5Wi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/assistant/v1/2iDwv6DBtyixlK5YHngp1w.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/assistant/v1/Y4UC5nQA69lWpfV0itoWLi3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/assistant/v1/dZywGH4pMxP6OVyrppOJxy3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:87:\"http://fonts.gstatic.com/s/assistant/v1/-mTR0sX8a0RsadH4AMDT8C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:67;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Astloch\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/astloch/v6/fmbitVmHYLQP7MGPuFgpag.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/astloch/v6/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:68;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Asul\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/asul/v5/9qpsNR_OOwyOYyo2N0IbBw.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/asul/v5/uO8uNmxaq87-DdPmkEg5Gg.ttf\";}}i:69;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Athiti\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:63:\"http://fonts.gstatic.com/s/athiti/v1/Ge5skdKwzxRPajVLdOJuIg.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/athiti/v1/OoT7lj4AaSp1JpGJLKn3CA.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/athiti/v1/e7eiIKP18Iz9Kg1xat6AYw.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/athiti/v1/W3pP-ANXfsMOVOG-cqqMFw.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/athiti/v1/kYx3dtUYNEuUlzWczYzsmQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/athiti/v1/tyXFOxQyZGXfqHhtqSikdw.ttf\";}}i:70;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Atma\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:61:\"http://fonts.gstatic.com/s/atma/v1/noxn2r6cT3JgmEDt6Ip5pQ.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/atma/v1/dkXPrLoE_uqcgUFj4JdfRQ.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/atma/v1/Htksg3ZXeAEbSvUdTQX-uw.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/atma/v1/EGUwD65ZZn9IIHp5Y36b4A.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/atma/v1/-fkXl3wADUHjobbwO9d-Wg.ttf\";}}i:71;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Atomic Age\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/atomicage/v7/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:72;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Aubrey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/aubrey/v8/zo9w8klO8bmOQIMajQ2aTA.ttf\";}}i:73;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Audiowide\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/audiowide/v4/yGcwRZB6VmoYhPUYT-mEow.ttf\";}}i:74;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Autour One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/autourone/v5/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:75;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Average\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/average/v4/aHUibBqdDbVYl5FM48pxyQ.ttf\";}}i:76;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Average Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/averagesans/v4/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:77;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/averiagruesalibre/v4/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf\";}}i:78;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Averia Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:6:{i:300;s:89:\"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/averialibre/v4/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/averialibre/v4/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf\";}}i:79;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{i:300;s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf\";s:9:\"300italic\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf\";s:6:\"italic\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf\";i:700;s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf\";s:9:\"700italic\";s:93:\"http://fonts.gstatic.com/s/averiasanslibre/v4/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf\";}}i:80;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{i:300;s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf\";s:9:\"300italic\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v5/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf\";}}i:81;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Bad Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/badscript/v5/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:82;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Bahiana\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2017-01-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/bahiana/v1/uUnBWf2QkuMyfXPof7lcwQ.ttf\";}}i:83;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Baloo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/baloo/v1/uFkbq9GEAWUcT0XNeptJ1Q.ttf\";}}i:84;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Baloo Bhai\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/baloobhai/v1/FQvpC-04bh2QINuWAdnNW_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:85;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Baloo Bhaina\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:5:\"oriya\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-08-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/baloobhaina/v1/HxxbxOVf9WQem_hKo1MXSi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:86;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Baloo Chettan\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-08-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/baloochettan/v1/ODsFofLybGVOJ90e_EwdFbyYXtM25qb63HASTPtoTFA.ttf\";}}i:87;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Baloo Da\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/balooda/v1/RAJ0l2eJl_HDURCVxRE1iQ.ttf\";}}i:88;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Baloo Paaji\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-08-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/baloopaaji/v1/KeqAjVRzso6QUEfpMLQ-7KCWcynf_cDxXwCLxiixG1c.ttf\";}}i:89;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Baloo Tamma\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:7:\"kannada\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-08-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/balootamma/v1/-FKAYy14SAfG8Gc6YAAaMaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:90;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Baloo Thambi\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/baloothambi/v1/qXK3dZIeU-O-HruaN5cK0y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:91;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Balthazar\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/balthazar/v5/WgbaSIs6dJAGXJ0qbz2xlw.ttf\";}}i:92;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Bangers\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/bangers/v9/WAffdge5w99Xif-DLeqmcA.ttf\";}}i:93;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Barrio\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2017-01-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/barrio/v1/kzvMfZB0agZKzXC5yyRwWA.ttf\";}}i:94;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Basic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/basic/v6/hNII2mS5Dxw5C0u_m3mXgA.ttf\";}}i:95;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Battambang\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/battambang/v9/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/battambang/v9/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:96;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Baumans\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/baumans/v5/o0bFdPW1H5kd5saqqOcoVg.ttf\";}}i:97;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bayon\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bayon/v8/yTubusjTnpNRZwA4_50iVw.ttf\";}}i:98;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Belgrano\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/belgrano/v6/iq8DUa2s7g6WRCeMiFrmtQ.ttf\";}}i:99;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Belleza\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/belleza/v4/wchA3BWJlVqvIcSeNZyXew.ttf\";}}i:100;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"BenchNine\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{i:300;s:87:\"http://fonts.gstatic.com/s/benchnine/v4/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/benchnine/v4/h3OAlYqU3aOeNkuXgH2Q2w.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/benchnine/v4/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:101;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Bentham\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/bentham/v6/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf\";}}i:102;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/berkshireswash/v4/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf\";}}i:103;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bevan\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bevan/v8/Rtg3zDsCeQiaJ_Qno22OJA.ttf\";}}i:104;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/bigelowrules/v4/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf\";}}i:105;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Bigshot One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/bigshotone/v6/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:106;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bilbo\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bilbo/v6/-ty-lPs5H7OIucWbnpFrkA.ttf\";}}i:107;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/bilboswashcaps/v7/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf\";}}i:108;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"BioRhyme\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:200;s:86:\"http://fonts.gstatic.com/s/biorhyme/v1/bj-6g_1gJHCc9xQZtLWL36CWcynf_cDxXwCLxiixG1c.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/biorhyme/v1/jWqHmLFlu30n7xp12uZd8qCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/biorhyme/v1/n6v5UkVPy_CjbP3fvsu1CA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/biorhyme/v1/36KN76U1iKt5TFDm2lBz0KCWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/biorhyme/v1/k6bYbUnESjLYnworWvSTL6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:109;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:200;s:94:\"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sC7oxZzNh3ej55UHm-HviBI.ttf\";i:300;s:94:\"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sFu4cYPPksG4MRjB5UiYPPw.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/biorhymeexpanded/v2/hgBNpgjTRZzGmZxqN5OuVjndr_hij4ilAk2n1d1AhsE.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sMVisRVfPEfQ0jijOMQbr0Q.ttf\";i:800;s:94:\"http://fonts.gstatic.com/s/biorhymeexpanded/v2/FKL4Vyxmq2vsiDrSOzz2sIv1v1eCT6RPbcYZYQ1T1CE.ttf\";}}i:110;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Biryani\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:85:\"http://fonts.gstatic.com/s/biryani/v1/Xx38YzyTFF8n6mRS1Yd88vesZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:85:\"http://fonts.gstatic.com/s/biryani/v1/u-bneRbizmFMd0VQp5Ze6vesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/biryani/v1/W7bfR8-IY76Xz0QoB8L2xw.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/biryani/v1/1EdcPCVxBR2txgjrza6_YPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/biryani/v1/qN2MTZ0j1sKSCtfXLB2dR_esZW2xOQ-xsNqO47m55DA.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/biryani/v1/DJyziS7FEy441v22InYdevesZW2xOQ-xsNqO47m55DA.ttf\";i:900;s:85:\"http://fonts.gstatic.com/s/biryani/v1/trcLkrIut0lM_PPSyQfAMPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:111;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Bitter\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:3:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/bitter/v10/w_BNdJvVZDRmqy5aSfB2kQ.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/bitter/v10/TC0FZEVzXQIGgzmRfKPZbA.ttf\";i:700;s:64:\"http://fonts.gstatic.com/s/bitter/v10/4dUtr_4BvHuoRU35suyOAg.ttf\";}}i:112;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Black Ops One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/blackopsone/v7/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:113;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Bokor\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/bokor/v8/uAKdo0A85WW23Gs6mcbw7A.ttf\";}}i:114;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Bonbon\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/bonbon/v7/IW3u1yzG1knyW5oz0s9_6Q.ttf\";}}i:115;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Boogaloo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/boogaloo/v6/4Wu1tvFMoB80fSu8qLgQfQ.ttf\";}}i:116;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Bowlby One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/bowlbyone/v7/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf\";}}i:117;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/bowlbyonesc/v8/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf\";}}i:118;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Brawler\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/brawler/v6/3gfSw6imxQnQxweVITqUrg.ttf\";}}i:119;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Bree Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/breeserif/v5/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:120;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/bubblegumsans/v5/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf\";}}i:121;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Bubbler One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/bubblerone/v4/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf\";}}i:122;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Buda\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{i:300;s:61:\"http://fonts.gstatic.com/s/buda/v6/hLtAmNUmEMJH2yx7NGUjnA.ttf\";}}i:123;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Buenard\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/buenard/v7/NSpMPGKAUgrLrlstYVvIXQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/buenard/v7/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:124;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Bungee\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/bungee/v2/0jM4G9s968t1_tpwzM9UDg.ttf\";}}i:125;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/bungeehairline/v2/8Li3dr3whdkxuk7pmLaZaSom6rTIagUDR1YFcrrRZjQ.ttf\";}}i:126;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/bungeeinline/v2/Tb-1914q4rFpjT-F66PLCYjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:127;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/bungeeoutline/v2/PcidvzXIcqS2Qwxm_iG6bLAREgn5xbW23GEXXnhMQ5Y.ttf\";}}i:128;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/bungeeshade/v2/HSW7pxPYXBWkq7OSnuXoeC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:129;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Butcherman\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/butcherman/v7/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:130;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/butterflykids/v4/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf\";}}i:131;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cabin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:8:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cabin/v10/XeuAFYo2xAPHxZGBbQtHhA.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/cabin/v10/0tJ9k3DI5xC4GBgs1E_Jxw.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/cabin/v10/HgsCQ-k3_Z_uQ86aFolNBg.ttf\";s:9:\"500italic\";s:84:\"http://fonts.gstatic.com/s/cabin/v10/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/cabin/v10/eUDAvKhBtmTCkeVBsFk34A.ttf\";s:9:\"600italic\";s:84:\"http://fonts.gstatic.com/s/cabin/v10/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/cabin/v10/4EKhProuY1hq_WCAomq9Dg.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/cabin/v10/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:132;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:4:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/cabincondensed/v9/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf\";i:500;s:92:\"http://fonts.gstatic.com/s/cabincondensed/v9/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf\";i:600;s:92:\"http://fonts.gstatic.com/s/cabincondensed/v9/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/cabincondensed/v9/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf\";}}i:133;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/cabinsketch/v10/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/cabinsketch/v10/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf\";}}i:134;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/caesardressing/v5/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf\";}}i:135;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Cagliostro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cagliostro/v5/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:136;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cairo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:62:\"http://fonts.gstatic.com/s/cairo/v1/9BU6Hrio9syG9zwo_CNPXg.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/cairo/v1/mpy3SIEJVOIfFnVLujcRDg.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/cairo/v1/-tPnHq7mmAjcjJRSjsuZGA.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/cairo/v1/Ct_3a0tcTEyNNSnuZKDd7g.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/cairo/v1/ONxTSBYfmg-V5CkIwS_5gQ.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/cairo/v1/Fm-hIVCp5OI5mO4Ec71jcw.ttf\";}}i:137;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/calligraffitti/v7/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf\";}}i:138;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cambay\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cambay/v1/etU9Bab4VuhzS-OKsb1VXg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/cambay/v1/ZEz9yNqpEOgejaw1rBhugQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/cambay/v1/jw9niBxa04eEhnSwTWCEgw.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/cambay/v1/j-5v_uUr0NXTumWN0siOiaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:139;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cambo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/cambo/v5/PnwpRuTdkYCf8qk4ajmNRA.ttf\";}}i:140;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Candal\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/candal/v6/x44dDW28zK7GR1gGDBmj9g.ttf\";}}i:141;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Cantarell\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/cantarell/v6/p5ydP_uWQ5lsFzcP_XVMEw.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/cantarell/v6/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/cantarell/v6/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/cantarell/v6/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:142;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Cantata One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cantataone/v6/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:143;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Cantora One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cantoraone/v5/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:144;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Capriola\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/capriola/v4/JxXPlkdzWwF9Cwelbvi9jA.ttf\";}}i:145;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Cardo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/cardo/v8/jbkF2_R0FKUEZTq5dwSknQ.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/cardo/v8/pcv4Np9tUkq0YREYUcEEJQ.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/cardo/v8/lQN30weILimrKvp8rZhF1w.ttf\";}}i:146;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Carme\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/carme/v7/08E0NP1eRBEyFRUadmMfgA.ttf\";}}i:147;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/carroisgothic/v5/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf\";}}i:148;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/carroisgothicsc/v5/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf\";}}i:149;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Carter One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/carterone/v8/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:150;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Catamaran\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:9:{i:100;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/ilWHBiy0krUPdlmYxDuqC6CWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/hFc-HKSsGk6M-psujei1MC3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/Aaag4ccR7Oh_4eai-jbrYC3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/catamaran/v1/MdNkM-DU8f6R-25Nxpr_XA.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/83WSX3F86qsvj1Z4EI0tQi3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/a9PlHHnuBWiGGk0TwuFKTi3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/PpgVtUHUdnBZYNpnzGbScy3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/6VjB_uSfn3DZ93IQv58CmC3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:87:\"http://fonts.gstatic.com/s/catamaran/v1/5ys9TqpQc9Q6gHqbSox6py3USBnSvpkopQaUR-2r7iU.ttf\";}}i:151;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Caudex\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/caudex/v6/PWEexiHLDmQbn2b1OPZWfg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/caudex/v6/XjMZF6XCisvV3qapD4oJdw.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/caudex/v6/PetCI4GyQ5Q3LiOzUu_mMg.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/caudex/v6/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:152;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Caveat\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/caveat/v2/8I23b6N-6rRVbh-C_Vx3yA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/caveat/v2/LkaFtQENGJry2eUMwGRTeA.ttf\";}}i:153;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/caveatbrush/v2/_d7bgsk3hfC4DXnUEeYKsy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:154;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/cedarvillecursive/v7/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf\";}}i:155;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Ceviche One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cevicheone/v7/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:156;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Changa\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:7:{i:200;s:63:\"http://fonts.gstatic.com/s/changa/v2/QNWVD9FzsnhVmHzE7HryDQ.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/changa/v2/OKZ0H1bMg3M9EZMVzgQ9fg.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/changa/v2/7_e8qktkj6uKM0DamZJY9Q.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/changa/v2/KrXcHYf9ILB8aFWCj0Vfxg.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/changa/v2/6uCpqxwcsYkfV0M8Ls6WPA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/changa/v2/vAXzeaPkdpxlejFN7h0ibw.ttf\";i:800;s:63:\"http://fonts.gstatic.com/s/changa/v2/H3IsiH2Fx0Pc4_OU4HSpng.ttf\";}}i:157;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Changa One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/changaone/v9/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/changaone/v9/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:158;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Chango\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/chango/v5/3W3AeMMtRTH08t5qLOjBmg.ttf\";}}i:159;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Chathura\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:100;s:86:\"http://fonts.gstatic.com/s/chathura/v1/7tUse0wFXIOSPewsdeNXPvesZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/chathura/v1/Gmhr6ULHnPDt9spOZrHOfKCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/chathura/v1/7hRNO-_zjRopkcP2n1rr8g.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/chathura/v1/BO9LvNAseMQ3n1tKWH-uTKCWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/chathura/v1/prh_X_5NSsBQefIdGi5B6KCWcynf_cDxXwCLxiixG1c.ttf\";}}i:160;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/chauphilomeneone/v5/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/chauphilomeneone/v5/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf\";}}i:161;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Chela One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/chelaone/v5/h5O0dEnpnIq6jQnWxZybrA.ttf\";}}i:162;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/chelseamarket/v4/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf\";}}i:163;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Chenla\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/chenla/v9/aLNpdAUDq2MZbWz2U1a16g.ttf\";}}i:164;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/cherrycreamsoda/v6/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf\";}}i:165;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/cherryswash/v4/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/cherryswash/v4/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf\";}}i:166;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Chewy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/chewy/v7/hcDN5cvQdIu6Bx4mg_TSyw.ttf\";}}i:167;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Chicle\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/chicle/v5/xg4q57Ut9ZmyFwLp51JLgg.ttf\";}}i:168;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Chivo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-26\";s:5:\"files\";a:8:{i:300;s:62:\"http://fonts.gstatic.com/s/chivo/v8/NB24D2RW9gYUd3ctGd-AhA.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/chivo/v8/A0NbKkUXhyt-4OxUzvrNT_esZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/chivo/v8/L88PEuzS9eRfHRZhAPhZyw.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/chivo/v8/Oe3-Q-a2kBzPnhHck_baMg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/chivo/v8/zC8JLnJuu9Lw0_rA3_VYhg.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/chivo/v8/2M3ifXA84fdnDIxoCi18JvesZW2xOQ-xsNqO47m55DA.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/chivo/v8/JAdkiWd46QCW4vOsj3dzTA.ttf\";s:9:\"900italic\";s:83:\"http://fonts.gstatic.com/s/chivo/v8/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:169;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Chonburi\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/chonburi/v1/jd9PfbW0x_8Myt_XeUxvSQ.ttf\";}}i:170;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cinzel\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cinzel/v4/GF7dy_Nc-a6EaHYSyGd-EA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/cinzel/v4/nYcFQ6_3pf_6YDrOFjBR8Q.ttf\";i:900;s:63:\"http://fonts.gstatic.com/s/cinzel/v4/FTBj72ozM2cEOSxiVsRb3A.ttf\";}}i:171;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf\";i:900;s:94:\"http://fonts.gstatic.com/s/cinzeldecorative/v4/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf\";}}i:172;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Clicker Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/clickerscript/v4/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf\";}}i:173;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Coda\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/coda/v11/yHDvulhg-P-p2KRgRrnUYw.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/coda/v11/6ZIw0sbALY0KTMWllZB3hQ.ttf\";}}i:174;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Coda Caption\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{i:800;s:89:\"http://fonts.gstatic.com/s/codacaption/v9/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf\";}}i:175;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Codystar\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{i:300;s:86:\"http://fonts.gstatic.com/s/codystar/v4/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/codystar/v4/EN-CPFKYowSI7SuR7-0cZA.ttf\";}}i:176;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Coiny\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/coiny/v1/B-pC9lRxssd2RDK37Rdekw.ttf\";}}i:177;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Combo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/combo/v5/Nab98KjR3JZSSPGtzLyXNw.ttf\";}}i:178;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Comfortaa\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2017-01-25\";s:5:\"files\";a:3:{i:300;s:87:\"http://fonts.gstatic.com/s/comfortaa/v9/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/comfortaa/v9/lZx6C1VViPgSOhCBUP7hXA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/comfortaa/v9/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:179;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Coming Soon\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/comingsoon/v6/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:180;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Concert One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/concertone/v7/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:181;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Condiment\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/condiment/v4/CstmdiPpgFSV0FUNL5LrJA.ttf\";}}i:182;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Content\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/content/v8/l8qaLjygvOkDEU2G6-cjfQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/content/v8/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:183;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Contrail One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/contrailone/v6/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:184;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Convergence\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/convergence/v5/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:185;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cookie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cookie/v7/HxeUC62y_YdDbiFlze357A.ttf\";}}i:186;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Copse\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/copse/v6/wikLrtPGjZDvZ5w2i5HLWg.ttf\";}}i:187;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Corben\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/corben/v9/tTysMZkt-j8Y5yhkgsoajQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/corben/v9/lirJaFSQWdGQuV--fksg5g.ttf\";}}i:188;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Cormorant\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2017-01-25\";s:5:\"files\";a:10:{i:300;s:87:\"http://fonts.gstatic.com/s/cormorant/v3/diggKPcUerIA8GQWRVxsVS3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"300italic\";s:87:\"http://fonts.gstatic.com/s/cormorant/v3/UydD9tmk-DfLnEFRr_bBZy9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/cormorant/v3/9vWr5LgrNEgvhv1P3z9uuQ.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/cormorant/v3/zzcH3j00ejnIc8jicdcz6KCWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/cormorant/v3/lwoiMb1lzDf49h802vpRUy3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"500italic\";s:87:\"http://fonts.gstatic.com/s/cormorant/v3/UydD9tmk-DfLnEFRr_bBZ8CNfqCYlB_eIx7H1TVXe60.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/cormorant/v3/LKEtp8XimHLN0gSYqnV9qy3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"600italic\";s:87:\"http://fonts.gstatic.com/s/cormorant/v3/UydD9tmk-DfLnEFRr_bBZ5Z7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/cormorant/v3/vOi7JV5F3JmPzXDgUqUwgS3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/cormorant/v3/UydD9tmk-DfLnEFRr_bBZ3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:189;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2017-01-25\";s:5:\"files\";a:10:{i:300;s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v3/iEjm9hVxcattz37Y8gZwVXDeRRUpi2fYbqcTC9PsYaU.ttf\";s:9:\"300italic\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v3/zuqx3k1yUEl3Eavo-ZPEAjZXe39LdglsIzDOvKnCCso.ttf\";s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v3/EI2hhCO6kSfLAy-Dpd8fd7_BES7rBA-D9Lo3vCx9yHc.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v3/eGTlzchVxDKKvK6d7drzlkVlEttMzBRhK_wsRQ4MqEE.ttf\";i:500;s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v3/iEjm9hVxcattz37Y8gZwVSkwnhSVYGQY4MSUB3uw374.ttf\";s:9:\"500italic\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v3/zuqx3k1yUEl3Eavo-ZPEAq8qrY1CcUgPLrA3ytfr3SY.ttf\";i:600;s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v3/iEjm9hVxcattz37Y8gZwVVc2xdGA7R8efE0K6NwSoyI.ttf\";s:9:\"600italic\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v3/zuqx3k1yUEl3Eavo-ZPEAqms9Rm_p2hhD4xhClOGPEw.ttf\";i:700;s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v3/iEjm9hVxcattz37Y8gZwVdNg01MkafbqNYmDx8wt95c.ttf\";s:9:\"700italic\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v3/zuqx3k1yUEl3Eavo-ZPEAvEntfLz8TC-DlAIEJQEwCA.ttf\";}}i:190;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2017-01-25\";s:5:\"files\";a:10:{i:300;s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v3/MYRpw6pQIf0XStsiZXQWA_alucuYFvoGqpCMGloCN2Y.ttf\";s:9:\"300italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v3/PK34LKusK6SSQFR2m5-LZgNCjGMFnYSoo4kW2wZNowE.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v3/q5F0I_a42y_qtMoOtqdjagGlf-pqPDOheSBqZOVpkRo.ttf\";s:6:\"italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v3/U6OamtMgLoVs0zd53Z1pNpbq6_N3pcDBvA-VsecMIAA.ttf\";i:500;s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v3/MYRpw6pQIf0XStsiZXQWA4PJQ8Vh-2Qw35Pq7cVYzdo.ttf\";s:9:\"500italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v3/PK34LKusK6SSQFR2m5-LZq9x-au7fLBTFpfuT52_G64.ttf\";i:600;s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v3/MYRpw6pQIf0XStsiZXQWA9G0tNuOpbNMRdNl4S5e-n0.ttf\";s:9:\"600italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v3/PK34LKusK6SSQFR2m5-LZkZbdnTqrL_1WMEFjxg0OwY.ttf\";i:700;s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v3/MYRpw6pQIf0XStsiZXQWAx-3ZynwDtU_450Ho62jf_I.ttf\";s:9:\"700italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v3/PK34LKusK6SSQFR2m5-LZmKEEmz9BBHY1o7RrRAiUXQ.ttf\";}}i:191;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2017-01-25\";s:5:\"files\";a:5:{i:300;s:89:\"http://fonts.gstatic.com/s/cormorantsc/v3/CCo4fI9EYzhUJcvojQ9Em6cQoVhARpoaILP7amxE_8g.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/cormorantsc/v3/o2HxNCgvhmwJdltu-68tzC3USBnSvpkopQaUR-2r7iU.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/cormorantsc/v3/CCo4fI9EYzhUJcvojQ9Em5MQuUSAwdHsY8ov_6tk1oA.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/cormorantsc/v3/CCo4fI9EYzhUJcvojQ9Em2v8CylhIUtwUiYO7Z2wXbE.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/cormorantsc/v3/CCo4fI9EYzhUJcvojQ9Em0D2ttfZwueP-QU272T9-k4.ttf\";}}i:192;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2017-01-25\";s:5:\"files\";a:5:{i:300;s:94:\"http://fonts.gstatic.com/s/cormorantunicase/v3/-0mwRHhjEGfrz-UDHJ_78TyAYAK5JX1-zBpfFXu9t3Y.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/cormorantunicase/v3/THO7JMNV6qRoZlg7dU5RUz01TLsHlMvD1uPU3gXOh9s.ttf\";i:500;s:94:\"http://fonts.gstatic.com/s/cormorantunicase/v3/-0mwRHhjEGfrz-UDHJ_78WActzpz5sLElWWJpZBcHK4.ttf\";i:600;s:94:\"http://fonts.gstatic.com/s/cormorantunicase/v3/-0mwRHhjEGfrz-UDHJ_78U0bQT13XmwBbvkXy6Yb64Y.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/cormorantunicase/v3/-0mwRHhjEGfrz-UDHJ_78Z5CFeQBXku3ADXbkP2V7W8.ttf\";}}i:193;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2017-01-25\";s:5:\"files\";a:5:{i:300;s:94:\"http://fonts.gstatic.com/s/cormorantupright/v3/PwJT_lCdbLUyVq-tARIPhjCfCvaSiUMfec2BKBTMAaw.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/cormorantupright/v3/0n68kajKjTOJn9EPQkf1a-ojtTJJf2MtgkoRSid3NcM.ttf\";i:500;s:94:\"http://fonts.gstatic.com/s/cormorantupright/v3/PwJT_lCdbLUyVq-tARIPhiWhx5Kr-bzfZXhgF-AnSvk.ttf\";i:600;s:94:\"http://fonts.gstatic.com/s/cormorantupright/v3/PwJT_lCdbLUyVq-tARIPhuDigFx2V_wQ4SOTZdg5a2s.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/cormorantupright/v3/PwJT_lCdbLUyVq-tARIPhuO6SP7lRr11seyd3AkK37Q.ttf\";}}i:194;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Courgette\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/courgette/v4/2YO0EYtyE9HUPLZprahpZA.ttf\";}}i:195;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Cousine\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"greek\";i:1;s:6:\"hebrew\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/cousine/v10/GYX4bPXObJNJo63QJEUnLg.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/cousine/v10/1WtIuajLoo8vjVwsrZ3eOg.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/cousine/v10/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/cousine/v10/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:196;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Coustard\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/coustard/v6/iO2Rs5PmqAEAXoU3SkMVBg.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/coustard/v6/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:197;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/coveredbyyourgrace/v6/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf\";}}i:198;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/craftygirls/v5/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:199;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Creepster\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/creepster/v5/0vdr5kWJ6aJlOg5JvxnXzQ.ttf\";}}i:200;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Crete Round\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/creteround/v5/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/creteround/v5/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf\";}}i:201;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Crimson Text\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/crimsontext/v6/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf\";}}i:202;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Croissant One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/croissantone/v4/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:203;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Crushed\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/crushed/v6/aHwSejs3Kt0Lg95u7j32jA.ttf\";}}i:204;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cuprum\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-19\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cuprum/v8/JgXs0F_UiaEdAS74msmFNg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/cuprum/v8/cLEz0KV6OxInnktSzpk58g.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/cuprum/v8/6tl3_FkDeXSD72oEHuJh4w.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/cuprum/v8/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:205;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Cutive\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/cutive/v8/G2bW-ImyOCwKxBkLyz39YQ.ttf\";}}i:206;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cutivemono/v5/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:207;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Damion\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/damion/v6/13XtECwKxhD_VrOqXL4SiA.ttf\";}}i:208;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Dancing Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/dancingscript/v8/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/dancingscript/v8/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf\";}}i:209;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Dangrek\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/dangrek/v8/LOaFhBT-EHNxZjV8DAW_ew.ttf\";}}i:210;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"David Libre\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:3:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/davidlibre/v1/Fp_YuX4CP0pzlSUtACdOo6CWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:88:\"http://fonts.gstatic.com/s/davidlibre/v1/ea-623K8OFNeGhfSzdpmysCNfqCYlB_eIx7H1TVXe60.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/davidlibre/v1/ea-623K8OFNeGhfSzdpmyne1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:211;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/dawningofanewday/v7/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf\";}}i:212;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Days One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/daysone/v6/kzwZjNhc1iabMsrc_hKBIA.ttf\";}}i:213;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Dekko\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/dekko/v3/AKtgABKC1rUxgIgS-bpojw.ttf\";}}i:214;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Delius\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/delius/v6/TQA163qafki2-gV-B6F_ag.ttf\";}}i:215;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/deliusswashcaps/v8/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf\";}}i:216;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/deliusunicase/v9/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/deliusunicase/v9/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf\";}}i:217;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Della Respira\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/dellarespira/v4/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf\";}}i:218;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Denk One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/denkone/v4/TdXOeA4eA_hEx4W8Sh9wPw.ttf\";}}i:219;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Devonshire\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/devonshire/v5/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:220;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Dhurjati\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/dhurjati/v4/uV6jO5e2iFMbGB0z79Cy5g.ttf\";}}i:221;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2017-01-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/didactgothic/v10/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf\";}}i:222;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Diplomata\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/diplomata/v8/u-ByBiKgN6rTMA36H3kcKg.ttf\";}}i:223;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/diplomatasc/v5/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:224;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Domine\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/domine/v4/wfVIgamVFjMNQAEWurCiHA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/domine/v4/phBcG1ZbQFxUIt18hPVxnw.ttf\";}}i:225;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Donegal One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/donegalone/v4/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:226;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Doppio One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/doppioone/v4/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:227;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Dorsa\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/dorsa/v7/wCc3cUe6XrmG2LQE6GlIrw.ttf\";}}i:228;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Dosis\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:62:\"http://fonts.gstatic.com/s/dosis/v6/ztftab0r6hcd7AeurUGrSQ.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/dosis/v6/awIB6L0h5mb0plIKorXmuA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/dosis/v6/rJRlixu-w0JZ1MyhJpao_Q.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/dosis/v6/ruEXDOFMxDPGnjCBKRqdAQ.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/dosis/v6/KNAswRNwm3tfONddYyidxg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/dosis/v6/AEEAj0ONidK8NQQMBBlSig.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/dosis/v6/nlrKd8E69vvUU39XGsvR7Q.ttf\";}}i:229;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/drsugiyama/v5/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:230;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Droid Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/droidsans/v6/rS9BT6-asrfjpkcV3DXf__esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMQJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:231;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Droid Sans Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/droidsansmono/v7/ns-m2xQYezAtqh7ai59hJcwD6PD0c3_abh9zHKQtbGU.ttf\";}}i:232;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Droid Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/droidserif/v6/DgAtPy6rIVa2Zx3Xh9KaNaCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/droidserif/v6/cj2hUnSRBhwmSPr9kS5890eOrDcLawS7-ssYqLr2Xp4.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/droidserif/v6/QQt14e8dY39u-eYBZmppwXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/droidserif/v6/c92rD_x0V1LslSFt3-QEps_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:233;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Duru Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/durusans/v9/xn7iYH8xwmSyTvEV_HOxTw.ttf\";}}i:234;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Dynalight\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/dynalight/v5/-CWsIe8OUDWTIHjSAh41kA.ttf\";}}i:235;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"EB Garamond\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/ebgaramond/v7/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:236;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/eaglelake/v4/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:237;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Eater\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/eater/v5/gm6f3OmYEdbs3lPQtUfBkA.ttf\";}}i:238;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Economica\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/economica/v4/G4rJRujzZbq9Nxngu9l3hg.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/economica/v4/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/economica/v4/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/economica/v4/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:239;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Eczar\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:5:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/eczar/v4/uKZcAQ5JBBs1UbeXFRbBRg.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/eczar/v4/Ooe4KaPp2594tF8TbMfdlQ.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/eczar/v4/IjQsWW0bmgkZ6lnN72cnTQ.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/eczar/v4/ELC8RVXfBMb3VuuHtMwBOA.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/eczar/v4/9Uyt6nTZLx_Qj5_WRah-iQ.ttf\";}}i:240;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Ek Mukta\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/crtkNHh5JcM3VJKG0E-B36CWcynf_cDxXwCLxiixG1c.ttf\";i:300;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/mpaAv7CIyk0VnZlqSneVxKCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/ekmukta/v7/aFcjXdC5jyJ1p8w54wIIrg.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/PZ1y2MstFczWvBlFSgzMyaCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/Z5Mfzeu6M3emakcJO2QeTqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/4ugcOGR28Jn-oBIn0-qLYaCWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/ekmukta/v7/O68TH5OjEhVmn9_gIrcfS6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:241;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"El Messiri\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:4:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/elmessiri/v1/dik94vfrFvHFnvdvxaX8N_esZW2xOQ-xsNqO47m55DA.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/elmessiri/v1/kQW9PA2krAOzditagrX75pp-63r6doWhTEbsfBIRJ7A.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/elmessiri/v1/HYl7TNqFfA1utGLZRWwzLPpTEJqju4Hz1txDWij77d4.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/elmessiri/v1/ji73glXFIetaSqMU3cz7rAJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:242;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Electrolize\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/electrolize/v5/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:243;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Elsie\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/elsie/v5/gwspePauE45BJu6Ok1QrfQ.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/elsie/v5/1t-9f0N2NFYwAgN7oaISqg.ttf\";}}i:244;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/elsieswashcaps/v4/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf\";i:900;s:92:\"http://fonts.gstatic.com/s/elsieswashcaps/v4/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf\";}}i:245;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Emblema One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/emblemaone/v5/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:246;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/emilyscandy/v4/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf\";}}i:247;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Engagement\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/engagement/v5/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:248;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Englebert\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/englebert/v4/sll38iOvOuarDTYBchlP3Q.ttf\";}}i:249;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Enriqueta\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/enriqueta/v5/_p90TrIwR1SC-vDKtmrv6A.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/enriqueta/v5/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:250;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Erica One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ericaone/v7/cIBnH2VAqQMIGYAcE4ufvQ.ttf\";}}i:251;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Esteban\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/esteban/v4/ESyhLgqDDyK5JcFPp2svDw.ttf\";}}i:252;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/euphoriascript/v4/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf\";}}i:253;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Ewert\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/ewert/v4/Em8hrzuzSbfHcTVqMjbAQg.ttf\";}}i:254;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Exo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:18:{i:100;s:60:\"http://fonts.gstatic.com/s/exo/v4/RI7A9uwjRmPbVp0n8e-Jvg.ttf\";s:9:\"100italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/qtGyZZlWb2EEvby3ZPosxw.ttf\";i:200;s:60:\"http://fonts.gstatic.com/s/exo/v4/F8OfC_swrRRxpFt-tlXZQg.ttf\";s:9:\"200italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/fr4HBfXHYiIngW2_bhlgRw.ttf\";i:300;s:60:\"http://fonts.gstatic.com/s/exo/v4/SBrN7TKUqgGUvfxqHqsnNw.ttf\";s:9:\"300italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/3gmiLjBegIfcDLISjTGA1g.ttf\";s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/exo/v4/eUEzTFueNXRVhbt4PEB8kQ.ttf\";s:6:\"italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/cfgolWisMSURhpQeVHl_NA.ttf\";i:500;s:60:\"http://fonts.gstatic.com/s/exo/v4/jCg6DmGGXt_OVyp5ofQHPw.ttf\";s:9:\"500italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/lo5eTdCNJZQVN08p8RnzAQ.ttf\";i:600;s:60:\"http://fonts.gstatic.com/s/exo/v4/q_SG5kXUmOcIvFpgtdZnlw.ttf\";s:9:\"600italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/0cExa8K_pxS2lTuMr68XUA.ttf\";i:700;s:60:\"http://fonts.gstatic.com/s/exo/v4/3_jwsL4v9uHjl5Q37G57mw.ttf\";s:9:\"700italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/0me55yJIxd5vyQ9bF7SsiA.ttf\";i:800;s:60:\"http://fonts.gstatic.com/s/exo/v4/yLPuxBuV0lzqibRJyooOJg.ttf\";s:9:\"800italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/n3LejeKVj_8gtZq5fIgNYw.ttf\";i:900;s:60:\"http://fonts.gstatic.com/s/exo/v4/97d0nd6Yv4-SA_X92xAuZA.ttf\";s:9:\"900italic\";s:60:\"http://fonts.gstatic.com/s/exo/v4/JHTkQVhzyLtkY13Ye95TJQ.ttf\";}}i:255;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Exo 2\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:18:{i:100;s:61:\"http://fonts.gstatic.com/s/exo2/v3/oVOtQy53isv97g4UhBUDqg.ttf\";s:9:\"100italic\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/LNYVgsJcaCxoKFHmd4AZcg.ttf\";i:200;s:61:\"http://fonts.gstatic.com/s/exo2/v3/qa-Ci2pBwJdCxciE1ErifQ.ttf\";s:9:\"200italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:61:\"http://fonts.gstatic.com/s/exo2/v3/nLUBdz_lHHoVIPor05Byhw.ttf\";s:9:\"300italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/Pf_kZuIH5c5WKVkQUaeSWQ.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/exo2/v3/xxA5ZscX9sTU6U0lZJUlYA.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/exo2/v3/oM0rzUuPqVJpW-VEIpuW5w.ttf\";s:9:\"500italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/exo2/v3/YnSn3HsyvyI1feGSdRMYqA.ttf\";s:9:\"600italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/exo2/v3/2DiK4XkdTckfTk6we73-bQ.ttf\";s:9:\"700italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf\";i:800;s:61:\"http://fonts.gstatic.com/s/exo2/v3/IVYl_7dJruOg8zKRpC8Hrw.ttf\";s:9:\"800italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf\";i:900;s:61:\"http://fonts.gstatic.com/s/exo2/v3/e8csG8Wnu87AF6uCndkFRQ.ttf\";s:9:\"900italic\";s:82:\"http://fonts.gstatic.com/s/exo2/v3/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:256;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:8:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf\";i:500;s:90:\"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf\";i:600;s:90:\"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/expletussans/v9/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/expletussans/v9/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf\";}}i:257;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2017-02-09\";s:5:\"files\";a:2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/fanwoodtext/v6/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/fanwoodtext/v6/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf\";}}i:258;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Farsan\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/farsan/v1/Hdf9Y76SQ6e1X0Nqk3rHtw.ttf\";}}i:259;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fascinate\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/fascinate/v5/ZE0637WWkBPKt1AmFaqD3Q.ttf\";}}i:260;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/fascinateinline/v6/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf\";}}i:261;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Faster One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/fasterone/v6/YxTOW2sf56uxD1T7byP5K_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:262;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Fasthand\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/fasthand/v7/6XAagHH_KmpZL67wTvsETQ.ttf\";}}i:263;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fauna One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/faunaone/v4/8kL-wpAPofcAMELI_5NRnQ.ttf\";}}i:264;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Federant\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/federant/v8/tddZFSiGvxICNOGra0i5aA.ttf\";}}i:265;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Federo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/federo/v8/JPhe1S2tujeyaR79gXBLeQ.ttf\";}}i:266;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Felipa\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/felipa/v4/SeyfyFZY7abAQXGrOIYnYg.ttf\";}}i:267;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Fenix\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/fenix/v4/Ak8wR3VSlAN7VN_eMeJj7Q.ttf\";}}i:268;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Finger Paint\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/fingerpaint/v5/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:269;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fira Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2017-01-10\";s:5:\"files\";a:3:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/firamono/v5/WQOm1D4RO-yvA9q9trJc8g.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/firamono/v5/PJ4zAY1ucu5ib6LzyvHMkS3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/firamono/v5/l24Wph3FsyKAbJ8dfExTZy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:270;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fira Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2017-01-10\";s:5:\"files\";a:18:{i:100;s:86:\"http://fonts.gstatic.com/s/firasans/v7/8lKWk2lAb6-y9gc_GLDdPKCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"100italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v7/fmobwZujc_UI4huzQvESm4AWxXGWZ3yJw6KhWS7MxOk.ttf\";i:200;s:86:\"http://fonts.gstatic.com/s/firasans/v7/H2QtVYRshA1CFy63P7ykZy3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"200italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v7/6s0YCA9oCTF6hM60YM-qTUnzyIngrzGjGh22wPb6cGM.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/firasans/v7/VTBnrK42EiOBncVyQXZ7jy3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"300italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v7/6s0YCA9oCTF6hM60YM-qTS9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/firasans/v7/nsT0isDy56OkSX99sFQbXw.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v7/cPT_2ddmoxsUuMtQqa8zGqCWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/firasans/v7/zM2u8V3CuPVwAAXFQcDi4C3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"500italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v7/6s0YCA9oCTF6hM60YM-qTcCNfqCYlB_eIx7H1TVXe60.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/firasans/v7/TPhEsJuyxIEzWtby22btfi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"600italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v7/6s0YCA9oCTF6hM60YM-qTZZ7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/firasans/v7/DugPdSljmOTocZOR2CItOi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v7/6s0YCA9oCTF6hM60YM-qTXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/firasans/v7/htOw9f-chtELyJuFCkCrFi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"800italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v7/6s0YCA9oCTF6hM60YM-qTQ89PwPrYLaRFJ-HNCU9NbA.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/firasans/v7/rowJfijyp23uW9P2J-sluC3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/firasans/v7/6s0YCA9oCTF6hM60YM-qTSenaqEuufTBk9XMKnKmgDA.ttf\";}}i:271;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2017-01-10\";s:5:\"files\";a:18:{i:100;s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/-hkH0zXsjNm-yd0g99LvtmzsEJYDLiwza6ZHrdqhthQ.ttf\";s:9:\"100italic\";s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/Nqqv1KfmeTlTML-ky7aaRPKr3wa5Ugsm4QGD8HSjBf8.ttf\";i:200;s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/k1srRZ14gKpu4XGd0R993IBfX0yoOQz7y6Fa57EWAgY.ttf\";s:9:\"200italic\";s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/Z87ZCYzj43dcQd7C-kCjDzTCSvnRzshTGhbaUNxVLsY.ttf\";i:300;s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/k1srRZ14gKpu4XGd0R993EMwSSh38KQVJx4ABtsZTnA.ttf\";s:9:\"300italic\";s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/Z87ZCYzj43dcQd7C-kCjD4_LkTZ_uhAwfmGJ084hlvM.ttf\";s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/HQGj1o4-qj8agzakWWMQw0b2huS6PSilRpwXI3qYZmg.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/-hkH0zXsjNm-yd0g99Lvtv745YdnE8ZqDtluSBzScUA.ttf\";i:500;s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/k1srRZ14gKpu4XGd0R993OsjvTPWUq6WFqixIyn02S8.ttf\";s:9:\"500italic\";s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/Z87ZCYzj43dcQd7C-kCjD4BZvKPjZWiSZqpadd3c-cI.ttf\";i:600;s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/k1srRZ14gKpu4XGd0R993HI2_Em5SxSZLj3SINQVfR0.ttf\";s:9:\"600italic\";s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/Z87ZCYzj43dcQd7C-kCjD5AgRolq0CFuJyGMzcpUuqI.ttf\";i:700;s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/k1srRZ14gKpu4XGd0R993BEM87DM3yorPOrvA-vB930.ttf\";s:9:\"700italic\";s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/Z87ZCYzj43dcQd7C-kCjDzkJmEiMQ4xM-o8FMi_9og4.ttf\";i:800;s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/k1srRZ14gKpu4XGd0R993IakE3OFfI2LZ4c6GPO8Mzs.ttf\";s:9:\"800italic\";s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/Z87ZCYzj43dcQd7C-kCjD07QUKmu2W_Ow4yNN8hZ1i8.ttf\";i:900;s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/k1srRZ14gKpu4XGd0R993BL2AAruu1GYH8xAyPJJAg8.ttf\";s:9:\"900italic\";s:95:\"http://fonts.gstatic.com/s/firasanscondensed/v1/Z87ZCYzj43dcQd7C-kCjD8mJu-lqHNyZBDoYLJNH3Ks.ttf\";}}i:272;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2017-01-10\";s:5:\"files\";a:18:{i:100;s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/_dPmaUiuUAWmL0ibePdArgFORyOzJNaQMfz6m4ejZbGglnMp3_3A8V8Ai8YosRtX.ttf\";s:9:\"100italic\";s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/G8VKhLxlTd0YOlG3i1R8CfHXjqTqiXVW6z8kDssMYPCAFsVxlmd8icOioVkuzMTp.ttf\";i:200;s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwW_7IC3ILXfeIVwvfWGu4Sgt1EgZ0r6ZKKUGlEftq-4l.ttf\";s:9:\"200italic\";s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPBJ88iJ4K8xoxodtsD2-nBj.ttf\";i:300;s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV0t1EgZ0r6ZKKUGlEftq-4l.ttf\";s:9:\"300italic\";s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAvflpT0sW34iOPRrF6N6tI.ttf\";s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/wg_5XrW_o1_ZfuCbAkBfGRreEc6WSk_gssVJg3w2ARQ.ttf\";s:6:\"italic\";s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/_dPmaUiuUAWmL0ibePdArnKUexidEaHsf8DLYXbriUSglnMp3_3A8V8Ai8YosRtX.ttf\";i:500;s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7Owdd0GPYAHEVh0EvoffkRAuMt1EgZ0r6ZKKUGlEftq-4l.ttf\";s:9:\"500italic\";s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPDAjX6gmJQf3iMex9U1V3ut.ttf\";i:600;s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwW8v1dGG_WArVpDmblm5TDot1EgZ0r6ZKKUGlEftq-4l.ttf\";s:9:\"600italic\";s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPCWe8ZvgY99AY9ijXVw80mY.ttf\";i:700;s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6ct1EgZ0r6ZKKUGlEftq-4l.ttf\";s:9:\"700italic\";s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPB3tT3e-lZe80aROzSyUO11.ttf\";i:800;s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwZZWqFq9WyGGQ2ef9bXDKiQt1EgZ0r6ZKKUGlEftq-4l.ttf\";s:9:\"800italic\";s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAPPT8D62C2kRSfhzQlPTWw.ttf\";i:900;s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwRPaRBEe7-4iQsBL_zD1FQ8t1EgZ0r6ZKKUGlEftq-4l.ttf\";s:9:\"900italic\";s:121:\"http://fonts.gstatic.com/s/firasansextracondensed/v1/iGnuurQ1EqiOs_hlr82MCvHXjqTqiXVW6z8kDssMYPAnp2qhLrn0wZPVzCpypoAw.ttf\";}}i:273;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Fjalla One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/fjallaone/v4/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:274;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fjord One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/fjordone/v5/R_YHK8au2uFPw5tNu5N7zw.ttf\";}}i:275;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Flamenco\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{i:300;s:86:\"http://fonts.gstatic.com/s/flamenco/v6/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/flamenco/v6/HC0ugfLLgt26I5_BWD1PZA.ttf\";}}i:276;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Flavors\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/flavors/v5/SPJi5QclATvon8ExcKGRvQ.ttf\";}}i:277;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Fondamento\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-27\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/fondamento/v6/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/fondamento/v6/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:278;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/fontdinerswanky/v6/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf\";}}i:279;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Forum\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/forum/v7/MZUpsq1VfLrqv8eSDcbrrQ.ttf\";}}i:280;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Francois One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/francoisone/v10/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:281;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:92:\"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPOo9jvbqtCEVUIntIHarXsc.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/frankruhllibre/v1/yDLloNqBpFmakCImLv4OJkfFI6QBbouvcOFcz81E3Ek.ttf\";i:500;s:92:\"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPC-WNtISbX_UO2d0wZPgXtk.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPDPYiZEMiRRbPdIFMoTwDbo.ttf\";i:900;s:92:\"http://fonts.gstatic.com/s/frankruhllibre/v1/y8NWif61iD8Hg8bGAmxFPNRZIVFRjDx-6MOpcoWbVhA.ttf\";}}i:282;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Freckle Face\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/freckleface/v4/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf\";}}i:283;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/frederickathegreat/v5/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf\";}}i:284;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Fredoka One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/fredokaone/v4/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:285;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Freehand\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/freehand/v8/uEBQxvA0lnn_BrD6krlxMw.ttf\";}}i:286;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Fresca\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/fresca/v5/2q7Qm9sCo1tWvVgSDVWNIw.ttf\";}}i:287;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Frijole\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/frijole/v5/L2MfZse-2gCascuD-nLhWg.ttf\";}}i:288;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Fruktur\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2017-03-15\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/fruktur/v9/PnQvfEi1LssAvhJsCwH__w.ttf\";}}i:289;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Fugaz One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/fugazone/v6/5tteVDCwxsr8-5RuSiRWOw.ttf\";}}i:290;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"GFS Didot\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gfsdidot/v6/jQKxZy2RU-h9tkPZcRVluA.ttf\";}}i:291;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v7/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf\";}}i:292;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Gabriela\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2017-01-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gabriela/v5/B-2ZfbAO3HDrxqV6lR5tdA.ttf\";}}i:293;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Gafata\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gafata/v5/aTFqlki_3Dc3geo-FxHTvQ.ttf\";}}i:294;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Galada\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/galada/v1/xGkllHQb8OOCv9VJ6IObSA.ttf\";}}i:295;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Galdeano\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/galdeano/v6/ZKFMQI6HxEG1jOT0UGSZUg.ttf\";}}i:296;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Galindo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/galindo/v4/2lafAS_ZEfB33OJryhXDUg.ttf\";}}i:297;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/gentiumbasic/v8/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf\";}}i:298;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v7/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf\";}}i:299;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Geo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/geo/v8/mJuJYk5Pww84B4uHAQ1XaA.ttf\";s:6:\"italic\";s:60:\"http://fonts.gstatic.com/s/geo/v8/8_r1wToF7nPdDuX1qxel6Q.ttf\";}}i:300;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Geostar\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/geostar/v6/A8WQbhQbpYx3GWWaShJ9GA.ttf\";}}i:301;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/geostarfill/v6/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf\";}}i:302;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Germania One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/germaniaone/v4/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:303;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Gidugu\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gidugu/v3/Ey6Eq3hrT6MM58iFItFcgw.ttf\";}}i:304;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Gilda Display\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/gildadisplay/v4/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf\";}}i:305;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Give You Glory\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/giveyouglory/v6/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf\";}}i:306;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/glassantiqua/v4/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf\";}}i:307;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Glegoo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/glegoo/v5/2tf-h3n2A_SNYXEO0C8bKw.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/glegoo/v5/TlLolbauH0-0Aiz1LUH5og.ttf\";}}i:308;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/gloriahallelujah/v8/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf\";}}i:309;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Goblin One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/goblinone/v6/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:310;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/gochihand/v7/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:311;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Gorditas\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gorditas/v4/uMgZhXUyH6qNGF3QsjQT5Q.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/gorditas/v4/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:312;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/goudybookletter1911/v6/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf\";}}i:313;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Graduate\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/graduate/v4/JpAmYLHqcIh9_Ff35HHwiA.ttf\";}}i:314;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/grandhotel/v4/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf\";}}i:315;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Gravitas One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/gravitasone/v6/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:316;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Great Vibes\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/greatvibes/v4/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:317;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Griffy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/griffy/v4/vWkyYGBSyE5xjnShNtJtzw.ttf\";}}i:318;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Gruppo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gruppo/v7/pS_JM0cK_piBZve-lfUq9w.ttf\";}}i:319;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Gudea\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/gudea/v4/S-4QqBlkMPiiA3jNeCR5yw.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/gudea/v4/7mNgsGw_vfS-uUgRVXNDSw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/gudea/v4/lsip4aiWhJ9bx172Y9FN_w.ttf\";}}i:320;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Gurajada\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gurajada/v4/6Adfkl4PCRyq6XTENACEyA.ttf\";}}i:321;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Habibi\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/habibi/v5/YYyqXF6pWpL7kmKgS_2iUA.ttf\";}}i:322;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Halant\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:5:{i:300;s:63:\"http://fonts.gstatic.com/s/halant/v2/dM3ItAOWNNod_Cf3MnLlEg.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/halant/v2/rEs7Jk3SVyt3cTx6DoTu1w.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/halant/v2/tlsNj3K-hJKtiirTDtUbkQ.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/halant/v2/zNR2WvI_V8o652vIZp3X4Q.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/halant/v2/D9FN7OH89AuCmZDLHbPQfA.ttf\";}}i:323;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/hammersmithone/v7/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:324;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Hanalei\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/hanalei/v6/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf\";}}i:325;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/hanaleifill/v5/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:326;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Handlee\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/handlee/v5/6OfkXkyC0E5NZN80ED8u3A.ttf\";}}i:327;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Hanuman\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/hanuman/v9/hRhwOGGmElJSl6KSPvEnOQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/hanuman/v9/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:328;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/happymonkey/v5/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:329;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Harmattan\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/harmattan/v1/xNM1nDKzsLfoCLQtMRztGA.ttf\";}}i:330;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Headland One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/headlandone/v4/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:331;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Heebo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:7:{i:100;s:62:\"http://fonts.gstatic.com/s/heebo/v2/SoQODIucfpkiveZloUR6ag.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/heebo/v2/dg5T18yyjkKiU_9mmcbDSQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/heebo/v2/nyHCGMPliplPNqpssbDSIA.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/heebo/v2/jDb70ZCwdD6JnmQU62ZQZA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/heebo/v2/NsBYEn6oWei8pPqytA07yA.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/heebo/v2/h4CV2Qq56LKIinGGOStvsw.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/heebo/v2/uDfzHw3R0Bfa6HyIIcj-ow.ttf\";}}i:332;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Henny Penny\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/hennypenny/v4/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:333;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/herrvonmuellerhoff/v6/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf\";}}i:334;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Hind\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-02\";s:5:\"files\";a:5:{i:300;s:61:\"http://fonts.gstatic.com/s/hind/v6/qa346Adgv9kPDXoD1my4kA.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/hind/v6/mktFHh5Z5P9YjGKSslSUtA.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/hind/v6/2cs8RCVcYtiv4iNDH1UsQQ.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/hind/v6/TUKUmFMXSoxloBP1ni08oA.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/hind/v6/cXJJavLdUbCfjxlsA6DqTw.ttf\";}}i:335;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:88:\"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAi9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/hindguntur/v1/MXz-KyAeVZstlFz6v-5SC6CWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:88:\"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAsCNfqCYlB_eIx7H1TVXe60.ttf\";i:600;s:88:\"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNApZ7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/hindguntur/v1/Szg33M7ab5MTWe-PWAcNAne1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:336;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:89:\"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S66cQoVhARpoaILP7amxE_8g.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/hindmadurai/v1/pJpl47LatORZNWf8rgdiyS3USBnSvpkopQaUR-2r7iU.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S65MQuUSAwdHsY8ov_6tk1oA.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S62v8CylhIUtwUiYO7Z2wXbE.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/hindmadurai/v1/sdSJTZLdRXJhVTP92m2S60D2ttfZwueP-QU272T9-k4.ttf\";}}i:337;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-02\";s:5:\"files\";a:5:{i:300;s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJnzoJ52uD-1fmXmi8u0n_zsc.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v2/f2eEi2pbIa8eBfNwpUl0Am_MnNA9OgK8I1F23mNWOpE.ttf\";i:500;s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn__2zpxNHQ3utWt_82o9dAo.ttf\";i:600;s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn-x91FDzFvnud68bXrNkpDA.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/hindsiliguri/v2/fBpmjMpv5Rh6S25yVfWJn6iiXuG_rGcOxkuidirlnJE.ttf\";}}i:338;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-02\";s:5:\"files\";a:5:{i:300;s:90:\"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTbDwfZ__Dotj_J8NiWv76DQ.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/hindvadodara/v2/9c6KKeibr6NtFqknnNxZB-Dcg5akpSnIcsPhLOFv7l8.ttf\";i:500;s:90:\"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTZzEKvFIU9WyojfbAkhDb6c.ttf\";i:600;s:90:\"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTfgXs2VXrZsRiQ1c96pXZKI.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/hindvadodara/v2/KrZ6f_YevRawHvh0qDBkTYGjoH95IEFGA7BjhXnx_eg.ttf\";}}i:339;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/holtwoodonesc/v7/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf\";}}i:340;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/homemadeapple/v6/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf\";}}i:341;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Homenaje\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/homenaje/v6/v0YBU0iBRrGdVjDNQILxtA.ttf\";}}i:342;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/imfelldwpica/v6/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/imfelldwpica/v6/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf\";}}i:343;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/imfelldwpicasc/v6/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf\";}}i:344;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/imfelldoublepica/v6/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/imfelldoublepica/v6/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf\";}}i:345;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/imfelldoublepicasc/v6/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf\";}}i:346;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"IM Fell English\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/imfellenglish/v6/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/imfellenglish/v6/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf\";}}i:347;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf\";}}i:348;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/imfellfrenchcanon/v6/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf\";}}i:349;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v6/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf\";}}i:350;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/imfellgreatprimer/v6/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/imfellgreatprimer/v6/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf\";}}i:351;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/imfellgreatprimersc/v6/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf\";}}i:352;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Iceberg\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/iceberg/v4/p2XVm4M-N0AOEEOymFKC5w.ttf\";}}i:353;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Iceland\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/iceland/v5/kq3uTMGgvzWGNi39B_WxGA.ttf\";}}i:354;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Imprima\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/imprima/v4/eRjquWLjwLGnTEhLH7u3kA.ttf\";}}i:355;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Inconsolata\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/inconsolata/v15/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/inconsolata/v15/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:356;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Inder\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/inder/v5/C38TwecLTfKxIHDc_Adcrw.ttf\";}}i:357;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Indie Flower\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf\";}}i:358;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Inika\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/inika/v4/eZCrULQGaIxkrRoGz_DjhQ.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/inika/v4/bl3ZoTyrWsFun2zYbsgJrA.ttf\";}}i:359;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:300;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIg6hmPNSXwHGnJQCeQHKUMo.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/VlmmTfOrxr3HfcnhMueX9arFJ4O13IHVxZbM6yoslpo.ttf\";i:500;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIiYCDvi1XFzRnTV7qUFsNgk.ttf\";i:600;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIjLEgY6PI0GrY6L00mykcEQ.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIlRhfXn9P4_QueZ7VkUHUNc.ttf\";i:800;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVInARjXVu2t2krcNTHiCb1qY.ttf\";i:900;s:91:\"http://fonts.gstatic.com/s/inknutantiqua/v1/CagoW52rBcslcXzHh6tVIrTsNy1JrFNT1qKy8j7W3CU.ttf\";}}i:360;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Irish Grover\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/irishgrover/v6/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:361;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Istok Web\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/istokweb/v10/RYLSjEXQ0nNtLLc4n7--dQ.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/istokweb/v10/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/istokweb/v10/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/istokweb/v10/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:362;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Italiana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-10-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/italiana/v5/dt95fkCSTOF-c6QNjwSycA.ttf\";}}i:363;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Italianno\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/italianno/v6/HsyHnLpKf8uP7aMpDQHZmg.ttf\";}}i:364;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Itim\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/itim/v1/HHV9WK2x5lUkc5bxMXG8Tw.ttf\";}}i:365;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/jacquesfrancois/v4/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf\";}}i:366;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v4/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf\";}}i:367;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Jaldi\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/jaldi/v2/x1vR-bPW9a1EB-BUVqttCw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/jaldi/v2/OIbtgjjEp3aVWtjF6WY8mA.ttf\";}}i:368;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/jimnightshade/v4/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf\";}}i:369;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Jockey One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/jockeyone/v6/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:370;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/jollylodger/v4/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:371;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Jomhuria\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/jomhuria/v2/hrvsccQpBliIgor15WxE6g.ttf\";}}i:372;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:10:{i:100;s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf\";s:9:\"100italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf\";i:300;s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/josefinsans/v9/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf\";}}i:373;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:10:{i:100;s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf\";s:9:\"100italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf\";i:300;s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/josefinslab/v6/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf\";}}i:374;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Joti One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/jotione/v4/P3r_Th0ESHJdzunsvWgUfQ.ttf\";}}i:375;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Judson\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/judson/v9/znM1AAs0eytUaJzf1CrYZQ.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/judson/v9/GVqQW9P52ygW-ySq-CLwAA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/judson/v9/he4a2LwiPJc7r8x0oKCKiA.ttf\";}}i:376;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Julee\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/julee/v6/CAib-jsUsSO8SvVRnE9fHA.ttf\";}}i:377;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/juliussansone/v5/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:378;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Junge\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/junge/v4/j4IXCXtxrw9qIBheercp3A.ttf\";}}i:379;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Jura\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";}s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{i:300;s:61:\"http://fonts.gstatic.com/s/jura/v7/Rqx_xy1UnN0C7wD3FUSyPQ.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/jura/v7/YAWMwF3sN0KCbynMq-Yr_Q.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/jura/v7/16xhfjHCiaLj3tsqqgmtGg.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/jura/v7/iwseduOwJSdY8wQ1Y6CJdA.ttf\";}}i:380;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/justanotherhand/v7/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf\";}}i:381;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/justmeagaindownhere/v8/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf\";}}i:382;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kadwa\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kadwa/v1/VwEN8oKGqaa0ug9kRpvSSg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/kadwa/v1/NFPZaBfekj_Io-7vUMz4Ww.ttf\";}}i:383;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kalam\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:3:{i:300;s:62:\"http://fonts.gstatic.com/s/kalam/v7/MgQQlk1SgPEHdlkWMNh7Jg.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kalam/v7/hNEJkp2K-aql7e5WQish4Q.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/kalam/v7/95nLItUGyWtNLZjSckluLQ.ttf\";}}i:384;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Kameron\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/kameron/v7/9r8HYhqDSwcq9WMjupL82A.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/kameron/v7/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:385;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kanit\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:18:{i:100;s:62:\"http://fonts.gstatic.com/s/kanit/v1/CYl4qOK-NWwZp3iTKW1eIA.ttf\";s:9:\"100italic\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/NLNtc56MpXmHl1yOrop8oQ.ttf\";i:200;s:62:\"http://fonts.gstatic.com/s/kanit/v1/wfLWkj1C4tYl7MoiFWS3bA.ttf\";s:9:\"200italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/D8gkrAAM2bvNJ-1i4ot-1_esZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/kanit/v1/SM5qHynYGdOmMKEwGUFIPA.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/IePislKOKy3Bqfpb9V5VM_esZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/L6VKvM17ZmevDynOiw7H9w.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/kanit/v1/sHLq5U0-T0oSMTnwTKgv-A.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/kanit/v1/GxoU_USIJyIy8WIcYSUO2g.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/hrCiWCaNv9AaF0mDY1F2zPesZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/kanit/v1/n_qoIVxojeQY0D1pvoNDhA.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/9BkP85yRDoVayTWQwdGLqPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/kanit/v1/kEGmYvO8My36j5ILmbUPRg.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/WNo3ZZ9xtOZJknNlvHAFWfesZW2xOQ-xsNqO47m55DA.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/kanit/v1/YTp-zAuKXxwnA1YnJIF1rg.ttf\";s:9:\"800italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/qiTGrW5sCa9UQp841fWjc_esZW2xOQ-xsNqO47m55DA.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/kanit/v1/1NIEkusi3bG3GgO9Hor3fQ.ttf\";s:9:\"900italic\";s:83:\"http://fonts.gstatic.com/s/kanit/v1/ogN5dFD1r4BfxNV4Nb-TXfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:386;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Kantumruy\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{i:300;s:87:\"http://fonts.gstatic.com/s/kantumruy/v3/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/kantumruy/v3/kQfXNYElQxr5dS8FyjD39Q.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/kantumruy/v3/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf\";}}i:387;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Karla\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/karla/v5/78UgGRwJFkhqaoFimqoKpQ.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/karla/v5/51UBKly9RQOnOkj95ZwEFw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/karla/v5/JS501sZLxZ4zraLQdncOUA.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/karla/v5/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:388;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Karma\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:5:{i:300;s:62:\"http://fonts.gstatic.com/s/karma/v5/lH6ijJnguWR2Sz7tEl6MQQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/karma/v5/wvqTxAGBUrTqU0urTEoPIw.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/karma/v5/9YGjxi6Hcvz2Kh-rzO_cAw.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/karma/v5/h_CVzXXtqSxjfS2sIwaejA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/karma/v5/smuSM08oApsQPPVYbHd1CA.ttf\";}}i:389;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Katibeh\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/katibeh/v2/Q-SA43uWR2uu3wBIvedotA.ttf\";}}i:390;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/kaushanscript/v5/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf\";}}i:391;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Kavivanar\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/kavivanar/v1/VLDrdUtF1irKFc8rFWgDaw.ttf\";}}i:392;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kavoon\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kavoon/v5/382m-6baKXqJFQjEgobt6Q.ttf\";}}i:393;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/kdamthmor/v3/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:394;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Keania One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/keaniaone/v4/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:395;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/kellyslab/v6/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf\";}}i:396;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kenia\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kenia/v8/OLM9-XfITK9PsTLKbGBrwg.ttf\";}}i:397;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Khand\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:5:{i:300;s:62:\"http://fonts.gstatic.com/s/khand/v4/072zRl4OU9Pinjjkg174LA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/khand/v4/HdLdTNFqNIDGJZl1ZEj84w.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/khand/v4/46_p-SqtuMe56nxQdteWxg.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/khand/v4/zggGWYIiPJyMTgkfxP_kaA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/khand/v4/0I0UWaN-X5QBmfexpXKhqg.ttf\";}}i:398;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Khmer\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/khmer/v9/vWaBJIbaQuBNz02ALIKJ3A.ttf\";}}i:399;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Khula\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:5:{i:300;s:62:\"http://fonts.gstatic.com/s/khula/v1/_1LySU5Upq-sc4OZ1b_GIw.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/khula/v1/izcPIFyCSd16XI1Ak_Wk7Q.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/khula/v1/4ZH86Hce-aeFDaedTnbkbg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/khula/v1/UGVExGl-Jjs-YPpGv-MZ6w.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/khula/v1/Sccp_oOo8FWgbx5smie7xQ.ttf\";}}i:400;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Kite One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/kiteone/v4/8ojWmgUc97m0f_i6sTqLoQ.ttf\";}}i:401;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Knewave\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/knewave/v5/KGHM4XWr4iKnBMqzZLkPBg.ttf\";}}i:402;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Kotta One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kottaone/v4/AB2Q7hVw6niJYDgLvFXu5w.ttf\";}}i:403;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Koulen\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/koulen/v10/AAYOK8RSRO7FTskTzFuzNw.ttf\";}}i:404;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kranky\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kranky/v6/C8dxxTS99-fZ84vWk8SDrg.ttf\";}}i:405;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Kreon\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{i:300;s:62:\"http://fonts.gstatic.com/s/kreon/v9/HKtJRiq5C2zbq5N1IX32sA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/kreon/v9/zA_IZt0u0S3cvHJu-n1oEg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/kreon/v9/jh0dSmaPodjxISiblIUTkw.ttf\";}}i:406;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kristi\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kristi/v7/aRsgBQrkQkMlu4UPSnJyOQ.ttf\";}}i:407;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Krona One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kronaone/v4/zcQj4ljqTo166AdourlF9w.ttf\";}}i:408;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Kumar One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kumarone/v1/YmcJD6Wky1clGYY5OD-BkQ.ttf\";}}i:409;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/kumaroneoutline/v1/hnQF47H-55qiLAGgq7C3QyxhoCTLJoiJ-y-zew8F8j0.ttf\";}}i:410;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Kurale\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:10:\"devanagari\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2017-01-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/kurale/v2/rxeyIcvQlT4XAWwNbXFCfw.ttf\";}}i:411;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/labelleaurore/v7/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf\";}}i:412;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Laila\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:5:{i:300;s:62:\"http://fonts.gstatic.com/s/laila/v2/bLbIVEZF3IWSZ-in72GJvA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/laila/v2/6iYor3edprH7360qtBGoag.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/laila/v2/tkf8VtFvW9g3VsxQCA6WOQ.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/laila/v2/3EMP2L6JRQ4GaHIxCldCeA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/laila/v2/R7P4z1xjcjecmjZ9GyhqHQ.ttf\";}}i:413;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lakkireddy/v3/Q5EpFa91FjW37t0FCnedaKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:414;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Lalezar\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/lalezar/v1/k4_MPf09PGmL7oyGdPKwcg.ttf\";}}i:415;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Lancelot\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lancelot/v6/XMT7T_oo_MQUGAnU2v-sdA.ttf\";}}i:416;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Lateef\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/lateef/v10/PAsKCgi1qc7XPwvzo_I-DQ.ttf\";}}i:417;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Lato\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2017-02-09\";s:5:\"files\";a:10:{i:100;s:62:\"http://fonts.gstatic.com/s/lato/v13/Upp-ka9rLQmHYCsFgwL-eg.ttf\";s:9:\"100italic\";s:62:\"http://fonts.gstatic.com/s/lato/v13/zLegi10uS_9-fnUDISl0KA.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/lato/v13/Ja02qOppOVq9jeRjWekbHg.ttf\";s:9:\"300italic\";s:62:\"http://fonts.gstatic.com/s/lato/v13/dVebFcn7EV7wAKwgYestUg.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/lato/v13/h7rISIcQapZBpei-sXwIwg.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/lato/v13/P_dJOFJylV3A870UIOtr0w.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/lato/v13/iX_QxBBZLhNj5JHlTzHQzg.ttf\";s:9:\"700italic\";s:62:\"http://fonts.gstatic.com/s/lato/v13/WFcZakHrrCKeUJxHA4T_gw.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/lato/v13/8TPEV6NbYWZlNsXjbYVv7w.ttf\";s:9:\"900italic\";s:62:\"http://fonts.gstatic.com/s/lato/v13/draWperrI7n2xi35Cl08fA.ttf\";}}i:418;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"League Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/leaguescript/v7/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf\";}}i:419;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Leckerli One\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/leckerlione/v7/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:420;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ledger\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ledger/v4/G432jp-tahOfWHbCYkI0jw.ttf\";}}i:421;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Lekton\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/lekton/v7/r483JYmxf5PjIm4jVAm8Yg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/lekton/v7/_UbDIPBA1wDqSbhp-OED7A.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/lekton/v7/WZw-uL8WTkx3SBVfTlevXQ.ttf\";}}i:422;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Lemon\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/lemon/v5/wed1nNu4LNSu-3RoRVUhUw.ttf\";}}i:423;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Lemonada\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:4:{i:300;s:86:\"http://fonts.gstatic.com/s/lemonada/v2/uM3MufQOcwGHuruj4TsXiqCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lemonada/v2/pkzws3AUXmaaAzOi7aydSQ.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/lemonada/v2/9Vd4MNKsOxNyLzlfTXdKLqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/lemonada/v2/9jKcm4hRI511-Dy7FFfQ3aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:424;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/librebaskerville/v4/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/librebaskerville/v4/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/librebaskerville/v4/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf\";}}i:425;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:18:{i:100;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/zrsyK9EytLQ07oRM9IZIsX6Zf0VB_l-7q6pFtcZSRCs.ttf\";s:9:\"100italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/LHzsuUmxr4UY-IoiG8pRK4gsWNE1DYiT_eIOcNe2Au4.ttf\";i:200;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yCwKTB4uIbnDXE2hyxZaFPY.ttf\";s:9:\"200italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho0lu1sSkaQaYEjN61aJ3i1I.ttf\";i:300;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yMhKJW3W9-339CFS_Lie1us.ttf\";s:9:\"300italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho14je5cfhxzx5bEvSaoyQQI.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/PFwjf3aDdAQPvNKUrT3U7_fSnedoLXQQjURyDxluu8g.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/zrsyK9EytLQ07oRM9IZIsX5kKxjpQfTpnFf2SrDLxlg.ttf\";i:500;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yMBjwrbmxH6gp8HgxjPD8qo.ttf\";s:9:\"500italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho5VcuOW5XbZIr02vW37iuvg.ttf\";i:600;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yORt4MKdIUjA60qLK3wI2m8.ttf\";s:9:\"600italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqhowNPRgU5g4Xymf9hgRWrbNs.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yEnStGWSv3WdwjmyyI8xc7Q.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqhow7kn3RFjf4gfwsdsBE-Rf4.ttf\";i:800;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yKltwG0cydF-uC1kFVv1hts.ttf\";s:9:\"800italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho80d7u0uHUbaRkK-cNyim1w.ttf\";i:900;s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/1_DGDtljMiPWFs5rl_p0yF7duMYIKwoQ5QsTL00fobw.ttf\";s:9:\"900italic\";s:91:\"http://fonts.gstatic.com/s/librefranklin/v1/7_V210XP3LBEtEwiCTqho0THpHUXJVnEwH4tSjkF0wg.ttf\";}}i:426;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Life Savers\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lifesavers/v6/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/lifesavers/v6/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:427;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Lilita One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/lilitaone/v4/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:428;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Lily Script One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/lilyscriptone/v4/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:429;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Limelight\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/limelight/v7/5dTfN6igsXjLjOy8QQShcg.ttf\";}}i:430;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Linden Hill\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2017-02-09\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lindenhill/v6/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/lindenhill/v6/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf\";}}i:431;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Lobster\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lobster/v18/9LpJGtNuM1D8FAZ2BkJH2Q.ttf\";}}i:432;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Lobster Two\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/lobstertwo/v9/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/lobstertwo/v9/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/lobstertwo/v9/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/lobstertwo/v9/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:433;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/londrinaoutline/v5/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf\";}}i:434;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/londrinashadow/v4/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf\";}}i:435;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/londrinasketch/v4/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf\";}}i:436;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/londrinasolid/v4/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf\";}}i:437;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Lora\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2017-01-19\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/lora/v10/aXJ7KVIGcejEy1abawZazg.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/lora/v10/AN2EZaj2tFRpyveuNn9BOg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/lora/v10/enKND5SfzQKkggBA_VnT1A.ttf\";s:9:\"700italic\";s:62:\"http://fonts.gstatic.com/s/lora/v10/ivs9j3kYU65pR9QD9YFdzQ.ttf\";}}i:438;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/loveyalikeasister/v7/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf\";}}i:439;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Loved by the King\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/lovedbytheking/v6/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf\";}}i:440;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/loversquarrel/v4/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf\";}}i:441;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/luckiestguy/v6/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:442;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Lusitana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lusitana/v4/l1h9VDomkwbdzbPdmLcUIw.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/lusitana/v4/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:443;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Lustria\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/lustria/v4/gXAk0s4ai0X-TAOhYzZd1w.ttf\";}}i:444;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Macondo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/macondo/v5/G6yPNUscRPQ8ufBXs_8yRQ.ttf\";}}i:445;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/macondoswashcaps/v4/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf\";}}i:446;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Mada\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:4:{i:300;s:61:\"http://fonts.gstatic.com/s/mada/v1/P46fye2TPh4fVwALgHSXCA.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/mada/v1/io_zUrt5o943T_q45OHLWQ.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/mada/v1/PhhDsBi34sP0LptbpS9m6w.ttf\";i:900;s:61:\"http://fonts.gstatic.com/s/mada/v1/aCyc9Kc3rOJLL6fV9VfptA.ttf\";}}i:447;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Magra\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/magra/v4/hoZ13bwCXBxuGZqAudgc5A.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/magra/v4/6fOM5sq5cIn8D0RjX8Lztw.ttf\";}}i:448;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/maidenorange/v6/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:449;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Maitree\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:85:\"http://fonts.gstatic.com/s/maitree/v1/JTlrRs3bVPV4i05cUIx_z_esZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:85:\"http://fonts.gstatic.com/s/maitree/v1/rEGdABAOaqCHggl37mkWjfesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/maitree/v1/SpKVJkAjDAYOr1VkdSRspA.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/maitree/v1/2VHD7TXjRhN4Xu74SEPGdvesZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/maitree/v1/uuazDnPwt30gW3cKsG-e0_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/maitree/v1/cnHhc9fphsL3q-pistN3IPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:450;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Mako\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/mako/v7/z5zSLmfPlv1uTVAdmJBLXg.ttf\";}}i:451;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Mallanna\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/mallanna/v4/krCTa-CfMbtxqF0689CbuQ.ttf\";}}i:452;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Mandali\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/mandali/v4/0lF8yJ7fkyjXuqtSi5bWbQ.ttf\";}}i:453;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Marcellus\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/marcellus/v4/UjiLZzumxWC9whJ86UtaYw.ttf\";}}i:454;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/marcellussc/v4/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:455;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Marck Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/marckscript/v7/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf\";}}i:456;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Margarine\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/margarine/v5/DJnJwIrcO_cGkjSzY3MERw.ttf\";}}i:457;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Marko One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/markoone/v6/hpP7j861sOAco43iDc4n4w.ttf\";}}i:458;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Marmelad\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/marmelad/v6/jI0_FBlSOIRLL0ePWOhOwQ.ttf\";}}i:459;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Martel\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:63:\"http://fonts.gstatic.com/s/martel/v1/_wfGdswZbat7P4tupHLA1w.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/martel/v1/SghoV2F2VPdVU3P0a4fa9w.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/martel/v1/9ALu5czkaaf5zsYk6GJEnQ.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/martel/v1/Kt9uPhH1PvUwuZ5Y6zuAMQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/martel/v1/4OzIiKB5wE36xXL2U0vzWQ.ttf\";i:800;s:63:\"http://fonts.gstatic.com/s/martel/v1/RVF8drcQoRkRL7l_ZkpTlQ.ttf\";i:900;s:63:\"http://fonts.gstatic.com/s/martel/v1/iS0YUpFJoiLRlnyl40rpEA.ttf\";}}i:460;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Martel Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQEnzyIngrzGjGh22wPb6cGM.ttf\";i:300;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQC9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/martelsans/v2/91c8DPDZncMc0RFfhmc2RqCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQJZ7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:800;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQA89PwPrYLaRFJ-HNCU9NbA.ttf\";i:900;s:88:\"http://fonts.gstatic.com/s/martelsans/v2/7ajme85aKKx_SCWF59ImQCenaqEuufTBk9XMKnKmgDA.ttf\";}}i:461;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Marvel\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/marvel/v6/Fg1dO8tWVb-MlyqhsbXEkg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/marvel/v6/HzyjFB-oR5usrc7Lxz9g8w.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/marvel/v6/WrHDBL1RupWGo2UcdgxB3Q.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/marvel/v6/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf\";}}i:462;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Mate\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/mate/v5/ooFviPcJ6hZP5bAE71Cawg.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/mate/v5/5XwW6_cbisGvCX5qmNiqfA.ttf\";}}i:463;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Mate SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/matesc/v5/-YkIT2TZoPZF6pawKzDpWw.ttf\";}}i:464;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Maven Pro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/mavenpro/v8/sqPJIFG4gqsjl-0q_46Gbw.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/mavenpro/v8/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/mavenpro/v8/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/mavenpro/v8/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:465;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"McLaren\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/mclaren/v4/OprvTGxaiINBKW_1_U0eoQ.ttf\";}}i:466;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Meddon\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/meddon/v9/f8zJO98uu2EtSj9p7ci9RA.ttf\";}}i:467;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/medievalsharp/v8/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf\";}}i:468;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Medula One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/medulaone/v6/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:469;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/meerainimai/v1/fWbdJc2ZVZnWCi06NRCxDy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:470;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Megrim\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/megrim/v7/e-9jVUC9lv1zxaFQARuftw.ttf\";}}i:471;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Meie Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/meiescript/v4/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:472;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Merienda\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/merienda/v4/MYY6Og1qZlOQtPW2G95Y3A.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/merienda/v4/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:473;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Merienda One\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/meriendaone/v7/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:474;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Merriweather\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2017-02-06\";s:5:\"files\";a:8:{i:300;s:91:\"http://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf\";s:9:\"300italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/merriweather/v15/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v15/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf\";i:900;s:91:\"http://fonts.gstatic.com/s/merriweather/v15/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf\";s:9:\"900italic\";s:91:\"http://fonts.gstatic.com/s/merriweather/v15/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf\";}}i:475;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:8:{i:300;s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf\";s:9:\"300italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf\";i:800;s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf\";s:9:\"800italic\";s:94:\"http://fonts.gstatic.com/s/merriweathersans/v8/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf\";}}i:476;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Metal\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/metal/v9/zA3UOP13ooQcxjv04BZX5g.ttf\";}}i:477;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Metal Mania\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/metalmania/v6/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:478;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Metamorphous\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/metamorphous/v6/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf\";}}i:479;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Metrophobic\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/metrophobic/v9/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:480;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Michroma\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/michroma/v7/0c2XrW81_QsiKV8T9thumA.ttf\";}}i:481;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Milonga\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/milonga/v4/dzNdIUSTGFmy2ahovDRcWg.ttf\";}}i:482;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Miltonian\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/miltonian/v10/Z4HrYZyqm0BnNNzcCUfzoQ.ttf\";}}i:483;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/miltoniantattoo/v11/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf\";}}i:484;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Miniver\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/miniver/v5/4yTQohOH_cWKRS5laRFhYg.ttf\";}}i:485;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/miriamlibre/v1/Ljtpu8zR5iJWmlN3Faba5S3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/miriamlibre/v1/FLc0J-Gdn8ynDWUkeeesAED2ttfZwueP-QU272T9-k4.ttf\";}}i:486;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Mirza\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/mirza/v1/8oe36Xbgj9BMSLJBaZ8VAQ.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/mirza/v1/dT3HbZoBCx1xbU7PnFEFyQ.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/mirza/v1/6T4uh2Zti9P6Eq_gbAYvVQ.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/mirza/v1/b47CZDHoZdhnplmDpZymFw.ttf\";}}i:487;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/missfajardose/v6/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf\";}}i:488;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Mitr\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:61:\"http://fonts.gstatic.com/s/mitr/v1/GCzZRAhweqJhxrmM0bPztg.ttf\";i:300;s:61:\"http://fonts.gstatic.com/s/mitr/v1/A61rQ_y9i8Ja__oFN7KxiQ.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/mitr/v1/vKMd72X2iT4iBo5GvdCa_A.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/mitr/v1/r_Z6yrJJ0zmkGAqxqjlLRg.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/mitr/v1/42l66tb_XMxM97GKatU9Ng.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/mitr/v1/V-V7Rul5HOZ651R4Tml2Lw.ttf\";}}i:489;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Modak\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/modak/v2/lMsN0QIKid-pCPvL0hH4nw.ttf\";}}i:490;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/modernantiqua/v6/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf\";}}i:491;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Mogra\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/mogra/v1/gIxQBn9PseDaI0D4FnOiBQ.ttf\";}}i:492;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Molengo\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/molengo/v7/jcjgeGuzv83I55AzOTpXNQ.ttf\";}}i:493;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Molle\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/molle/v4/9XTdCsjPXifLqo5et-YoGA.ttf\";}}i:494;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Monda\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/monda/v6/qFMHZ9zvR6B_gnoIgosPrw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/monda/v6/EVOzZUyc_j1w2GuTgTAW1g.ttf\";}}i:495;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Monofett\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/monofett/v6/C6K5L799Rgxzg2brgOaqAw.ttf\";}}i:496;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Monoton\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/monoton/v6/aCz8ja_bE4dg-7agSvExdw.ttf\";}}i:497;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/monsieurladoulaise/v5/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf\";}}i:498;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Montaga\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/montaga/v4/PwTwUboiD-M4-mFjZfJs2A.ttf\";}}i:499;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Montez\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/montez/v6/kx58rLOWQQLGFM4pDHv5Ng.ttf\";}}i:500;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Montserrat\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2017-02-09\";s:5:\"files\";a:18:{i:100;s:89:\"http://fonts.gstatic.com/s/montserrat/v10/CdKWaRAal2Bxq9mORLKRRS3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"100italic\";s:89:\"http://fonts.gstatic.com/s/montserrat/v10/1809Y0aW9bpFOPXsQTFwf8SVQ0giZ-l_NELu3lgGyYw.ttf\";i:200;s:89:\"http://fonts.gstatic.com/s/montserrat/v10/eWRmKHdPNWGn_iFyeEYja2eudeTO44zf-ht3k-KNzwg.ttf\";s:9:\"200italic\";s:89:\"http://fonts.gstatic.com/s/montserrat/v10/zhwB3-BAdyKDf0geWr9FtwQm5IkIgNCodAfQb4ovl18.ttf\";i:300;s:89:\"http://fonts.gstatic.com/s/montserrat/v10/IVeH6A3MiFyaSEiudUMXE0eOrDcLawS7-ssYqLr2Xp4.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/montserrat/v10/zhwB3-BAdyKDf0geWr9Ft6cQoVhARpoaILP7amxE_8g.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/montserrat/v10/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/montserrat/v10/-iqwlckIhsmvkx0N6rwPmi3USBnSvpkopQaUR-2r7iU.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/montserrat/v10/BYPM-GE291ZjIXBWrtCwepp-63r6doWhTEbsfBIRJ7A.ttf\";s:9:\"500italic\";s:89:\"http://fonts.gstatic.com/s/montserrat/v10/zhwB3-BAdyKDf0geWr9Ft5MQuUSAwdHsY8ov_6tk1oA.ttf\";i:600;s:89:\"http://fonts.gstatic.com/s/montserrat/v10/q2OIMsAtXEkOulLQVdSl0_pTEJqju4Hz1txDWij77d4.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/montserrat/v10/zhwB3-BAdyKDf0geWr9Ft2v8CylhIUtwUiYO7Z2wXbE.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/montserrat/v10/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/montserrat/v10/zhwB3-BAdyKDf0geWr9Ft0D2ttfZwueP-QU272T9-k4.ttf\";i:800;s:89:\"http://fonts.gstatic.com/s/montserrat/v10/H8_7oktkjVeeX06kbAvc0Kk3bhPBSBJ0bSJQ6acL-0g.ttf\";s:9:\"800italic\";s:89:\"http://fonts.gstatic.com/s/montserrat/v10/zhwB3-BAdyKDf0geWr9Ft_qsay_1ZmRGmC8pVRdIfAg.ttf\";i:900;s:89:\"http://fonts.gstatic.com/s/montserrat/v10/aEu-9ATAroJ1iN4zmQ55Bp0EAVxt0G0biEntp43Qt6E.ttf\";s:9:\"900italic\";s:89:\"http://fonts.gstatic.com/s/montserrat/v10/zhwB3-BAdyKDf0geWr9Ft6ObDOjC3UL77puoeHsE3fw.ttf\";}}i:501;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2017-02-09\";s:5:\"files\";a:18:{i:100;s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/oqQkJ7FUCF9bJw9oNhwpltmjtuu7N1WAenNR-bns1HU.ttf\";s:9:\"100italic\";s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/3-rFIqHz_U7TAmWg7RcpLzob9T7De5a9EmE7cInrugI.ttf\";i:200;s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/YENqOGAVzwIHjYNjmKuAZrWzJnWnTj1NV2WEtcqW8F0.ttf\";s:9:\"200italic\";s:119:\"http://fonts.gstatic.com/s/montserratalternates/v7/AXzeb8s80Wvg1Wkw1cVlATSYqyfLbk4Wyr4DDJHtpar3rGVtsTkPsbDajuO5ueQw.ttf\";i:300;s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/YENqOGAVzwIHjYNjmKuAZoE9JAqK0NEjKMCIBssy61I.ttf\";s:9:\"300italic\";s:119:\"http://fonts.gstatic.com/s/montserratalternates/v7/AXzeb8s80Wvg1Wkw1cVlAX0Ksah31OxOJpZejHsaXyX3rGVtsTkPsbDajuO5ueQw.ttf\";s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf\";s:6:\"italic\";s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/oqQkJ7FUCF9bJw9oNhwpliKJhVBtn9MynHVBPiS2bkc.ttf\";i:500;s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/YENqOGAVzwIHjYNjmKuAZkLT1bEhWimL9YDPt6og4ow.ttf\";s:9:\"500italic\";s:119:\"http://fonts.gstatic.com/s/montserratalternates/v7/AXzeb8s80Wvg1Wkw1cVlAbq1yxDcj1rkVNifBkzxbjz3rGVtsTkPsbDajuO5ueQw.ttf\";i:600;s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/YENqOGAVzwIHjYNjmKuAZlzJBia8MVcXq42LmpYhWMY.ttf\";s:9:\"600italic\";s:119:\"http://fonts.gstatic.com/s/montserratalternates/v7/AXzeb8s80Wvg1Wkw1cVlAdzE96w6fJMDbKTKS-tt8C_3rGVtsTkPsbDajuO5ueQw.ttf\";i:700;s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf\";s:9:\"700italic\";s:119:\"http://fonts.gstatic.com/s/montserratalternates/v7/AXzeb8s80Wvg1Wkw1cVlAVeYZ2vsofSkgKvS_YtoH2b3rGVtsTkPsbDajuO5ueQw.ttf\";i:800;s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/YENqOGAVzwIHjYNjmKuAZkG2AOFTt9I0BIk1fL0aWvI.ttf\";s:9:\"800italic\";s:119:\"http://fonts.gstatic.com/s/montserratalternates/v7/AXzeb8s80Wvg1Wkw1cVlAbM_h-OHjcDf1XWbHqSgRF73rGVtsTkPsbDajuO5ueQw.ttf\";i:900;s:98:\"http://fonts.gstatic.com/s/montserratalternates/v7/YENqOGAVzwIHjYNjmKuAZqjHT7NF_e7B-hWEBx2SqPI.ttf\";s:9:\"900italic\";s:119:\"http://fonts.gstatic.com/s/montserratalternates/v7/AXzeb8s80Wvg1Wkw1cVlAX18ggQg0KDcknRVFWguAv_3rGVtsTkPsbDajuO5ueQw.ttf\";}}i:502;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2017-01-26\";s:5:\"files\";a:2:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/montserratsubrayada/v4/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf\";i:700;s:97:\"http://fonts.gstatic.com/s/montserratsubrayada/v4/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf\";}}i:503;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Moul\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/moul/v8/Kb0ALQnfyXawP1a_P_gpTQ.ttf\";}}i:504;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Moulpali\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/moulpali/v9/diD74BprGhmVkJoerKmrKA.ttf\";}}i:505;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:2:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/mountainsofchristmas/v8/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf\";i:700;s:98:\"http://fonts.gstatic.com/s/mountainsofchristmas/v8/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf\";}}i:506;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mousememoirs/v4/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf\";}}i:507;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/mrbedfort/v5/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:508;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/mrdafoe/v5/s32Q1S6ZkT7EaX53mUirvQ.ttf\";}}i:509;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mrdehaviland/v5/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf\";}}i:510;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/mrssaintdelafield/v4/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf\";}}i:511;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mrssheppards/v5/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf\";}}i:512;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:7:{i:200;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_0nzyIngrzGjGh22wPb6cGM.ttf\";i:300;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_y9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/knS0wTOFNOwOD4CZrdHIxKCWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_8CNfqCYlB_eIx7H1TVXe60.ttf\";i:600;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_5Z7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:800;s:88:\"http://fonts.gstatic.com/s/muktavaani/v1/X9qyC4rK_D9w1AvSv0mw_w89PwPrYLaRFJ-HNCU9NbA.ttf\";}}i:513;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Muli\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:14:{i:200;s:62:\"http://fonts.gstatic.com/s/muli/v10/59Vi0Dm-YSaaKxRiSKrm0w.ttf\";s:9:\"200italic\";s:62:\"http://fonts.gstatic.com/s/muli/v10/ZV7FMcmPA9u6IXfXrqyybA.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/muli/v10/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf\";s:9:\"300italic\";s:62:\"http://fonts.gstatic.com/s/muli/v10/s-NKMCru8HiyjEt0ZDoBoA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/muli/v10/KJiP6KznxbALQgfJcDdPAw.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/muli/v10/Cg0K_IWANs9xkNoxV7H1_w.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/muli/v10/O4zVJyE-wzb2CQjcHkw-Xg.ttf\";s:9:\"600italic\";s:62:\"http://fonts.gstatic.com/s/muli/v10/xasdEbMzFtnmERn70-CN-A.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/muli/v10/n0UfHdYd8jlanPB1sJ0WYQ.ttf\";s:9:\"700italic\";s:62:\"http://fonts.gstatic.com/s/muli/v10/9vQS_qOVbbe4j6LkPjCG1g.ttf\";i:800;s:62:\"http://fonts.gstatic.com/s/muli/v10/QdHPibssQgzNly7JkF7wdw.ttf\";s:9:\"800italic\";s:62:\"http://fonts.gstatic.com/s/muli/v10/jbD7XyPvLT1oJBLbEcQmmg.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/muli/v10/RcGfHFZUYLsFj9c3uAb4Gg.ttf\";s:9:\"900italic\";s:62:\"http://fonts.gstatic.com/s/muli/v10/r4hqeWwjqEvTncJsq5KCSg.ttf\";}}i:514;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mysteryquest/v4/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf\";}}i:515;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"NTR\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/ntr/v4/e7H4ZLtGfVOYyOupo6T12g.ttf\";}}i:516;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Neucha\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/neucha/v8/bijdhB-TzQdtpl0ykhGh4Q.ttf\";}}i:517;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Neuton\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:6:{i:200;s:63:\"http://fonts.gstatic.com/s/neuton/v9/DA3Mkew3XqSkPpi1f4tJow.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/neuton/v9/xrc_aZ2hx-gdeV0mlY8Vww.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/neuton/v9/9R-MGIOQUdjAVeB6nE6PcQ.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/neuton/v9/uVMT3JOB5BNFi3lgPp6kEg.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/neuton/v9/gnWpkWY7DirkKiovncYrfg.ttf\";i:800;s:63:\"http://fonts.gstatic.com/s/neuton/v9/XPzBQV4lY6enLxQG9cF1jw.ttf\";}}i:518;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"New Rocker\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/newrocker/v5/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf\";}}i:519;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"News Cycle\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/newscycle/v13/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/newscycle/v13/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:520;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Niconne\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/niconne/v6/ZA-mFw2QNXodx5y7kfELBg.ttf\";}}i:521;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nixie One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/nixieone/v7/h6kQfmzm0Shdnp3eswRaqQ.ttf\";}}i:522;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Nobile\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/nobile/v7/lC_lPi1ddtN38iXTCRh6ow.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/nobile/v7/vGmrpKzWQQSrb-PR6FWBIA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/nobile/v7/9p6M-Yrg_r_QPmSD1skrOg.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/nobile/v7/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf\";}}i:523;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Nokora\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/nokora/v9/dRyz1JfnyKPNaRcBNX9F9A.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/nokora/v9/QMqqa4QEOhQpiig3cAPmbQ.ttf\";}}i:524;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Norican\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/norican/v4/SHnSqhYAWG5sZTWcPzEHig.ttf\";}}i:525;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Nosifer\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/nosifer/v5/7eJGoIuHRrtcG00j6CptSA.ttf\";}}i:526;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/nothingyoucoulddo/v6/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf\";}}i:527;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Noticia Text\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:4:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/noticiatext/v6/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf\";}}i:528;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Noto Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:10:\"devanagari\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/notosans/v6/0Ue9FiUJwVhi4NGfHJS5uA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/notosans/v6/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:529;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Noto Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notoserif/v4/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/notoserif/v4/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/notoserif/v4/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/notoserif/v4/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf\";}}i:530;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Nova Cut\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/novacut/v8/6q12jWcBvj0KO2cMRP97tA.ttf\";}}i:531;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Flat\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novaflat/v8/pK7a0CoGzI684qe_XSHBqQ.ttf\";}}i:532;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novamono/v7/6-SChr5ZIaaasJFBkgrLNw.ttf\";}}i:533;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Oval\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novaoval/v8/VuukVpKP8BwUf8o9W5LYQQ.ttf\";}}i:534;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Nova Round\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/novaround/v8/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:535;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Nova Script\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/novascript/v8/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:536;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Nova Slim\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/novaslim/v8/rPYXC81_VL2EW-4CzBX65g.ttf\";}}i:537;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Nova Square\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/novasquare/v8/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:538;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Numans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/numans/v6/g5snI2p6OEjjTNmTHyBdiQ.ttf\";}}i:539;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Nunito\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:14:{i:200;s:63:\"http://fonts.gstatic.com/s/nunito/v8/xtWPP_05UbsUNY9Kdgwt_w.ttf\";s:9:\"200italic\";s:84:\"http://fonts.gstatic.com/s/nunito/v8/EbyHzRpZ3jx6yC2BjZCsQqCWcynf_cDxXwCLxiixG1c.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/nunito/v8/zXQvrWBJqUooM7Xv98MrQw.ttf\";s:9:\"300italic\";s:84:\"http://fonts.gstatic.com/s/nunito/v8/4BFBxBQCHZfUELdybShAwKCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/nunito/v8/ySZTeT3IuzJj0GK6uGpbBg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/nunito/v8/NZNWFpgsC6hUUE2c03CLoQ.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/nunito/v8/B4-BGlpEzQ4WP-D3Zi0PRQ.ttf\";s:9:\"600italic\";s:84:\"http://fonts.gstatic.com/s/nunito/v8/7SyYp8NBEeMV4V7MAKJnZ6CWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/nunito/v8/aEdlqgMuYbpe4U3TnqOQMA.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/nunito/v8/4cHctiCFYmTpv-a6b6vYsKCWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:63:\"http://fonts.gstatic.com/s/nunito/v8/GtGHSZwowZF8a9-GAsh20A.ttf\";s:9:\"800italic\";s:84:\"http://fonts.gstatic.com/s/nunito/v8/2TsLUs-EFIKsriUeVTl6nKCWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:63:\"http://fonts.gstatic.com/s/nunito/v8/QVvFcvcPoFKH9Q71V4WsjQ.ttf\";s:9:\"900italic\";s:84:\"http://fonts.gstatic.com/s/nunito/v8/cIxOb6Vw6BqF9ZoAlenp3qCWcynf_cDxXwCLxiixG1c.ttf\";}}i:540;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2017-01-25\";s:5:\"files\";a:14:{i:200;s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/XvilrNtBQKRMeiqSPzEFHUnzyIngrzGjGh22wPb6cGM.ttf\";s:9:\"200italic\";s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/ORCQQ32ldzJ6bFTh_zXqV02YN_dW5g9CXH6iztHQiR4.ttf\";i:300;s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/XvilrNtBQKRMeiqSPzEFHS9-WlPSxbfiI49GsXo3q0g.ttf\";s:9:\"300italic\";s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/ORCQQ32ldzJ6bFTh_zXqV2o9eWDfYYxG3A176Zl7aIg.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/qDS9UelBO44ppiSawKNcIKCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/w9sy7IRyDFLWACdltghEwUeOrDcLawS7-ssYqLr2Xp4.ttf\";i:600;s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/XvilrNtBQKRMeiqSPzEFHZZ7xm-Bj30Bj2KNdXDzSZg.ttf\";s:9:\"600italic\";s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/ORCQQ32ldzJ6bFTh_zXqV5e6We3S5L6hKLscKpOkmlo.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/XvilrNtBQKRMeiqSPzEFHXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/ORCQQ32ldzJ6bFTh_zXqV8_zJjSACmk0BRPxQqhnNLU.ttf\";i:800;s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/XvilrNtBQKRMeiqSPzEFHQ89PwPrYLaRFJ-HNCU9NbA.ttf\";s:9:\"800italic\";s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/ORCQQ32ldzJ6bFTh_zXqVyad_7rtf4IdDfsLVg-2OV4.ttf\";i:900;s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/XvilrNtBQKRMeiqSPzEFHSenaqEuufTBk9XMKnKmgDA.ttf\";s:9:\"900italic\";s:88:\"http://fonts.gstatic.com/s/nunitosans/v2/ORCQQ32ldzJ6bFTh_zXqV0_yTOUGsoC54csJe1b-IRw.ttf\";}}i:541;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/odormeanchey/v8/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf\";}}i:542;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Offside\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/offside/v4/v0C913SB8wqQUvcu1faUqw.ttf\";}}i:543;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-19\";s:5:\"files\";a:3:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/oldstandardtt/v8/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/oldstandardtt/v8/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/oldstandardtt/v8/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf\";}}i:544;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Oldenburg\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/oldenburg/v4/dqA_M_uoCVXZbCO-oKBTnQ.ttf\";}}i:545;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Oleo Script\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/oleoscript/v5/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/oleoscript/v5/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:546;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf\";i:700;s:97:\"http://fonts.gstatic.com/s/oleoscriptswashcaps/v4/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf\";}}i:547;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Open Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:10:{i:300;s:87:\"http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"300italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/opensans/v13/IgZJs4-7SA1XX_edsoXWog.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"600italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:800;s:87:\"http://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"800italic\";s:87:\"http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf\";}}i:548;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:3:{i:300;s:96:\"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf\";s:9:\"300italic\";s:96:\"http://fonts.gstatic.com/s/opensanscondensed/v10/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf\";i:700;s:96:\"http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf\";}}i:549;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/oranienbaum/v5/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:550;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Orbitron\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/orbitron/v7/DY8swouAZjR3RaUPRf0HDQ.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/orbitron/v7/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/orbitron/v7/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/orbitron/v7/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:551;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Oregano\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/oregano/v4/UiLhqNixVv2EpjRoBG6axA.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/oregano/v4/_iwqGEht6XsAuEaCbYG64Q.ttf\";}}i:552;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Orienta\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/orienta/v4/_NKSk93mMs0xsqtfjCsB3Q.ttf\";}}i:553;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Original Surfer\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/originalsurfer/v5/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf\";}}i:554;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Oswald\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2017-02-14\";s:5:\"files\";a:6:{i:200;s:64:\"http://fonts.gstatic.com/s/oswald/v13/NFBt4e1rewQyDPftazXlBw.ttf\";i:300;s:64:\"http://fonts.gstatic.com/s/oswald/v13/y3tZpCdiRD4oNRRYFcAR5Q.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/oswald/v13/uLEd2g2vJglLPfsBF91DCg.ttf\";i:500;s:64:\"http://fonts.gstatic.com/s/oswald/v13/wrHWShuZ7ELtrnx0cnkzXw.ttf\";i:600;s:64:\"http://fonts.gstatic.com/s/oswald/v13/JNlamLn5ALW8eKp46JLlQA.ttf\";i:700;s:64:\"http://fonts.gstatic.com/s/oswald/v13/7wj8ldV_5Ti37rHa0m1DDw.ttf\";}}i:555;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/overtherainbow/v7/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf\";}}i:556;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Overlock\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/overlock/v5/Z8oYsGi88-E1cUB8YBFMAg.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/overlock/v5/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/overlock/v5/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/overlock/v5/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf\";}}i:557;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Overlock SC\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/overlocksc/v5/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:558;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Overpass\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:16:{i:100;s:86:\"http://fonts.gstatic.com/s/overpass/v1/ywiUWFAguOSxQn0FFeOdWPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"100italic\";s:86:\"http://fonts.gstatic.com/s/overpass/v1/thg-CA5nD5lyYWLwXbqXXi3USBnSvpkopQaUR-2r7iU.ttf\";i:200;s:86:\"http://fonts.gstatic.com/s/overpass/v1/WrbWRQuVnXt_EslNm2vBt6CWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"200italic\";s:86:\"http://fonts.gstatic.com/s/overpass/v1/Eyj9nfhrJ71MmfPNEwqE02eudeTO44zf-ht3k-KNzwg.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/overpass/v1/nqDUqkXaOp0r1j0uaM5VUaCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"300italic\";s:86:\"http://fonts.gstatic.com/s/overpass/v1/R77XtXNe7WC4SXZBLWmy80eOrDcLawS7-ssYqLr2Xp4.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/overpass/v1/1fNed5evrqtu4ZjkbTnCRw.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/overpass/v1/lG-Dpm66OH9lPHbYTnITSvesZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/overpass/v1/-GUou309ST_HAHIhkHjkz6CWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"600italic\";s:86:\"http://fonts.gstatic.com/s/overpass/v1/aPYi-s_WVz-zuU4TsgAEjvpTEJqju4Hz1txDWij77d4.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/overpass/v1/sBTg-F6_A1NQLJPfW5I7Q6CWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/overpass/v1/E5UsN4VY1e_Twk_bY6TpQAJKKGfqHaYFsRG-T3ceEVo.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/overpass/v1/YeZIq305iGwGCyZbaiEbVqCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"800italic\";s:86:\"http://fonts.gstatic.com/s/overpass/v1/j6xjlCEDoKw-D0Co-88A9Kk3bhPBSBJ0bSJQ6acL-0g.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/overpass/v1/4lJ8BLdIYI_B9rFwoB4zO6CWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/overpass/v1/SegM1mSQIRZG2pJwM_2Nm50EAVxt0G0biEntp43Qt6E.ttf\";}}i:559;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:4:{i:300;s:90:\"http://fonts.gstatic.com/s/overpassmono/v2/JEQ6tXkANEo2u0wZ-MTOPEW1P7_iUBn_wmH5B9p-CEw.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/overpassmono/v2/MarHoIqW2hy_po97b_wS9uV_5zh5b-_HiooIRUBwn1A.ttf\";i:600;s:90:\"http://fonts.gstatic.com/s/overpassmono/v2/JEQ6tXkANEo2u0wZ-MTOPCvU6mrnWf1MVbTZ5LZwmOY.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/overpassmono/v2/JEQ6tXkANEo2u0wZ-MTOPO-Cz_5MeePnXDAcLNWyBME.ttf\";}}i:560;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Ovo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/ovo/v7/mFg27dimu3s9t09qjCwB1g.ttf\";}}i:561;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Oxygen\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:3:{i:300;s:63:\"http://fonts.gstatic.com/s/oxygen/v5/lZ31r0bR1Bzt_DfGZu1S8A.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/oxygen/v5/uhoyAE7XlQL22abzQieHjw.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/oxygen/v5/yLqkmDwuNtt5pSqsJmhyrg.ttf\";}}i:562;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/oxygenmono/v4/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:563;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"PT Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ptmono/v4/QUbM8H9yJK5NhpQ0REO6Wg.ttf\";}}i:564;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"PT Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ptsans/v8/UFoEz2uiuMypUGZL1NKoeg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/ptsans/v8/yls9EYWOd496wiu7qzfgNg.ttf\";i:700;s:84:\"http://fonts.gstatic.com/s/ptsans/v8/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:565;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/ptsanscaption/v9/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/ptsanscaption/v9/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf\";}}i:566;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf\";}}i:567;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"PT Serif\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/ptserif/v8/sAo427rn3-QL9sWCbMZXhA.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/ptserif/v8/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/ptserif/v8/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/ptserif/v8/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:568;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/ptserifcaption/v8/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/ptserifcaption/v8/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf\";}}i:569;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Pacifico\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2017-01-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/pacifico/v9/GIrpeRY1r5CzbfL8r182lw.ttf\";}}i:570;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Padauk\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"myanmar\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2017-01-10\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/padauk/v3/WdTk6igBu-qn4v8naF9hGQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/padauk/v3/XUBO5k0emPIVnqCcQCcEpg.ttf\";}}i:571;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Palanquin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:100;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/Hu0eGDVGK_g4saUFu6AK3KCWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/pqXYXD7-VI5ezTjeqQOcyC3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/c0-J5OCAagpFCKkKraz-Ey3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/palanquin/v1/xCwBUoAEV0kzCDwerAZ0Aw.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/wLvvkEcZMKy95afLWh2EfC3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/405UIAv95_yZkCECrH6y-i3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/palanquin/v1/-UtkePo3NFvxEN3rGCtTvi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:572;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/PamTqrrgbBh_M3702w39rOfChn3JSg5yz_Q_xmrKQN0.ttf\";i:500;s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-maMZTo-EwKMRQt3RWHocLi0.ttf\";i:600;s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mVNxaunw8i4Gywrk2SigRnk.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/palanquindark/v1/iXyBGf5UbFUu6BG8hOY-mWToair6W0TEE44XrlfKbiM.ttf\";}}i:573;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Pangolin\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2017-02-14\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/pangolin/v1/i2W796ne6lveehHXs8AFGA.ttf\";}}i:574;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Paprika\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/paprika/v4/b-VpyoRSieBdB5BPJVF8HQ.ttf\";}}i:575;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Parisienne\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/parisienne/v4/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:576;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Passero One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/passeroone/v8/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:577;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Passion One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/passionone/v6/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:900;s:88:\"http://fonts.gstatic.com/s/passionone/v6/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf\";}}i:578;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/pathwaygothicone/v4/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf\";}}i:579;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/patrickhand/v10/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:580;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/patrickhandsc/v4/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf\";}}i:581;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Pattaya\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/pattaya/v1/sJEout1xdD7J8H-1H81pIQ.ttf\";}}i:582;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Patua One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/patuaone/v6/njZwotTYjswR4qdhsW-kJw.ttf\";}}i:583;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Pavanam\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"tamil\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/pavanam/v1/C7yuEhNK5oftNLSL3I0bGw.ttf\";}}i:584;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Paytone One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/paytoneone/v8/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:585;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Peddana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/peddana/v4/zaSZuj_GhmC8AOTugOROnA.ttf\";}}i:586;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Peralta\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/peralta/v4/cTJX5KEuc0GKRU9NXSm-8Q.ttf\";}}i:587;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/permanentmarker/v5/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf\";}}i:588;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/petitformalscript/v4/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf\";}}i:589;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Petrona\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/petrona/v5/nnQwxlP6dhrGovYEFtemTg.ttf\";}}i:590;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Philosopher\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-19\";s:5:\"files\";a:4:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/philosopher/v8/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/philosopher/v8/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/philosopher/v8/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/philosopher/v8/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:591;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Piedra\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/piedra/v5/owf-AvEEyAj9LJ2tVZ_3Mw.ttf\";}}i:592;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/pinyonscript/v6/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf\";}}i:593;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Pirata One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/pirataone/v4/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:594;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Plaster\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/plaster/v8/O4QG9Z5116CXyfJdR9zxLw.ttf\";}}i:595;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Play\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/play/v7/GWvfObW8LhtsOX333MCpBg.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/play/v7/crPhg6I0alLI-MpB3vW-zw.ttf\";}}i:596;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Playball\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/playball/v6/3hOFiQm_EUzycTpcN9uz4w.ttf\";}}i:597;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Playfair Display\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:6:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf\";i:900;s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf\";s:9:\"900italic\";s:94:\"http://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf\";}}i:598;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:6:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf\";i:700;s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf\";s:9:\"700italic\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf\";i:900;s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf\";s:9:\"900italic\";s:95:\"http://fonts.gstatic.com/s/playfairdisplaysc/v5/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf\";}}i:599;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Podkova\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2017-02-09\";s:5:\"files\";a:5:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/podkova/v10/eylljyGVfB8ZUQjYY3WZRQ.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/podkova/v10/8MkhKmKhl0HgqBeKkV0pmvesZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/podkova/v10/921xSzgq6uUBjPZXn2IH0PesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/podkova/v10/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/podkova/v10/ObfRYfRr58NtktZuAa1VhfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:600;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Poiret One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/poiretone/v4/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:601;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Poller One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/pollerone/v6/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:602;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Poly\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/poly/v7/bcMAuiacS2qkd54BcwW6_Q.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/poly/v7/Zkx-eIlZSjKUrPGYhV5PeA.ttf\";}}i:603;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Pompiere\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/pompiere/v6/o_va2p9CD5JfmFohAkGZIA.ttf\";}}i:604;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/pontanosans/v4/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:605;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Poppins\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:5:{i:300;s:85:\"http://fonts.gstatic.com/s/poppins/v1/VIeViZ2fPtYBt3B2fQZplvesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/poppins/v1/hlvAxH6aIdOjWlLzgm0jqg.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/poppins/v1/4WGKlFyjcmCFVl8pRsgZ9vesZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/poppins/v1/-zOABrCWORC3lyDh-ajNnPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/poppins/v1/8JitanEsk5aDh7mDYs-fYfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:606;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/portlligatsans/v5/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf\";}}i:607;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/portlligatslab/v5/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf\";}}i:608;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/pragatinarrow/v2/HzG2TfC862qPNsZsV_djPpTvAuddT2xDMbdz0mdLyZY.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/pragatinarrow/v2/DnSI1zRkc0CY-hI5SC3q3MLtdzs3iyjn_YuT226ZsLU.ttf\";}}i:609;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Prata\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2017-01-19\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/prata/v7/3gmx8r842loRRm9iQkCDGg.ttf\";}}i:610;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Preahvihear\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/preahvihear/v8/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:611;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2017-01-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/pressstart2p/v5/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf\";}}i:612;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Pridi\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:6:{i:200;s:62:\"http://fonts.gstatic.com/s/pridi/v1/WvKJ-kflGuELyK4uQzpYIA.ttf\";i:300;s:62:\"http://fonts.gstatic.com/s/pridi/v1/Ihwk-OGVFS69PINILdqAjQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/pridi/v1/Mau018Ghi7LJX7FkGYCZAQ.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/pridi/v1/dPNOrMxU-HjLo-fvkFydsQ.ttf\";i:600;s:62:\"http://fonts.gstatic.com/s/pridi/v1/J0i5OZxX07KC4mby5RjNbg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/pridi/v1/UhCy4jDDJttTB8k8rtWadg.ttf\";}}i:613;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/princesssofia/v4/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf\";}}i:614;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Prociono\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2017-02-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/prociono/v6/43ZYDHWogdFeNBWTl6ksmw.ttf\";}}i:615;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Prompt\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:18:{i:100;s:63:\"http://fonts.gstatic.com/s/prompt/v1/ltjX-trOmfS-yKy_awt70g.ttf\";s:9:\"100italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/KvTeArBpVb-tA2mahV6Jk_esZW2xOQ-xsNqO47m55DA.ttf\";i:200;s:63:\"http://fonts.gstatic.com/s/prompt/v1/MNB_CVkbfYHFMWX_UbDC2Q.ttf\";s:9:\"200italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/NR0JuXzzCDKpLNVhfyEAiaCWcynf_cDxXwCLxiixG1c.ttf\";i:300;s:63:\"http://fonts.gstatic.com/s/prompt/v1/LzifakiWysr3N3OoAdbdpg.ttf\";s:9:\"300italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/ir8BhbeDHM-qnbo-tnpmt6CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/prompt/v1/nDo1rQFnTFNua4cp-OnD2A.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/prompt/v1/ZD4khIP924SU2fRYOJkraQ.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/prompt/v1/w31OY1otplAgr5iZ21K7Fg.ttf\";s:9:\"500italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/dfaeaRx00u9arVHsaDjliaCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:63:\"http://fonts.gstatic.com/s/prompt/v1/uUrJjg1BGaIb6CAOlUIp9g.ttf\";s:9:\"600italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/CJUBMsoNNHMMdFRxm-n7p6CWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/prompt/v1/HdM_epiStzshOr-49ubVyg.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/GtXRH7QWy3aLCHoJuR5WIKCWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:63:\"http://fonts.gstatic.com/s/prompt/v1/GF9cOamDd7mYPHNW1nZLKg.ttf\";s:9:\"800italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/kBLgnnEB-VXkOLFCc0pzwqCWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:63:\"http://fonts.gstatic.com/s/prompt/v1/KFgmbwHbRBQb28VFhH3c8Q.ttf\";s:9:\"900italic\";s:84:\"http://fonts.gstatic.com/s/prompt/v1/qjrOe-lEPwDDeUu5g6q_DaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:616;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Prosto One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/prostoone/v5/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:617;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Proza Libre\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:10:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/Hg11OrfE1P_U6mKmrZPknKCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/ClQTew5IUT7yKo8vyspLxEeOrDcLawS7-ssYqLr2Xp4.ttf\";i:500;s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBsCNfqCYlB_eIx7H1TVXe60.ttf\";s:9:\"500italic\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHGnWRcJAYo5PSCx8UfGMHCI.ttf\";i:600;s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBpZ7xm-Bj30Bj2KNdXDzSZg.ttf\";s:9:\"600italic\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHJe6We3S5L6hKLscKpOkmlo.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBne1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHM_zJjSACmk0BRPxQqhnNLU.ttf\";i:800;s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/4gjxWDPA6RMWrIls_qgQBg89PwPrYLaRFJ-HNCU9NbA.ttf\";s:9:\"800italic\";s:88:\"http://fonts.gstatic.com/s/prozalibre/v1/rWq3Qp4ZlPGKduc1qkgLHCad_7rtf4IdDfsLVg-2OV4.ttf\";}}i:618;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Puritan\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/puritan/v8/wv_RtgVBSCn-or2MC0n4Kg.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/puritan/v8/BqZX8Tp200LeMv1KlzXgLQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/puritan/v8/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/puritan/v8/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:619;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Purple Purse\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/purplepurse/v5/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:620;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Quando\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/quando/v5/03nDiEZuO2-h3xvtG6UmHg.ttf\";}}i:621;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Quantico\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/quantico/v5/pwSnP8Xpaix2rIz99HrSlQ.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/quantico/v5/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/quantico/v5/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/quantico/v5/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:622;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Quattrocento\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/quattrocento/v8/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/quattrocento/v8/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf\";}}i:623;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v9/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v9/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v9/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/quattrocentosans/v9/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf\";}}i:624;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Questrial\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/questrial/v6/MoHHaw_WwNs_hd9ob1zTVw.ttf\";}}i:625;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Quicksand\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:4:{i:300;s:87:\"http://fonts.gstatic.com/s/quicksand/v6/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/quicksand/v6/Ngv3fIJjKB7sD-bTUGIFCA.ttf\";i:500;s:87:\"http://fonts.gstatic.com/s/quicksand/v6/FRGja7LlrG1Mypm0hCq0Di3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/quicksand/v6/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:626;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Quintessential\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/quintessential/v4/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf\";}}i:627;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Qwigley\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/qwigley/v6/aDqxws-KubFID85TZHFouw.ttf\";}}i:628;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/racingsansone/v4/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf\";}}i:629;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Radley\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/radley/v9/FgE9di09a-mXGzAIyI6Q9Q.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/radley/v9/Z_JcACuPAOO2f9kzQcGRug.ttf\";}}i:630;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Rajdhani\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:5:{i:300;s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/9pItuEhQZVGdq8spnHTku6CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rajdhani/v5/Wfy5zp4PGFAFS7-Wetehzw.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/nd_5ZpVwm710HcLual0fBqCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/5fnmZahByDeTtgxIiqbJSaCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/rajdhani/v5/UBK6d2Hg7X7wYLlF92aXW6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:631;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rakkas\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rakkas/v1/XWSZpoSbAR4myQgKbSJM9A.ttf\";}}i:632;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Raleway\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:18:{i:100;s:65:\"http://fonts.gstatic.com/s/raleway/v11/UDfD6oxBaBnmFJwQ7XAFNw.ttf\";s:9:\"100italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/hUpHtml6IPNuUR-FwVi2UKCWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:86:\"http://fonts.gstatic.com/s/raleway/v11/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"200italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/N2DIbZG4399cPGfifZUEQi3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/raleway/v11/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"300italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/TVSB8ogXDKMcnAAJ5CqrUi3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/raleway/v11/_dCzxpXzIS3sL-gdJWAP8A.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/raleway/v11/utU2m1gdZSfuQpArSy5Dbw.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/raleway/v11/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"500italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/S7vGLZZ40c85SJgiptJGVy3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/raleway/v11/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"600italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/OY22yoG8EJ3IN_muVWm29C3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/raleway/v11/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/lFxvRPuGFG5ktd7P0WRwKi3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/raleway/v11/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"800italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/us4LjTCmlYgh3W8CKujEJi3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/raleway/v11/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"900italic\";s:86:\"http://fonts.gstatic.com/s/raleway/v11/oY2RadnkHfshu5f0FLsgVS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:633;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/ralewaydots/v4/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:634;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/ramabhadra/v5/JyhxLXRVQChLDGADS_c5MPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:635;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Ramaraja\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ramaraja/v1/XIqzxFapVczstBedHdQTiw.ttf\";}}i:636;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rambla\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rambla/v4/YaTmpvm5gFg_ShJKTQmdzg.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/rambla/v4/mhUgsKmp0qw3uATdDDAuwA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/rambla/v4/C5VZH8BxQKmnBuoC00UPpw.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/rambla/v4/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:637;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Rammetto One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/rammettoone/v5/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:638;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Ranchers\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ranchers/v4/9ya8CZYhqT66VERfjQ7eLA.ttf\";}}i:639;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rancho\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rancho/v6/ekp3-4QykC4--6KaslRgHA.ttf\";}}i:640;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Ranga\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/ranga/v1/xpW6zFTNzY1JykoBIqE1Zg.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/ranga/v1/h8G_gEUH7vHKH-NkjAs34A.ttf\";}}i:641;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Rasa\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:61:\"http://fonts.gstatic.com/s/rasa/v1/XQ1gDq2EqBtGcdadPyPbww.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/rasa/v1/A5PoJUwX_PxTsywxlRB79g.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/rasa/v1/HfsDi_Ls3NARO_YEODINGg.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/rasa/v1/f-fvbq-hWIQCdmT3QHGk3Q.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/rasa/v1/TSF3CG-8Cn72jvaVdqtMMQ.ttf\";}}i:642;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rationale\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/rationale/v7/7M2eN-di0NGLQse7HzJRfg.ttf\";}}i:643;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/raviprakash/v3/8EzbM7Rymjk25jWeHxbO6C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:644;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Redressed\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/redressed/v6/3aZ5sTBppH3oSm5SabegtA.ttf\";}}i:645;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-08-22\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/reemkufi/v1/xLwMbK_T1g-h9p-rp60A1Q.ttf\";}}i:646;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/reeniebeanie/v7/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:647;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Revalia\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/revalia/v4/1TKw66fF5_poiL0Ktgo4_A.ttf\";}}i:648;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/rhodiumlibre/v1/Vxr7A4-xE2zsBDDI8BcseIjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:649;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ribeye\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ribeye/v5/e5w3VE8HnWBln4Ll6lUj3Q.ttf\";}}i:650;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/ribeyemarrow/v6/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf\";}}i:651;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Righteous\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/righteous/v5/0nRRWM_gCGCt2S-BCfN8WQ.ttf\";}}i:652;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Risque\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/risque/v4/92RnElGnl8yHP97-KV3Fyg.ttf\";}}i:653;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Roboto\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:12:{i:100;s:64:\"http://fonts.gstatic.com/s/roboto/v15/7MygqTe2zs9YkP0adA9QQQ.ttf\";s:9:\"100italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:64:\"http://fonts.gstatic.com/s/roboto/v15/dtpHsbgPEm2lVWciJZ0P-A.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/W5F8_SL0XFawnjxHGsZjJA.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/roboto/v15/hcKoSgxdnKlbH5dlTwKbow.ttf\";i:500;s:64:\"http://fonts.gstatic.com/s/roboto/v15/Uxzkqj-MIMWle-XP2pDNAA.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:64:\"http://fonts.gstatic.com/s/roboto/v15/bdHGHleUa-ndQCOrdpfxfw.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:64:\"http://fonts.gstatic.com/s/roboto/v15/H1vB34nOKWXqzKotq25pcg.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/roboto/v15/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf\";}}i:654;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:6:{i:300;s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf\";s:9:\"300italic\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v13/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf\";}}i:655;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:10:{i:100;s:88:\"http://fonts.gstatic.com/s/robotomono/v4/aOIeRp72J9_Hp_8KwQ9M-YAWxXGWZ3yJw6KhWS7MxOk.ttf\";s:9:\"100italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/rqQ1zSE-ZGCKVZgew-A9dgyDtfpXZi-8rXUZYR4dumU.ttf\";i:300;s:88:\"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fzy9-WlPSxbfiI49GsXo3q0g.ttf\";s:9:\"300italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2o9eWDfYYxG3A176Zl7aIg.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/mE0EPT_93c7f86_WQexR3EeOrDcLawS7-ssYqLr2Xp4.ttf\";i:500;s:88:\"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz8CNfqCYlB_eIx7H1TVXe60.ttf\";s:9:\"500italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA2nWRcJAYo5PSCx8UfGMHCI.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/robotomono/v4/N4duVc9C58uwPiY8_59Fz3e1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/robotomono/v4/1OsMuiiO6FCF2x67vzDKA8_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:656;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{i:100;s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf\";i:300;s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf\";}}i:657;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rochester\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/rochester/v6/bnj8tmQBiOkdji_G_yvypg.ttf\";}}i:658;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rock Salt\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rocksalt/v6/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf\";}}i:659;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Rokkitt\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2017-02-09\";s:5:\"files\";a:9:{i:100;s:65:\"http://fonts.gstatic.com/s/rokkitt/v11/_3YC6rPA1FdHK3T5HJAiKA.ttf\";i:200;s:86:\"http://fonts.gstatic.com/s/rokkitt/v11/YawjzRx4kAyF2FdhIXfg1_esZW2xOQ-xsNqO47m55DA.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/rokkitt/v11/Cw0HfZi5axnl2GTVcAe4x_esZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rokkitt/v11/GMA7Z_ToF8uSvpZAgnp_VQ.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/rokkitt/v11/jSxUaZL9JCo117IMemf-iPesZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/rokkitt/v11/b4_SvUo9hy0bV60RoA1RKPesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/rokkitt/v11/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/rokkitt/v11/mCok2W9ZHFgB-LY6ITuapfesZW2xOQ-xsNqO47m55DA.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/rokkitt/v11/riY221k9xwvseUAhNXMjQPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:660;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Romanesco\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/romanesco/v5/2udIjUrpK_CPzYSxRVzD4Q.ttf\";}}i:661;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ropasans/v6/Gba7ZzVBuhg6nX_AoSwlkQ.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/ropasans/v6/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:662;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Rosario\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rosario/v11/bL-cEh8dXtDupB2WccA2LA.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/rosario/v11/pkflNy18HEuVVx4EOjeb_Q.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/rosario/v11/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/rosario/v11/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf\";}}i:663;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Rosarivo\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rosarivo/v4/EmPiINK0qyqc7KSsNjJamA.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/rosarivo/v4/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:664;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Rouge Script\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/rougescript/v5/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:665;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Rozha One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/rozhaone/v2/PyrMHQ6lucEIxwKmhqsX8A.ttf\";}}i:666;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Rubik\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:8:\"cyrillic\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2017-01-20\";s:5:\"files\";a:10:{i:300;s:62:\"http://fonts.gstatic.com/s/rubik/v4/o1vXYO8YwDpErHEAPAxpOg.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v4/NyXDvUhvZLSWiVfGa5KM-vesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/rubik/v4/4sMyW_teKWHB3K8Hm-Il6A.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/rubik/v4/elD65ddI0qvNcCh42b1Iqg.ttf\";i:500;s:62:\"http://fonts.gstatic.com/s/rubik/v4/D4HihERG27s-BJrQ4dvkbw.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v4/0hcxMdoMbXtHiEM1ebdN6PesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/rubik/v4/m1GGHcpLe6Mb0_sAyjXE4g.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v4/R4g_rs714cUXVZcdnRdHw_esZW2xOQ-xsNqO47m55DA.ttf\";i:900;s:62:\"http://fonts.gstatic.com/s/rubik/v4/mOHfPRl5uP4vw7-5-dbnng.ttf\";s:9:\"900italic\";s:83:\"http://fonts.gstatic.com/s/rubik/v4/HH1b7kBbwInqlw8OQxRE5vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:667;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/rubikmonoone/v5/e_cupPtD4BrZzotubJD7UbAREgn5xbW23GEXXnhMQ5Y.ttf\";}}i:668;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Ruda\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/ruda/v7/jPEIPB7DM2DNK_uBGv2HGw.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/ruda/v7/JABOu1SYOHcGXVejUq4w6g.ttf\";i:900;s:61:\"http://fonts.gstatic.com/s/ruda/v7/Uzusv-enCjoIrznlJJaBRw.ttf\";}}i:669;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Rufina\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/rufina/v4/s9IFr_fIemiohfZS-ZRDbQ.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/rufina/v4/D0RUjXFr55y4MVZY2Ww_RA.ttf\";}}i:670;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/rugeboogie/v7/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:671;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ruluko\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ruluko/v4/lv4cMwJtrx_dzmlK5SDc1g.ttf\";}}i:672;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/rumraisin/v4/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:673;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/ruslandisplay/v7/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf\";}}i:674;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Russo One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/russoone/v5/zfwxZ--UhUc7FVfgT21PRQ.ttf\";}}i:675;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ruthie\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ruthie/v6/vJ2LorukHSbWYoEs5juivg.ttf\";}}i:676;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:3:\"Rye\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/rye/v4/VUrJlpPpSZxspl3w_yNOrQ.ttf\";}}i:677;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sacramento\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/sacramento/v4/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:678;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sahitya\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sahitya/v1/wQWULcDbZqljdTfjOUtDvw.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/sahitya/v1/Zm5hNvMwUyN3tC4GMkH1l_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:679;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Sail\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/sail/v7/iuEoG6kt-bePGvtdpL0GUQ.ttf\";}}i:680;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Salsa\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/salsa/v6/BnpUCBmYdvggScEPs5JbpA.ttf\";}}i:681;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sanchez\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sanchez/v4/BEL8ao-E2LJ5eHPLB2UAiw.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/sanchez/v4/iSrhkWLexUZzDeNxNEHtzA.ttf\";}}i:682;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Sancreek\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/sancreek/v7/8ZacBMraWMvHly4IJI3esw.ttf\";}}i:683;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sansita\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2017-01-26\";s:5:\"files\";a:8:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sansita/v1/ey9oYobmakEwtEciY0G5Mg.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/sansita/v1/UkWzQlyaYvMqX8-kX9fI1A.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/sansita/v1/q9hPUXq37zR3BVunMJi2HfesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/sansita/v1/Izkki8H_L5Nxxk6vpKrxXS3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/sansita/v1/vOIsA3n-LuVE_PeoZ3aSFfesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/sansita/v1/4OvihNMj_b3nyu4KlgNNVS3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:85:\"http://fonts.gstatic.com/s/sansita/v1/lwgTmJASMyrLsXnTfRSt7fesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/sansita/v1/JTPHz0Wyy3AImmVqi8CQTy3USBnSvpkopQaUR-2r7iU.ttf\";}}i:684;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Sarala\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sarala/v1/ohip9lixCHoBab7hTtgLnw.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/sarala/v1/hpc9cz8KYsazwq2In_oJYw.ttf\";}}i:685;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Sarina\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sarina/v5/XYtRfaSknHIU3NHdfTdXoQ.ttf\";}}i:686;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Sarpanch\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/sarpanch/v1/YMBZdT27b6O5a1DADbAGSg.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/Ov7BxSrFSZYrfuJxL1LzQaCWcynf_cDxXwCLxiixG1c.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/WTnP2wnc0qSbUaaDG-2OQ6CWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/57kYsSpovYmFaEt2hsZhv6CWcynf_cDxXwCLxiixG1c.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/OKyqPLjdnuVghR-1TV6RzaCWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/sarpanch/v1/JhYc2cr6kqWTo_P0vfvJR6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:687;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Satisfy\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/satisfy/v6/PRlyepkd-JCGHiN8e9WV2w.ttf\";}}i:688;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Scada\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2017-01-20\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/scada/v5/iZNC3ZEYwe3je6H-28d5Ug.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/scada/v5/PCGyLT1qNawkOUQ3uHFhBw.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/scada/v5/t6XNWdMdVWUz93EuRVmifQ.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/scada/v5/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:689;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Scheherazade\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/scheherazade/v12/AuKlqGWzUC-8XqMOmsqXiy3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/scheherazade/v12/C1wtT46acJkQxc6mPHwvHED2ttfZwueP-QU272T9-k4.ttf\";}}i:690;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Schoolbell\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/schoolbell/v6/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:691;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Scope One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/scopeone/v2/ge7dY8Yht-n7_1cLHtoT3w.ttf\";}}i:692;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/seaweedscript/v4/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf\";}}i:693;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Secular One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/secularone/v1/yW9qikjpt_X0fh5oQJcdo6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:694;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Sevillana\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/sevillana/v4/6m1Nh35oP7YEt00U80Smiw.ttf\";}}i:695;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Seymour One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/seymourone/v4/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:696;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/shadowsintolight/v6/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf\";}}i:697;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/shadowsintolighttwo/v4/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf\";}}i:698;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Shanti\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/shanti/v8/lc4nG_JG6Q-2FQSOMMhb_w.ttf\";}}i:699;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Share\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/share/v6/1ytD7zSb_-g9I2GG67vmVw.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/share/v6/a9YGdQWFRlNJ0zClJVaY3Q.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/share/v6/XrU8e7a1YKurguyY2azk1Q.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/share/v6/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf\";}}i:700;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Share Tech\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sharetech/v6/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:701;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/sharetechmono/v6/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf\";}}i:702;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Shojumaru\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/shojumaru/v4/WP8cxonzQQVAoI3RJQ2wug.ttf\";}}i:703;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Short Stack\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/shortstack/v6/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:704;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Shrikhand\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"gujarati\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/shrikhand/v1/45jwHiwIDTWCy3Ir85vvKA.ttf\";}}i:705;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Siemreap\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/siemreap/v9/JSK-mOIsXwxo-zE9XDDl_g.ttf\";}}i:706;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sigmar One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sigmarone/v7/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf\";}}i:707;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Signika\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{i:300;s:85:\"http://fonts.gstatic.com/s/signika/v6/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/signika/v6/WvDswbww0oAtvBg2l1L-9w.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/signika/v6/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/signika/v6/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:708;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Signika Negative\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:4:{i:300;s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf\";i:600;s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf\";i:700;s:93:\"http://fonts.gstatic.com/s/signikanegative/v5/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf\";}}i:709;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Simonetta\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/simonetta/v5/fN8puNuahBo4EYMQgp12Yg.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/simonetta/v5/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf\";i:900;s:87:\"http://fonts.gstatic.com/s/simonetta/v5/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf\";s:9:\"900italic\";s:87:\"http://fonts.gstatic.com/s/simonetta/v5/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf\";}}i:710;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sintony\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sintony/v4/IDhCijoIMev2L6Lg5QsduQ.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/sintony/v4/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:711;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/sirinstencil/v5/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf\";}}i:712;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Six Caps\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sixcaps/v7/_XeDnO0HOV8Er9u97If1tQ.ttf\";}}i:713;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Skranji\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/skranji/v4/jnOLPS0iZmDL7dfWnW3nIw.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/skranji/v4/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:714;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/slabo13px/v3/jPGWFTjRXfCSzy0qd1nqdvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:715;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/slabo27px/v3/gC0o8B9eU21EafNkXlRAfPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:716;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Slackey\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/slackey/v6/evRIMNhGVCRJvCPv4kteeA.ttf\";}}i:717;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Smokum\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/smokum/v6/8YP4BuAcy97X8WfdKfxVRw.ttf\";}}i:718;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Smythe\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/smythe/v7/yACD1gy_MpbB9Ft42fUvYw.ttf\";}}i:719;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Sniglet\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/sniglet/v8/XWhyQLHH4SpCVsHRPRgu9w.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/sniglet/v8/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:720;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Snippet\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/snippet/v6/eUcYMLq2GtHZovLlQH_9kA.ttf\";}}i:721;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Snowburst One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/snowburstone/v4/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:722;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sofadi One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sofadione/v4/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf\";}}i:723;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Sofia\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/sofia/v5/Imnvx0Ag9r6iDBFUY5_RaQ.ttf\";}}i:724;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Sonsie One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sonsieone/v5/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:725;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/sortsmillgoudy/v6/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/sortsmillgoudy/v6/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf\";}}i:726;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:7:{i:200;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf\";i:300;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf\";i:500;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf\";i:600;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf\";i:900;s:91:\"http://fonts.gstatic.com/s/sourcecodepro/v6/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf\";}}i:727;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:12:{i:200;s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf\";s:9:\"200italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf\";i:300;s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf\";s:9:\"300italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf\";s:6:\"italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf\";i:600;s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf\";s:9:\"600italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf\";i:700;s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf\";i:900;s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf\";s:9:\"900italic\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf\";}}i:728;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55YGL0S0YDpKs5GpLtZIQ0m4.ttf\";i:600;s:92:\"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarGi4cQnvCGV11m1KlXh97aQ.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarEkpYHRvxGNSCrR82n_RDNk.ttf\";}}i:729;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Space Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:4:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/spacemono/v1/B_LOPq3uMVBqC_kmqwURBfesZW2xOQ-xsNqO47m55DA.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/spacemono/v1/7xgIgvUEl9Gvhtf7tXsRzC3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/spacemono/v1/vdpMRWfyjfCvDYTz00NEPAJKKGfqHaYFsRG-T3ceEVo.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/spacemono/v1/y2NWQDXe2-qPj6a6rWkLc0D2ttfZwueP-QU272T9-k4.ttf\";}}i:730;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Special Elite\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/specialelite/v6/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf\";}}i:731;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/spicyrice/v5/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:732;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Spinnaker\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/spinnaker/v8/MQdIXivKITpjROUdiN6Jgg.ttf\";}}i:733;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Spirax\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/spirax/v5/IOKqhk-Ccl7y31yDsePPkw.ttf\";}}i:734;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Squada One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/squadaone/v5/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:735;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/sreekrushnadevaraya/v4/CdsXmnHyEqVl1ahzOh5qnzjDZVem5Eb4d0dXjXa0F_Q.ttf\";}}i:736;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Sriracha\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/sriracha/v1/l-TXHmKwoHm6vtjy4oUz8Q.ttf\";}}i:737;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Stalemate\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/stalemate/v4/wQLCnG0qB6mOu2Wit2dt_w.ttf\";}}i:738;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Stalinist One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-10-10\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/stalinistone/v8/MQpS-WezM9W4Dd7D3B7I-UT7eZ8.ttf\";}}i:739;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/stardosstencil/v6/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf\";i:700;s:92:\"http://fonts.gstatic.com/s/stardosstencil/v6/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf\";}}i:740;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/stintultracondensed/v5/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf\";}}i:741;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/stintultraexpanded/v4/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf\";}}i:742;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Stoke\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{i:300;s:62:\"http://fonts.gstatic.com/s/stoke/v6/Sell9475FOS8jUqQsfFsUQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/stoke/v6/A7qJNoqOm2d6o1E6e0yUFg.ttf\";}}i:743;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Strait\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/strait/v4/m4W73ViNmProETY2ybc-Bg.ttf\";}}i:744;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/sueellenfrancisco/v7/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf\";}}i:745;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Suez One\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/suezone/v1/xulpHtKbz3V8hoSLE2uKDw.ttf\";}}i:746;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Sumana\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sumana/v1/wgdl__wAK7pzliiWs0Nlog.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/sumana/v1/8AcM-KAproitONSBBHj3sQ.ttf\";}}i:747;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Sunshiney\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/sunshiney/v6/kaWOb4pGbwNijM7CkxK1sQ.ttf\";}}i:748;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Supermercado One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/supermercadoone/v6/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf\";}}i:749;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Sura\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/sura/v1/jznKrhTH5NezYxb0-Q5zzA.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/sura/v1/Z5bXQaFGmoWicN1WlcncxA.ttf\";}}i:750;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Suranna\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/suranna/v4/PYmfr6TQeTqZ-r8HnPM-kA.ttf\";}}i:751;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Suravaram\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/suravaram/v3/G4dPee4pel_w2HqzavW4MA.ttf\";}}i:752;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/suwannaphum/v9/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:753;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/swankyandmoomoo/v6/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf\";}}i:754;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Syncopate\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/syncopate/v7/RQVwO52fAH6MI764EcaYtw.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/syncopate/v7/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:755;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Tangerine\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/tangerine/v7/DTPeM3IROhnkz7aYG2a9sA.ttf\";i:700;s:87:\"http://fonts.gstatic.com/s/tangerine/v7/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf\";}}i:756;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Taprom\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/taprom/v8/-KByU3BaUsyIvQs79qFObg.ttf\";}}i:757;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Tauri\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/tauri/v4/XIWeYJDXNqiVNej0zEqtGg.ttf\";}}i:758;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Taviraj\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:18:{i:100;s:64:\"http://fonts.gstatic.com/s/taviraj/v1/7iDtujKEc7hwcT6D0zLx-A.ttf\";s:9:\"100italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/ai0UdHXB1gi5etfpU0CZ6aCWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/fn3qCO_sC_zLuf2hqWE37fesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"200italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/eDMMTK5GhTdvvz3R-ZWvay3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/1EIpbtG_cs5haG6Ba9wX8vesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/IEBfc1xGgsBbdCeXKNAtfS3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/taviraj/v1/AH1eoWagKJhbVx4Poc3M1A.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/taviraj/v1/hAS5RxygdSnG4626KdkXuQ.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/s8BuqYm5ebG2N1R4JkTp_fesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/319qfe3yzAi9RNFu-dI9zy3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/KscmiA6HGz7nCcHhaddQH_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"600italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/ofRN6EMiboGiM2Ga3cG_yy3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/TY91892tTFNYCeCXjQ1AEPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/4Yzb6i1xtMRZn9oAQ484nS3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/oGWJbiDGcxlInLLnrLxTDvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/MPtY5Qs3hwV4f0LUH-vVmy3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:85:\"http://fonts.gstatic.com/s/taviraj/v1/RfIEodnN0NYWUdZHol5fdPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/taviraj/v1/aDM2JaXSd_qo0nqKiBAq5C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:759;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Teko\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:5:{i:300;s:61:\"http://fonts.gstatic.com/s/teko/v5/OobFGE9eo24rcBpN6zXDaQ.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/teko/v5/UtekqODEqZXSN2L-njejpA.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/teko/v5/FQ0duU7gWM4cSaImOfAjBA.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/teko/v5/QDx_i8H-TZ1IK1JEVrqwEQ.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/teko/v5/xKfTxe_SWpH4xU75vmvylA.ttf\";}}i:760;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Telex\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/telex/v5/24-3xP9ywYeHOcFU3iGk8A.ttf\";}}i:761;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/tenaliramakrishna/v3/M0nTmDqv2M7AGoGh-c946BZak5pSBHqWX6uyVMiMFoA.ttf\";}}i:762;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/tenorsans/v7/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf\";}}i:763;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Text Me One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/textmeone/v4/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf\";}}i:764;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/thegirlnextdoor/v7/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf\";}}i:765;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Tienne\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/tienne/v8/-IIfDl701C0z7-fy2kmGvA.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/tienne/v8/JvoCDOlyOSEyYGRwCyfs3g.ttf\";i:900;s:63:\"http://fonts.gstatic.com/s/tienne/v8/FBano5T521OWexj2iRYLMw.ttf\";}}i:766;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Tillana\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:5:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/tillana/v1/zN0D-jDPsr1HzU3VRFLY5g.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/tillana/v1/gqdUngSIcY9tSla5eCZky_esZW2xOQ-xsNqO47m55DA.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/tillana/v1/fqon6-r15hy8M1cyiYfQBvesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/tillana/v1/jGARMTxLrMerzTCpGBpMffesZW2xOQ-xsNqO47m55DA.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/tillana/v1/pmTtNH_Ibktj5Cyc1XrP6vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:767;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Timmana\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"telugu\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/timmana/v1/T25SicsJUJkc2s2sbBsDnA.ttf\";}}i:768;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Tinos\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:5:\"greek\";i:1;s:6:\"hebrew\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:8:\"cyrillic\";i:5;s:12:\"cyrillic-ext\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:4:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/tinos/v9/EqpUbkVmutfwZ0PjpoGwCg.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/tinos/v9/slfyzlasCr9vTsaP4lUh9A.ttf\";i:700;s:62:\"http://fonts.gstatic.com/s/tinos/v9/vHXfhX8jZuQruowfon93yQ.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/tinos/v9/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf\";}}i:769;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Titan One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/titanone/v4/FbvpRvzfV_oipS0De3iAZg.ttf\";}}i:770;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:13:\"Titillium Web\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:11:{i:200;s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf\";s:9:\"200italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf\";i:300;s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf\";i:600;s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf\";i:700;s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf\";i:900;s:90:\"http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf\";}}i:771;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Trade Winds\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/tradewinds/v5/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf\";}}i:772;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trirong\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:18:{i:100;s:64:\"http://fonts.gstatic.com/s/trirong/v1/A4AP1moxqvtadq5CW3L17A.ttf\";s:9:\"100italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/ke-m75CXBPHlqwRHmCTBi6CWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:85:\"http://fonts.gstatic.com/s/trirong/v1/QD8N5qk-agpAEYCSSWullPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"200italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/TLnptEEWKdIVHKJYBO592y3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:85:\"http://fonts.gstatic.com/s/trirong/v1/mfCfGz4GqprWJZ47PUMDGfesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/RnkK09k5OfEHFxd_smcYuC3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trirong/v1/lYu4kez-Enlvh2X-itx6CA.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/trirong/v1/kV0MzmWPKkglEtJf--dQhQ.ttf\";i:500;s:85:\"http://fonts.gstatic.com/s/trirong/v1/6CsQ6UR1e8rURaEPxqnGBvesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/I7H5Vf-5oH45BHkyxaUodS3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:85:\"http://fonts.gstatic.com/s/trirong/v1/1FjmLIhPhB6Yc7RWqO27mfesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"600italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/BXLhSV51vCWUiACSqyWe6i3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/trirong/v1/ab8hG5CTSzMAobTnPgcDP_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/CEBv6IoZawJuRHdATx4LQi3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:85:\"http://fonts.gstatic.com/s/trirong/v1/UBRQXGJvi5EHcyI5wwZew_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/lGUgSzOvjUqrsrJfnROivC3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:85:\"http://fonts.gstatic.com/s/trirong/v1/Lam1ewMdiP3O-bVYT-W6t_esZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/trirong/v1/EtuLHyx5DS9oX5NoKhYlkC3USBnSvpkopQaUR-2r7iU.ttf\";}}i:773;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trocchi\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trocchi/v5/uldNPaKrUGVeGCVsmacLwA.ttf\";}}i:774;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trochut\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:3:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trochut/v4/6Y65B0x-2JsnYt16OH5omw.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/trochut/v4/pczUwr4ZFvC79TgNO5cZng.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/trochut/v4/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:775;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Trykker\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/trykker/v5/YiVrVJpBFN7I1l_CWk6yYQ.ttf\";}}i:776;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Tulpen One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/tulpenone/v6/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf\";}}i:777;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Ubuntu\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2016-06-03\";s:5:\"files\";a:8:{i:300;s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/7-wH0j2QCTHKgp7vLh9-sQ.ttf\";s:9:\"300italic\";s:84:\"http://fonts.gstatic.com/s/ubuntu/v9/j-TYDdXcC_eQzhhp386SjaCWcynf_cDxXwCLxiixG1c.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/lhhB5ZCwEkBRbHMSnYuKyA.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/b9hP8wd30SygxZjGGk4DCQ.ttf\";i:500;s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/bMbHEMwSUmkzcK2x_74QbA.ttf\";s:9:\"500italic\";s:84:\"http://fonts.gstatic.com/s/ubuntu/v9/NWdMogIO7U6AtEM4dDdf_aCWcynf_cDxXwCLxiixG1c.ttf\";i:700;s:63:\"http://fonts.gstatic.com/s/ubuntu/v9/B7BtHjNYwAp3HgLNagENOQ.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/ubuntu/v9/pqisLQoeO9YTDCNnlQ9bf6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:778;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-06-03\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/ubuntucondensed/v7/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf\";}}i:779;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:8:\"cyrillic\";i:4;s:12:\"cyrillic-ext\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-06-03\";s:5:\"files\";a:4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf\";i:700;s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/ubuntumono/v6/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf\";}}i:780;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Ultra\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/ultra/v8/OW8uXkOstRADuhEmGOFQLA.ttf\";}}i:781;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/uncialantiqua/v4/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf\";}}i:782;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Underdog\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/underdog/v5/gBv9yjez_-5PnTprHWq0ig.ttf\";}}i:783;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Unica One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/unicaone/v4/KbYKlhWMDpatWViqDkNQgA.ttf\";}}i:784;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{i:700;s:92:\"http://fonts.gstatic.com/s/unifrakturcook/v8/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf\";}}i:785;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/unifrakturmaguntia/v7/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf\";}}i:786;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Unkempt\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/unkempt/v7/NLLBeNSspr0RGs71R5LHWA.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/unkempt/v7/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:787;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Unlock\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/unlock/v6/rXEQzK7uIAlhoyoAEiMy1w.ttf\";}}i:788;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Unna\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2017-01-26\";s:5:\"files\";a:4:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/unna/v9/UAS0AM7AmbdCNY_80xyAZQ.ttf\";s:6:\"italic\";s:61:\"http://fonts.gstatic.com/s/unna/v9/CB25jfOme9BL61pT4h1_0A.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/unna/v9/V-r3KRrJqBWlu97fCUB8Nw.ttf\";s:9:\"700italic\";s:61:\"http://fonts.gstatic.com/s/unna/v9/H7rJH2hD4wVI9bOhx98O8A.ttf\";}}i:789;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"VT323\";s:8:\"category\";s:9:\"monospace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-12-08\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/vt323/v8/ITU2YQfM073o1iYK3nSOmQ.ttf\";}}i:790;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Vampiro One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/vampiroone/v7/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:791;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Varela\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/varela/v7/ON7qs0cKUUixhhDFXlZUjw.ttf\";}}i:792;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Varela Round\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/varelaround/v8/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf\";}}i:793;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/vastshadow/v6/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf\";}}i:794;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/vesperlibre/v8/Cg-TeZFsqV8BaOcoVwzu2C3USBnSvpkopQaUR-2r7iU.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsZMQuUSAwdHsY8ov_6tk1oA.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsUD2ttfZwueP-QU272T9-k4.ttf\";i:900;s:89:\"http://fonts.gstatic.com/s/vesperlibre/v8/0liLgNkygqH6EOtsVjZDsaObDOjC3UL77puoeHsE3fw.ttf\";}}i:795;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Vibur\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/vibur/v7/xB9aKsUbJo68XP0bAg2iLw.ttf\";}}i:796;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Vidaloka\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/vidaloka/v8/C6Nul0ogKUWkx356rrt9RA.ttf\";}}i:797;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Viga\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/viga/v5/uD87gDbhS7frHLX4uL6agg.ttf\";}}i:798;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:5:\"Voces\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/voces/v5/QoBH6g6yKgNIgvL8A2aE2Q.ttf\";}}i:799;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:7:\"Volkhov\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/volkhov/v8/MDIZAofe1T_J3un5Kgo8zg.ttf\";s:6:\"italic\";s:64:\"http://fonts.gstatic.com/s/volkhov/v8/1rTjmztKEpbkKH06JwF8Yw.ttf\";i:700;s:85:\"http://fonts.gstatic.com/s/volkhov/v8/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/volkhov/v8/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf\";}}i:800;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Vollkorn\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/vollkorn/v6/IiexqYAeh8uII223thYx3w.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/vollkorn/v6/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/vollkorn/v6/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/vollkorn/v6/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf\";}}i:801;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Voltaire\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/voltaire/v6/WvqBzaGEBbRV-hrahwO2cA.ttf\";}}i:802;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/waitingforthesunrise/v7/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf\";}}i:803;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Wallpoet\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/wallpoet/v8/hmum4WuBN4A0Z_7367NDIg.ttf\";}}i:804;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/walterturncoat/v6/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf\";}}i:805;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Warnes\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/warnes/v6/MXG7_Phj4YpzAXxKGItuBw.ttf\";}}i:806;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Wellfleet\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"http://fonts.gstatic.com/s/wellfleet/v4/J5tOx72iFRPgHYpbK9J4XQ.ttf\";}}i:807;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Wendy One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/wendyone/v4/R8CJT2oDXdMk_ZtuHTxoxw.ttf\";}}i:808;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:8:\"Wire One\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/wireone/v7/sRLhaQOQpWnvXwIx0CycQw.ttf\";}}i:809;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Work Sans\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2016-06-07\";s:5:\"files\";a:9:{i:100;s:86:\"http://fonts.gstatic.com/s/worksans/v2/ZAhtNqLaAViKjGLajtuwWaCWcynf_cDxXwCLxiixG1c.ttf\";i:200;s:86:\"http://fonts.gstatic.com/s/worksans/v2/u_mYNr_qYP37m7vgvmIYZy3USBnSvpkopQaUR-2r7iU.ttf\";i:300;s:86:\"http://fonts.gstatic.com/s/worksans/v2/FD_Udbezj8EHXbdsqLUply3USBnSvpkopQaUR-2r7iU.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/worksans/v2/zVvigUiMvx7JVEnrJgc-5Q.ttf\";i:500;s:86:\"http://fonts.gstatic.com/s/worksans/v2/Nbre-U_bp6Xktt8cpgwaJC3USBnSvpkopQaUR-2r7iU.ttf\";i:600;s:86:\"http://fonts.gstatic.com/s/worksans/v2/z9rX03Xuz9ZNHTMg1_ghGS3USBnSvpkopQaUR-2r7iU.ttf\";i:700;s:86:\"http://fonts.gstatic.com/s/worksans/v2/4udXuXg54JlPEP5iKO5AmS3USBnSvpkopQaUR-2r7iU.ttf\";i:800;s:86:\"http://fonts.gstatic.com/s/worksans/v2/IQh-ap2Uqs7kl1YINeeEGi3USBnSvpkopQaUR-2r7iU.ttf\";i:900;s:86:\"http://fonts.gstatic.com/s/worksans/v2/Hjn0acvjHfjY_vAK9Uc6gi3USBnSvpkopQaUR-2r7iU.ttf\";}}i:810;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2017-01-20\";s:5:\"files\";a:4:{i:200;s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v8/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf\";i:300;s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v8/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf\";i:700;s:94:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v8/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf\";}}i:811;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:11:\"Yantramanav\";s:8:\"category\";s:10:\"sans-serif\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:6:{i:100;s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/Rs1I2PF4Z8GAb6qjgvr8wIAWxXGWZ3yJw6KhWS7MxOk.ttf\";i:300;s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bC9-WlPSxbfiI49GsXo3q0g.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/FwdziO-qWAO8pZg8e376kaCWcynf_cDxXwCLxiixG1c.ttf\";i:500;s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bMCNfqCYlB_eIx7H1TVXe60.ttf\";i:700;s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bHe1Pd76Vl7zRpE7NLJQ7XU.ttf\";i:900;s:89:\"http://fonts.gstatic.com/s/yantramanav/v1/HSfbC4Z8I8BZ00wiXeA5bCenaqEuufTBk9XMKnKmgDA.ttf\";}}i:812;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:9:\"Yatra One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/yatraone/v1/ApKQzWF7_vG0Lt5TDqgUvw.ttf\";}}i:813;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Yellowtail\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-10-05\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/yellowtail/v6/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:814;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Yeseva One\";s:8:\"category\";s:7:\"display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2017-01-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/yesevaone/v11/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf\";}}i:815;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:10:\"Yesteryear\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/yesteryear/v5/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf\";}}i:816;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:4:\"Yrsa\";s:8:\"category\";s:5:\"serif\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2016-06-20\";s:5:\"files\";a:5:{i:300;s:61:\"http://fonts.gstatic.com/s/yrsa/v1/YI0C1syzAYpkrPx27UnC2w.ttf\";s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/yrsa/v1/JWX_dCK4_Jq-oqF7r9rFHg.ttf\";i:500;s:61:\"http://fonts.gstatic.com/s/yrsa/v1/rWuZmBLHIeKRbnfSvWCvYg.ttf\";i:600;s:61:\"http://fonts.gstatic.com/s/yrsa/v1/1413P-oEfrq-tBIdqnslDQ.ttf\";i:700;s:61:\"http://fonts.gstatic.com/s/yrsa/v1/iV49zaJV5wyo_4LgxE2yng.ttf\";}}i:817;a:8:{s:4:\"kind\";s:16:\"webfonts#webfont\";s:6:\"family\";s:6:\"Zeyada\";s:8:\"category\";s:11:\"handwriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2016-05-31\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/zeyada/v6/hmonmGYYFwqTZQfG2nRswQ.ttf\";}}}','yes'),(143,'wpb_js_templates','a:12:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:8:\"template\";s:0:\"\";}s:28:\"section-cta-large_1839956594\";a:2:{s:4:\"name\";s:21:\"Section - CTA - Large\";s:8:\"template\";s:1156:\"[vc_row swatch=\"swatch-white-black\" text_shadow=\"shadow\" inner_shadow=\"shadow\" width=\"padded\" overlay_colour=\"#ffffff\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"-2\" background_image_attachment=\"fixed\" height=\"normal\"][vc_column width=\"1/1\" align=\"center\" align_sm=\"default\"][heading header_type=\"h1\" sub_header_size=\"normal\" header_size=\"bigger\" header_weight=\"hairline\" header_align=\"center\" header_condensed=\"condensed\" header_underline=\"no-bordered-header\" header_underline_size=\"bordered-normal\" margin_top=\"normal-top\" margin_bottom=\"medium-bottom\" scroll_animation=\"fadeInDown\" scroll_animation_delay=\"0\" section_swatch_override=\"off\" heading_colour=\"#000000\"]Welcome to our company. We are a <strong>digital</strong> design agency passionate about pixel perfection.[/heading][button type=\"primary\" size=\"lg\" label=\"Let\'s work together\" link=\"http://demo.oxygenna.com\" link_open=\"_self\" icon_position=\"no-icon\" animation=\"none\" margin_top=\"short-top\" margin_bottom=\"normal-bottom\" scroll_animation=\"fadeInUp\" scroll_animation_delay=\"0\"][/vc_column][/vc_row]\";}s:27:\"section-cta-small_241011820\";a:2:{s:4:\"name\";s:21:\"Section - CTA - Small\";s:8:\"template\";s:1291:\"[vc_row swatch=\"swatch-white\" text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" height=\"normal\"][vc_column width=\"5/6\"][heading header_type=\"h2\" sub_header_size=\"normal\" header_size=\"big\" header_weight=\"hairline\" header_align=\"center\" header_condensed=\"not-condensed\" header_underline=\"no-bordered-header\" header_underline_size=\"bordered-normal\" margin_top=\"medium-top\" margin_bottom=\"medium-bottom\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0\" section_swatch_override=\"off\" heading_colour=\"#000000\"]We create amazing experiences for our clients. Want to try us?[/heading][/vc_column][vc_column width=\"1/6\" align=\"center\" align_sm=\"default\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][button type=\"primary\" size=\"lg\" label=\"get in touch\" link_open=\"_self\" icon_position=\"no-icon\" animation=\"fadeInRight\" margin_top=\"medium-top\" margin_bottom=\"medium-bottom\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0\" link=\"http://omega.oxygenna.com/contact-us-v1/\" custom_color=\"false\" background_color=\"#82c9ed\" text_font_color=\"#ffffff\"][/vc_column][/vc_row]\";}s:32:\"section-features-right_681169275\";a:2:{s:4:\"name\";s:26:\"Section - Features - Right\";s:8:\"template\";s:2651:\"[vc_row swatch=\"swatch-gray\" text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#353b42\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" height=\"normal\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"65\" size=\"full\" image_stretch=\"normalwidth\" overlay=\"none\" item_link_type=\"no-link\" link_target=\"_self\" captions_below=\"hide\" captions_below_link_type=\"item\" caption_align=\"center\" hover_filter=\"none\" hover_filter_invert=\"image-filter-onhover\" button_text_zoom=\"View Larger\" button_text_details=\"More Details\" overlay_caption_vertical=\"middle\" overlay_animation=\"fade-in\" overlay_grid=\"0\" overlay_icon=\"link\" margin_top=\"medium-top\" margin_bottom=\"no-bottom\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.3\"][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h1\" sub_header_size=\"lead\" header_size=\"bigger\" header_weight=\"hairline\" header_align=\"left\" header_condensed=\"not-condensed\" header_underline=\"bordered\" header_underline_size=\"bordered-small\" margin_top=\"tall-top\" margin_bottom=\"medium-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Features[/heading][features_list connection_line_colour=\"#82c9ed\" show_connections=\"hide\" margin_top=\"no-top\" margin_bottom=\"no-bottom\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][feature show_icon=\"show\" svg_icon=\"eye\" icon_color=\"#444444\" background_color=\"#ffffff\" title=\"Retina ready\" margin_top=\"no-top\" margin_bottom=\"short-bottom\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0\"]Omega is designed with the latest technologies so that your website will look sharp and stunning even on high resolution retina displays. [/feature][feature show_icon=\"show\" svg_icon=\"idea\" icon_color=\"#444444\" background_color=\"#ffffff\" title=\"Page composer\" margin_top=\"short-top\" margin_bottom=\"short-bottom\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0\"]No need to worry about building your content anymore! Pages can be built easily using WPBakery\'s super easy Visual Composer plugin.[/feature][feature show_icon=\"show\" svg_icon=\"imac\" icon_color=\"#444444\" background_color=\"#ffffff\" title=\"Responsive layout\" margin_top=\"short-top\" margin_bottom=\"short-bottom\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0\"]This Theme has a fully responsive layout. It will respond and fit to a large desktop, tablet screens and all the way down to a mobile sized display.[/feature][/features_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\";}s:32:\"section-features-left_2078797416\";a:2:{s:4:\"name\";s:25:\"Section - Features - Left\";s:8:\"template\";s:2651:\"[vc_row swatch=\"swatch-gray\" text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#353b42\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" height=\"normal\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h1\" sub_header_size=\"lead\" header_size=\"bigger\" header_weight=\"hairline\" header_align=\"left\" header_condensed=\"not-condensed\" header_underline=\"bordered\" header_underline_size=\"bordered-small\" margin_top=\"tall-top\" margin_bottom=\"medium-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Features[/heading][features_list connection_line_colour=\"#82c9ed\" show_connections=\"hide\" margin_top=\"no-top\" margin_bottom=\"no-bottom\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][feature show_icon=\"show\" svg_icon=\"eye\" icon_color=\"#444444\" background_color=\"#ffffff\" title=\"Retina ready\" margin_top=\"no-top\" margin_bottom=\"short-bottom\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0\"]Omega is designed with the latest technologies so that your website will look sharp and stunning even on high resolution retina displays. [/feature][feature show_icon=\"show\" svg_icon=\"idea\" icon_color=\"#444444\" background_color=\"#ffffff\" title=\"Page composer\" margin_top=\"short-top\" margin_bottom=\"short-bottom\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0\"]No need to worry about building your content anymore! Pages can be built easily using WPBakery\'s super easy Visual Composer plugin.[/feature][feature show_icon=\"show\" svg_icon=\"imac\" icon_color=\"#444444\" background_color=\"#ffffff\" title=\"Responsive layout\" margin_top=\"short-top\" margin_bottom=\"short-bottom\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0\"]This Theme has a fully responsive layout. It will respond and fit to a large desktop, tablet screens and all the way down to a mobile sized display.[/feature][/features_list][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"65\" size=\"full\" image_stretch=\"normalwidth\" overlay=\"none\" item_link_type=\"no-link\" link_target=\"_self\" captions_below=\"hide\" captions_below_link_type=\"item\" caption_align=\"center\" hover_filter=\"none\" hover_filter_invert=\"image-filter-onhover\" button_text_zoom=\"View Larger\" button_text_details=\"More Details\" overlay_caption_vertical=\"middle\" overlay_animation=\"fade-in\" overlay_grid=\"0\" overlay_icon=\"link\" margin_top=\"medium-top\" margin_bottom=\"no-bottom\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\";}s:31:\"section-fact-spinner_2069889083\";a:2:{s:4:\"name\";s:22:\"Section - Fact Spinner\";s:8:\"template\";s:4880:\"[vc_row swatch=\"swatch-gray\" text_shadow=\"shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" height=\"normal\"][vc_column width=\"1/1\"][heading header_type=\"h1\" section_swatch_override=\"off\" heading_colour=\"#000000\" sub_header_size=\"normal\" header_size=\"super\" header_weight=\"hairline\" header_align=\"center\" header_condensed=\"not-condensed\" header_underline=\"bordered\" header_underline_size=\"bordered-normal\" margin_top=\"normal-top\" margin_bottom=\"medium-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Fun Facts[/heading][vc_row_inner][vc_column_inner width=\"1/4\" align=\"center\" align_sm=\"center\"][counter value=\"101\" counter_size=\"super\" counter_weight=\"hairline\" underline=\"bordered\" margin_top=\"short-top\" margin_bottom=\"short-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][heading header_type=\"h2\" sub_header_size=\"normal\" header_size=\"normal\" header_weight=\"hairline\" header_align=\"default\" header_condensed=\"condensed\" header_underline=\"no-bordered-header\" header_underline_size=\"bordered-normal\" margin_top=\"short-top\" margin_bottom=\"no-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Completed[/heading][heading header_type=\"h2\" sub_header_size=\"normal\" header_size=\"normal\" header_weight=\"hairline\" header_align=\"default\" header_condensed=\"condensed\" header_underline=\"no-bordered-header\" header_underline_size=\"bordered-normal\" margin_top=\"no-top\" margin_bottom=\"medium-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" section_swatch_override=\"off\" heading_colour=\"#000000\"]projects[/heading][/vc_column_inner][vc_column_inner width=\"1/4\" align=\"center\" align_sm=\"center\"][counter value=\"148\" counter_size=\"super\" counter_weight=\"hairline\" underline=\"bordered\" margin_top=\"short-top\" margin_bottom=\"short-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][heading header_type=\"h2\" sub_header_size=\"normal\" header_size=\"normal\" header_weight=\"hairline\" header_align=\"default\" header_condensed=\"condensed\" header_underline=\"no-bordered-header\" header_underline_size=\"bordered-normal\" margin_top=\"short-top\" margin_bottom=\"no-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Happy[/heading][heading header_type=\"h2\" sub_header_size=\"normal\" header_size=\"normal\" header_weight=\"hairline\" header_align=\"default\" header_condensed=\"condensed\" header_underline=\"no-bordered-header\" header_underline_size=\"bordered-normal\" margin_top=\"no-top\" margin_bottom=\"medium-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\" section_swatch_override=\"off\" heading_colour=\"#000000\"]Portraits[/heading][/vc_column_inner][vc_column_inner width=\"1/4\" align=\"center\" align_sm=\"default\"][counter value=\"580\" counter_size=\"super\" counter_weight=\"hairline\" underline=\"bordered\" margin_top=\"short-top\" margin_bottom=\"short-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.6\"][heading header_type=\"h2\" sub_header_size=\"normal\" header_size=\"normal\" header_weight=\"hairline\" header_align=\"default\" header_condensed=\"condensed\" header_underline=\"no-bordered-header\" header_underline_size=\"bordered-normal\" margin_top=\"short-top\" margin_bottom=\"no-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.6\" section_swatch_override=\"off\" heading_colour=\"#000000\"]Shots[/heading][heading header_type=\"h2\" sub_header_size=\"normal\" header_size=\"normal\" header_weight=\"hairline\" header_align=\"default\" header_condensed=\"condensed\" header_underline=\"no-bordered-header\" header_underline_size=\"bordered-normal\" margin_top=\"no-top\" margin_bottom=\"medium-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.6\" section_swatch_override=\"off\" heading_colour=\"#000000\"]per day[/heading][/vc_column_inner][vc_column_inner width=\"1/4\" align=\"center\" align_sm=\"default\"][counter value=\"80\" counter_size=\"super\" counter_weight=\"hairline\" underline=\"bordered\" margin_top=\"short-top\" margin_bottom=\"short-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.9\"][heading header_type=\"h2\" sub_header_size=\"normal\" header_size=\"normal\" header_weight=\"hairline\" header_align=\"default\" header_condensed=\"condensed\" header_underline=\"no-bordered-header\" header_underline_size=\"bordered-normal\" margin_top=\"short-top\" margin_bottom=\"no-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.9\"]Coffee[/heading][heading header_type=\"h2\" sub_header_size=\"normal\" header_size=\"normal\" header_weight=\"hairline\" header_align=\"default\" header_condensed=\"condensed\" header_underline=\"no-bordered-header\" header_underline_size=\"bordered-normal\" margin_top=\"no-top\" margin_bottom=\"normal-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.9\"]cups[/heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\";}s:28:\"section-image-left_241927660\";a:2:{s:4:\"name\";s:22:\"Section - Image - Left\";s:8:\"template\";s:1968:\"[vc_row swatch=\"swatch-white\" text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#d7e1e3\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" height=\"normal\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/2\" align=\"left\" align_sm=\"center\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][divider visibility=\"hide\" background_colour=\"#FFFFF\" xs_height=\"24\" sm_height=\"24\" md_height=\"60\" lg_height=\"100\"][heading header_type=\"h1\" sub_header_size=\"lead\" header_size=\"bigger\" header_weight=\"hairline\" header_align=\"default\" header_condensed=\"condensed\" header_underline=\"bordered\" header_underline_size=\"bordered-normal\" margin_top=\"tall-top\" margin_bottom=\"no-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" sub_header=\"We really like designing <strong>unique</strong> out of the box themes. We create web experiences trying it to keep it real. We provide solid support and working <strong>relationship</strong> with our clients. Our team is small, flexible , and skilled. This is Oxygenna\" section_swatch_override=\"off\" heading_colour=\"#000000\"]Why Omega?[/heading][/vc_column_inner][vc_column_inner width=\"1/2\" align=\"right\" align_sm=\"center\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][vc_single_image image=\"65\" size=\"full\" image_stretch=\"normalwidth\" overlay=\"none\" item_link_type=\"no-link\" link_target=\"_self\" captions_below=\"hide\" captions_below_link_type=\"item\" caption_align=\"center\" hover_filter=\"none\" hover_filter_invert=\"image-filter-onhover\" button_text_zoom=\"View Larger\" button_text_details=\"More Details\" overlay_caption_vertical=\"middle\" overlay_animation=\"fade-in\" overlay_grid=\"0\" overlay_icon=\"link\" margin_top=\"tall-top\" margin_bottom=\"no-bottom\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\";}s:29:\"section-image-right_804957715\";a:2:{s:4:\"name\";s:23:\"Section - Image - Right\";s:8:\"template\";s:1968:\"[vc_row swatch=\"swatch-white\" text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#d7e1e3\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" height=\"normal\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/2\" align=\"left\" align_sm=\"center\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][vc_single_image image=\"65\" size=\"full\" image_stretch=\"normalwidth\" overlay=\"none\" item_link_type=\"no-link\" link_target=\"_self\" captions_below=\"hide\" captions_below_link_type=\"item\" caption_align=\"center\" hover_filter=\"none\" hover_filter_invert=\"image-filter-onhover\" button_text_zoom=\"View Larger\" button_text_details=\"More Details\" overlay_caption_vertical=\"middle\" overlay_animation=\"fade-in\" overlay_grid=\"0\" overlay_icon=\"link\" margin_top=\"tall-top\" margin_bottom=\"no-bottom\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\" align=\"right\" align_sm=\"center\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][divider visibility=\"hide\" background_colour=\"#FFFFF\" xs_height=\"24\" sm_height=\"24\" md_height=\"60\" lg_height=\"100\"][heading header_type=\"h1\" sub_header_size=\"lead\" header_size=\"bigger\" header_weight=\"hairline\" header_align=\"default\" header_condensed=\"condensed\" header_underline=\"bordered\" header_underline_size=\"bordered-normal\" margin_top=\"tall-top\" margin_bottom=\"no-bottom\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" sub_header=\"We really like designing <strong>unique</strong> out of the box themes. We create web experiences trying it to keep it real. We provide solid support and working <strong>relationship</strong> with our clients. Our team is small, flexible , and skilled. This is Oxygenna\" section_swatch_override=\"off\" heading_colour=\"#000000\"]Why Omega?[/heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\";}s:15:\"menu_1872179811\";a:2:{s:4:\"name\";s:4:\"Menu\";s:8:\"template\";s:8635:\"[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\nDUO - any two starters 9\nTRIO - any three starters 13\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Season\" description=\"Tomato,cucumber,lettuce and carrot.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Greek\" description=\"Tomato,cucumber,green pepper,onion,olives and feta cheese.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mozzarella \'Capreze\'\" description=\"Slice of mozzarella cheese on a bed of sliced tomato.\" featured_label=\"Chef\'s Special\" price=\"$4.50\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caesar Salad\" description=\"The traditional crispy lettuce salad topped with chicken.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]\";}s:14:\"menu_719306923\";a:2:{s:4:\"name\";s:4:\"Menu\";s:8:\"template\";s:11898:\"[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\nDUO - any two starters 9\nTRIO - any three starters 13\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]\";}s:20:\"lunch-menu_606625980\";a:2:{s:4:\"name\";s:10:\"Lunch Menu\";s:8:\"template\";s:10923:\"[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\nDUO - any two starters 9\nTRIO - any three starters 13\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]\";}s:22:\"dinner-menu_2098849989\";a:2:{s:4:\"name\";s:11:\"Dinner Menu\";s:8:\"template\";s:11371:\"[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\nDUO - any two starters 9\nTRIO - any three starters 13\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]\";}}','yes'),(144,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"700\";s:6:\"height\";s:0:\"\";s:4:\"crop\";i:0;}','yes'),(145,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"700\";s:6:\"height\";s:0:\"\";s:4:\"crop\";i:0;}','yes'),(146,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:2:\"90\";s:6:\"height\";s:0:\"\";s:4:\"crop\";i:0;}','yes'),(147,'ftp_credentials','a:3:{s:8:\"hostname\";s:26:\"mainstreetwebmarketing.com\";s:8:\"username\";s:10:\"mainstreet\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(152,'recently_activated','a:0:{}','yes'),(154,'cf7dp_ui_theme','smoothness','yes'),(155,'revslider-update-check-short','1630352992','yes'),(156,'revslider-templates-check','1630179921','yes'),(161,'revslider-library-check','1629408015','yes'),(162,'rs-library','a:3:{s:4:\"hash\";s:32:\"0fbedf953c0042911e0f27a364cf4227\";s:7:\"objects\";a:179:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(164,'rs_tables_created','1','yes'),(166,'revslider-global-settings','a:0:{}','yes'),(169,'revslider_update_version','5.2.5.5','yes'),(170,'wpb_js_content_types','a:6:{i:0;s:4:\"page\";i:1;s:11:\"oxy_service\";i:2;s:9:\"oxy_staff\";i:3;s:19:\"oxy_portfolio_image\";i:4;s:9:\"oxy_modal\";i:5;s:4:\"post\";}','yes'),(171,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(172,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(173,'vc_version','5.0.1','yes'),(174,'wpb_js_composer_license_activation_notified','yes','yes'),(175,'lambda-restaurant','O:22:\"OxygennaPackageInstall\":6:{s:2:\"id\";s:17:\"lambda-restaurant\";s:28:\"\0OxygennaPackageInstall\0maps\";a:12:{s:6:\"images\";a:51:{s:113:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\";s:116:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/blue-icons_0000_Vector-Smart-Object.png\";s:88:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/contact-04.jpg\";s:91:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/contact-04.jpg\";s:88:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/contact-03.jpg\";s:91:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/contact-03.jpg\";s:88:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/contact-02.jpg\";s:91:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/contact-02.jpg\";s:88:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/contact-01.jpg\";s:91:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/contact-01.jpg\";s:87:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-bg-4.jpg\";s:90:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-bg-4.jpg\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-portfolio-09.jpg\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-portfolio-09.jpg\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-portfolio-08.jpg\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-portfolio-08.jpg\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-portfolio-07.jpg\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-portfolio-07.jpg\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-portfolio-06.jpg\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-portfolio-06.jpg\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-portfolio-05.jpg\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-portfolio-05.jpg\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-portfolio-04.jpg\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-portfolio-04.jpg\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-portfolio-03.jpg\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-portfolio-03.jpg\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-portfolio-02.jpg\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-portfolio-02.jpg\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-portfolio-01.jpg\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-portfolio-01.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/restaurant-2.jpg\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/restaurant-2.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/restaurant-1.jpg\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/restaurant-1.jpg\";s:91:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-12.jpg\";s:94:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-12.jpg\";s:91:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-10.jpg\";s:94:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-10.jpg\";s:91:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-11.jpg\";s:94:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-11.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-9.jpg\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-9.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-7.jpg\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-7.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-8.jpg\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-8.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-6.jpg\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-6.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-5.jpg\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-5.jpg\";s:91:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-41.jpg\";s:94:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-41.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-3.jpg\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-3.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-2.jpg\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-2.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-thumb-4.jpg\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-thumb-4.jpg\";s:84:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/header.jpg\";s:87:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/header.jpg\";s:88:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-right.jpg\";s:91:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-right.jpg\";s:87:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-left.jpg\";s:90:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-left.jpg\";s:82:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/bg-4.jpg\";s:85:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/bg-4.jpg\";s:87:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-bg-3.jpg\";s:90:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-bg-3.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/pasta-sample.png\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/pasta-sample.png\";s:85:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/pasta-1.png\";s:88:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/pasta-1.png\";s:85:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/pasta-2.png\";s:88:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/pasta-2.png\";s:85:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/pasta-3.png\";s:88:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/pasta-3.png\";s:87:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-bg-2.jpg\";s:90:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-bg-2.jpg\";s:90:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/sample-plate.png\";s:93:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/sample-plate.png\";s:82:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/bg-1.jpg\";s:85:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/bg-1.jpg\";s:94:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/logo-transparent.png\";s:97:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/logo-transparent.png\";s:82:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/logo.png\";s:85:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/logo.png\";s:87:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/food-bg-1.jpg\";s:90:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/food-bg-1.jpg\";s:94:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/decor-2-big-gold.png\";s:97:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-2-big-gold.png\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/decor-2-big-white.png\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-2-big-white.png\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/decor-1-big-white.png\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-1-big-white.png\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/decor-2-big-black.png\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-2-big-black.png\";s:95:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/decor-1-big-black.png\";s:98:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-1-big-black.png\";s:94:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/decor-1-big-gold.png\";s:97:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-1-big-gold.png\";s:82:\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2014/12/chef.png\";s:85:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/chef.png\";}s:11:\"attachments\";a:51:{i:305;i:108;i:272;i:109;i:271;i:110;i:270;i:111;i:269;i:112;i:254;i:113;i:241;i:114;i:240;i:115;i:239;i:116;i:238;i:117;i:237;i:118;i:236;i:119;i:235;i:120;i:234;i:121;i:233;i:122;i:213;i:123;i:209;i:124;i:191;i:125;i:189;i:126;i:190;i:127;i:188;i:128;i:186;i:129;i:187;i:130;i:185;i:131;i:184;i:132;i:183;i:133;i:182;i:134;i:181;i:135;i:147;i:136;i:137;i:137;i:130;i:138;i:128;i:139;i:121;i:140;i:106;i:141;i:103;i:142;i:95;i:143;i:94;i:144;i:92;i:145;i:73;i:146;i:71;i:147;i:69;i:148;i:66;i:149;i:65;i:150;i:22;i:151;i:20;i:152;i:21;i:153;i:18;i:154;i:19;i:155;i:16;i:156;i:17;i:157;i:15;i:158;}s:18:\"wpcf7_contact_form\";a:2:{i:266;i:159;i:27;i:176;}s:19:\"oxy_portfolio_image\";a:9:{i:242;i:160;i:243;i:161;i:244;i:162;i:245;i:163;i:246;i:164;i:247;i:165;i:248;i:166;i:249;i:167;i:250;i:168;}s:4:\"page\";a:5:{i:163;i:169;i:161;i:170;i:41;i:174;i:39;i:175;i:25;i:177;}s:15:\"oxy_testimonial\";a:3:{i:116;i:171;i:114;i:172;i:110;i:173;}s:21:\"oxy_testimonial_group\";a:1:{i:3;s:1:\"2\";}s:4:\"post\";a:1:{i:1;i:178;}s:8:\"category\";a:1:{i:1;s:1:\"1\";}s:9:\"oxy_stack\";a:1:{i:11;i:179;}s:8:\"nav_menu\";a:1:{i:2;i:3;}s:10:\"menu_items\";a:5:{i:46;i:83;i:44;i:84;i:166;i:85;i:165;i:86;i:45;i:87;}}s:36:\"\0OxygennaPackageInstall\0install_runs\";a:2:{i:0;O:8:\"stdClass\":3:{s:2:\"id\";s:13:\"58c07e4bba5d7\";s:3:\"log\";a:86:{i:0;O:8:\"stdClass\":7:{s:5:\"title\";s:35:\"blue-icons_0000_Vector-Smart-Object\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010254;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:56:\"Starting import of \"blue-icons_0000_Vector-Smart-Object\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:130:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/blue-icons_0000_Vector-Smart-Object.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:1;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"contact-04\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010258;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"contact-04\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:105:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/contact-04.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:2;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"contact-03\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010261;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"contact-03\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:105:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/contact-03.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:3;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"contact-02\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010264;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"contact-02\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:105:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/contact-02.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:4;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"contact-01\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010267;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"contact-01\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:105:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/contact-01.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:5;O:8:\"stdClass\":7:{s:5:\"title\";s:9:\"food-bg-4\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010270;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:30:\"Starting import of \"food-bg-4\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:104:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-bg-4.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:6;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-09\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010273;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-09\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-09.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:7;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-08\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010276;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-08\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-08.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:8;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-07\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010279;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-07\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-07.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:9;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-06\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010282;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-06\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-06.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:10;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-05\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010285;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-05\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-05.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:11;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-04\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010289;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-04\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-04.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:12;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-03\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010292;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-03\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-03.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:13;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-02\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010295;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-02\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-02.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:14;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-01\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010298;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-01\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-01.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:15;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"restaurant-2\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010302;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"restaurant-2\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/restaurant-2.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:16;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"restaurant-1\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010305;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"restaurant-1\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/restaurant-1.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:17;O:8:\"stdClass\":7:{s:5:\"title\";s:13:\"food-thumb-12\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010308;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:34:\"Starting import of \"food-thumb-12\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:108:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-12.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:18;O:8:\"stdClass\":7:{s:5:\"title\";s:13:\"food-thumb-10\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010311;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:34:\"Starting import of \"food-thumb-10\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:108:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-10.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:19;O:8:\"stdClass\":7:{s:5:\"title\";s:13:\"food-thumb-11\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010314;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:34:\"Starting import of \"food-thumb-11\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:108:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-11.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:20;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-9\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010317;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-9\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-9.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:21;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-7\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010320;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-7\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-7.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:22;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-8\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010323;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-8\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-8.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:23;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-6\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010326;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-6\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-6.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:24;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-5\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010329;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-5\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-5.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:25;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-4\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010332;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-4\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:108:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-41.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:26;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-3\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010335;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-3\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-3.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:27;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-2\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010338;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-2\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-2.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:28;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-4\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010341;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-4\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-4.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:29;O:8:\"stdClass\":7:{s:5:\"title\";s:6:\"header\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010344;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:27:\"Starting import of \"header\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:101:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/header.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:30;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"food-right\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010347;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"food-right\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:105:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-right.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:31;O:8:\"stdClass\":7:{s:5:\"title\";s:9:\"food-left\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010350;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:30:\"Starting import of \"food-left\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:104:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-left.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:32;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"bg-4\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010353;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"bg-4\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:99:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/bg-4.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:33;O:8:\"stdClass\":7:{s:5:\"title\";s:9:\"food-bg-3\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010356;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:30:\"Starting import of \"food-bg-3\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:104:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-bg-3.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:34;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"pasta-sample\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010359;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"pasta-sample\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/pasta-sample.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:35;O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"pasta-1\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010362;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:28:\"Starting import of \"pasta-1\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:102:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/pasta-1.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:36;O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"pasta-2\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010366;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:28:\"Starting import of \"pasta-2\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:102:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/pasta-2.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:37;O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"pasta-3\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010369;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:28:\"Starting import of \"pasta-3\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:102:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/pasta-3.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:38;O:8:\"stdClass\":7:{s:5:\"title\";s:9:\"food-bg-2\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010372;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:30:\"Starting import of \"food-bg-2\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:104:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-bg-2.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:39;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"sample-plate\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010375;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"sample-plate\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/sample-plate.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:40;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"bg-1\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010380;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"bg-1\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:99:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/bg-1.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:41;O:8:\"stdClass\":7:{s:5:\"title\";s:16:\"logo-transparent\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010383;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:37:\"Starting import of \"logo-transparent\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:111:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/logo-transparent.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:42;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"logo\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010386;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"logo\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:99:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/logo.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:43;O:8:\"stdClass\":7:{s:5:\"title\";s:9:\"food-bg-1\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010389;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:30:\"Starting import of \"food-bg-1\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:104:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-bg-1.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:44;O:8:\"stdClass\":7:{s:5:\"title\";s:16:\"decor-2-big-gold\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010393;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:37:\"Starting import of \"decor-2-big-gold\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:111:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-2-big-gold.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:45;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"decor-2-big-white\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010396;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"decor-2-big-white\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-2-big-white.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:46;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"decor-1-big-white\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010399;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"decor-1-big-white\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-1-big-white.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:47;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"decor-2-big-black\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010402;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"decor-2-big-black\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-2-big-black.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:48;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"decor-1-big-black\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010405;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"decor-1-big-black\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-1-big-black.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:49;O:8:\"stdClass\":7:{s:5:\"title\";s:16:\"decor-1-big-gold\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010408;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:37:\"Starting import of \"decor-1-big-gold\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:111:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-1-big-gold.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:50;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"chef\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010410;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"chef\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:99:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/chef.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:134:\"Could not upload to WordPress - Unable to create directory wp-content/uploads/2017/03. Is its parent directory writable by the server?\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:51;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"Contact form\";s:4:\"type\";s:18:\"wpcf7_contact_form\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010413;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"Contact form\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 6 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:52;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"Home made lazagne\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010413;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"Home made lazagne\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:53;O:8:\"stdClass\":7:{s:5:\"title\";s:28:\"Italian cured meat selection\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010413;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:49:\"Starting import of \"Italian cured meat selection\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:54;O:8:\"stdClass\":7:{s:5:\"title\";s:23:\"Slowly-cooked lamb leg \";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010413;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:44:\"Starting import of \"Slowly-cooked lamb leg \"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:55;O:8:\"stdClass\":7:{s:5:\"title\";s:24:\"Greek Grandma\'s Sandwich\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010414;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:45:\"Starting import of \"Greek Grandma\'s Sandwich\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:56;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"Salad Burger\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010414;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"Salad Burger\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:57;O:8:\"stdClass\":7:{s:5:\"title\";s:15:\"Home made Pizza\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010414;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:36:\"Starting import of \"Home made Pizza\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:58;O:8:\"stdClass\":7:{s:5:\"title\";s:31:\"Atzaraki Felino and Finocchiona\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010414;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:52:\"Starting import of \"Atzaraki Felino and Finocchiona\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 53 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:59;O:8:\"stdClass\":7:{s:5:\"title\";s:40:\"Oven-roast chicken with vegetable ragout\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010414;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:61:\"Starting import of \"Oven-roast chicken with vegetable ragout\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:60;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Greek Pizza\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010414;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:32:\"Starting import of \"Greek Pizza\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:61;O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"Gallery\";s:4:\"type\";s:4:\"page\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010416;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:28:\"Starting import of \"Gallery\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 44 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:62;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"Reservations\";s:4:\"type\";s:4:\"page\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010417;s:8:\"messages\";a:7:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"Reservations\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 44 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:6;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:63;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"Farm House\";s:4:\"type\";s:15:\"oxy_testimonial\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010417;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"Farm House\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 3 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:64;O:8:\"stdClass\":7:{s:5:\"title\";s:16:\"Steakhouse bliss\";s:4:\"type\";s:15:\"oxy_testimonial\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010417;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:37:\"Starting import of \"Steakhouse bliss\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 3 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:65;O:8:\"stdClass\":7:{s:5:\"title\";s:13:\"Athens Square\";s:4:\"type\";s:15:\"oxy_testimonial\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010417;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:34:\"Starting import of \"Athens Square\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 3 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:66;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"Menu\";s:4:\"type\";s:4:\"page\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010417;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"Menu\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 45 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:67;O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"Contact\";s:4:\"type\";s:4:\"page\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010417;s:8:\"messages\";a:9:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:28:\"Starting import of \"Contact\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 45 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:6;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:7;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:8;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:68;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"Book a table\";s:4:\"type\";s:18:\"wpcf7_contact_form\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010417;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"Book a table\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 6 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:69;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"Home\";s:4:\"type\";s:4:\"page\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010417;s:8:\"messages\";a:16:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"Home\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 46 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:6;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:7;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:8;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:9;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:10;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:11;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:12;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:13;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:14;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:15;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:70;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"Hello world!\";s:4:\"type\";s:4:\"post\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010417;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"Hello world!\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 0 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:71;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"restaurant\";s:4:\"type\";s:9:\"oxy_stack\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010421;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"restaurant\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:23:\"Added 120 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:72;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"main\";s:4:\"type\";s:4:\"menu\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010424;s:8:\"messages\";a:3:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Started Import Menu.\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Menu Created.\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:26:\"Added 5 menu items to menu\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:73;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:23:\"Install Widget - search\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:74;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:29:\"Install Widget - recent-posts\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:75;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:32:\"Install Widget - recent-comments\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:76;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:25:\"Install Widget - archives\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:77;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:27:\"Install Widget - categories\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:78;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:21:\"Install Widget - meta\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:79;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:21:\"Install Widget - text\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:80;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:21:\"Install Widget - text\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:81;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:32:\"Install Widget - oxywidgetsocial\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:82;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:21:\"Install Widget - text\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:83;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:32:\"Install Widget - oxywidgetsocial\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:84;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:32:\"Install Widget - oxywidgetsocial\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:0:{}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:85;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:22:\"Final Theme Setup Hook\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489010425;s:8:\"messages\";a:1:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:16:\"Set Page Options\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}}s:7:\"results\";O:8:\"stdClass\":2:{s:6:\"counts\";a:3:{i:-1;i:6;i:1;i:80;i:0;i:0;}s:4:\"list\";a:86:{i:0;r:151;i:1;r:171;i:2;r:191;i:3;r:211;i:4;r:231;i:5;r:251;i:6;r:271;i:7;r:291;i:8;r:311;i:9;r:331;i:10;r:351;i:11;r:371;i:12;r:391;i:13;r:411;i:14;r:431;i:15;r:451;i:16;r:471;i:17;r:491;i:18;r:511;i:19;r:531;i:20;r:551;i:21;r:571;i:22;r:591;i:23;r:611;i:24;r:631;i:25;r:651;i:26;r:671;i:27;r:691;i:28;r:711;i:29;r:731;i:30;r:751;i:31;r:771;i:32;r:791;i:33;r:811;i:34;r:831;i:35;r:851;i:36;r:871;i:37;r:891;i:38;r:911;i:39;r:931;i:40;r:951;i:41;r:971;i:42;r:991;i:43;r:1011;i:44;r:1031;i:45;r:1051;i:46;r:1071;i:47;r:1091;i:48;r:1111;i:49;r:1131;i:50;r:1151;i:51;r:1171;i:52;r:1189;i:53;r:1207;i:54;r:1225;i:55;r:1243;i:56;r:1261;i:57;r:1279;i:58;r:1297;i:59;r:1315;i:60;r:1333;i:61;r:1351;i:62;r:1371;i:63;r:1393;i:64;r:1411;i:65;r:1429;i:66;r:1447;i:67;r:1467;i:68;r:1493;i:69;r:1511;i:70;r:1551;i:71;r:1569;i:72;r:1587;i:73;r:1601;i:74;r:1609;i:75;r:1617;i:76;r:1625;i:77;r:1633;i:78;r:1641;i:79;r:1649;i:80;r:1657;i:81;r:1665;i:82;r:1673;i:83;r:1681;i:84;r:1689;i:85;r:1697;}}}i:1;O:8:\"stdClass\":3:{s:2:\"id\";s:13:\"58c1adaadcd71\";s:3:\"log\";a:86:{i:0;O:8:\"stdClass\":7:{s:5:\"title\";s:35:\"blue-icons_0000_Vector-Smart-Object\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087917;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:56:\"Starting import of \"blue-icons_0000_Vector-Smart-Object\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:130:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/blue-icons_0000_Vector-Smart-Object.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:1;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"contact-04\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087920;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"contact-04\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:105:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/contact-04.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:2;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"contact-03\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087923;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"contact-03\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:105:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/contact-03.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:3;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"contact-02\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087926;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"contact-02\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:105:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/contact-02.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:4;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"contact-01\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087929;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"contact-01\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:105:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/contact-01.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:5;O:8:\"stdClass\":7:{s:5:\"title\";s:9:\"food-bg-4\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087932;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:30:\"Starting import of \"food-bg-4\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:104:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-bg-4.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:6;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-09\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087936;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-09\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-09.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:7;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-08\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087939;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-08\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-08.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:8;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-07\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087943;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-07\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-07.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:9;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-06\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087947;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-06\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-06.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:10;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-05\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087951;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-05\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-05.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:11;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-04\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087954;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-04\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-04.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:12;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-03\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087958;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-03\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-03.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:13;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-02\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087962;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-02\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-02.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:14;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"food-portfolio-01\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087965;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"food-portfolio-01\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-portfolio-01.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:15;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"restaurant-2\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087969;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"restaurant-2\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/restaurant-2.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:16;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"restaurant-1\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087972;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"restaurant-1\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/restaurant-1.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:17;O:8:\"stdClass\":7:{s:5:\"title\";s:13:\"food-thumb-12\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087975;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:34:\"Starting import of \"food-thumb-12\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:108:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-12.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:18;O:8:\"stdClass\":7:{s:5:\"title\";s:13:\"food-thumb-10\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087978;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:34:\"Starting import of \"food-thumb-10\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:108:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-10.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:19;O:8:\"stdClass\":7:{s:5:\"title\";s:13:\"food-thumb-11\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087982;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:34:\"Starting import of \"food-thumb-11\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:108:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-11.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:20;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-9\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087985;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-9\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-9.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:21;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-7\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087988;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-7\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-7.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:22;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-8\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087991;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-8\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-8.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:23;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-6\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087994;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-6\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-6.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:24;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-5\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489087997;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-5\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-5.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:25;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-4\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088000;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-4\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:108:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-41.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:26;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-3\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088003;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-3\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-3.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:27;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-2\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088006;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-2\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-2.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:28;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"food-thumb-4\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088009;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"food-thumb-4\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-thumb-4.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:29;O:8:\"stdClass\":7:{s:5:\"title\";s:6:\"header\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088012;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:27:\"Starting import of \"header\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:101:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/header.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:30;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"food-right\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088016;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"food-right\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:105:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-right.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:31;O:8:\"stdClass\":7:{s:5:\"title\";s:9:\"food-left\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088019;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:30:\"Starting import of \"food-left\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:104:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-left.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:32;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"bg-4\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088022;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"bg-4\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:99:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/bg-4.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:33;O:8:\"stdClass\":7:{s:5:\"title\";s:9:\"food-bg-3\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088026;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:30:\"Starting import of \"food-bg-3\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:104:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-bg-3.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:34;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"pasta-sample\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088030;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"pasta-sample\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/pasta-sample.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:35;O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"pasta-1\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088034;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:28:\"Starting import of \"pasta-1\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:102:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/pasta-1.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:36;O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"pasta-2\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088038;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:28:\"Starting import of \"pasta-2\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:102:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/pasta-2.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:37;O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"pasta-3\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088041;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:28:\"Starting import of \"pasta-3\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:102:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/pasta-3.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:38;O:8:\"stdClass\":7:{s:5:\"title\";s:9:\"food-bg-2\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088044;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:30:\"Starting import of \"food-bg-2\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:104:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-bg-2.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:39;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"sample-plate\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088048;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"sample-plate\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:107:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/sample-plate.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:40;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"bg-1\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088053;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"bg-1\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:99:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/bg-1.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:41;O:8:\"stdClass\":7:{s:5:\"title\";s:16:\"logo-transparent\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088057;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:37:\"Starting import of \"logo-transparent\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:111:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/logo-transparent.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:42;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"logo\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088060;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"logo\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:99:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/logo.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:43;O:8:\"stdClass\":7:{s:5:\"title\";s:9:\"food-bg-1\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088063;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:30:\"Starting import of \"food-bg-1\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:104:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/food-bg-1.jpg\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:44;O:8:\"stdClass\":7:{s:5:\"title\";s:16:\"decor-2-big-gold\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088067;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:37:\"Starting import of \"decor-2-big-gold\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:111:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-2-big-gold.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:45;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"decor-2-big-white\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088070;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"decor-2-big-white\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-2-big-white.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:46;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"decor-1-big-white\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088073;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"decor-1-big-white\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-1-big-white.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:47;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"decor-2-big-black\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088076;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"decor-2-big-black\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-2-big-black.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:48;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"decor-1-big-black\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088079;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"decor-1-big-black\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:112:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-1-big-black.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:49;O:8:\"stdClass\":7:{s:5:\"title\";s:16:\"decor-1-big-gold\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088082;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:37:\"Starting import of \"decor-1-big-gold\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:111:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/decor-1-big-gold.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:50;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"chef\";s:4:\"type\";s:10:\"attachment\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088085;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"chef\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:99:\"Downloaded image data - https://one-click-import.s3.amazonaws.com/lambda/restaurant/images/chef.png\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:18:\"Attachment created\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Generated Thumbnails\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:51;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"Contact form\";s:4:\"type\";s:18:\"wpcf7_contact_form\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088088;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"Contact form\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 6 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:52;O:8:\"stdClass\":7:{s:5:\"title\";s:17:\"Home made lazagne\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088088;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:38:\"Starting import of \"Home made lazagne\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:53;O:8:\"stdClass\":7:{s:5:\"title\";s:28:\"Italian cured meat selection\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088088;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:49:\"Starting import of \"Italian cured meat selection\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:54;O:8:\"stdClass\":7:{s:5:\"title\";s:23:\"Slowly-cooked lamb leg \";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088088;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:44:\"Starting import of \"Slowly-cooked lamb leg \"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:55;O:8:\"stdClass\":7:{s:5:\"title\";s:24:\"Greek Grandma\'s Sandwich\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088088;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:45:\"Starting import of \"Greek Grandma\'s Sandwich\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:56;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"Salad Burger\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088088;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"Salad Burger\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:57;O:8:\"stdClass\":7:{s:5:\"title\";s:15:\"Home made Pizza\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088088;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:36:\"Starting import of \"Home made Pizza\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:58;O:8:\"stdClass\":7:{s:5:\"title\";s:31:\"Atzaraki Felino and Finocchiona\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088088;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:52:\"Starting import of \"Atzaraki Felino and Finocchiona\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 53 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:59;O:8:\"stdClass\":7:{s:5:\"title\";s:40:\"Oven-roast chicken with vegetable ragout\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088088;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:61:\"Starting import of \"Oven-roast chicken with vegetable ragout\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:60;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Greek Pizza\";s:4:\"type\";s:19:\"oxy_portfolio_image\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088088;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:32:\"Starting import of \"Greek Pizza\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 1 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:61;O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"Gallery\";s:4:\"type\";s:4:\"page\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088091;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:28:\"Starting import of \"Gallery\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 44 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:62;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"Reservations\";s:4:\"type\";s:4:\"page\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088091;s:8:\"messages\";a:7:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"Reservations\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 44 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:6;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:63;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"Farm House\";s:4:\"type\";s:15:\"oxy_testimonial\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088091;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"Farm House\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 3 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:64;O:8:\"stdClass\":7:{s:5:\"title\";s:16:\"Steakhouse bliss\";s:4:\"type\";s:15:\"oxy_testimonial\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088091;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:37:\"Starting import of \"Steakhouse bliss\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 3 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:65;O:8:\"stdClass\":7:{s:5:\"title\";s:13:\"Athens Square\";s:4:\"type\";s:15:\"oxy_testimonial\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088091;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:34:\"Starting import of \"Athens Square\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 3 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:66;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"Menu\";s:4:\"type\";s:4:\"page\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088091;s:8:\"messages\";a:6:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"Menu\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 45 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:67;O:8:\"stdClass\":7:{s:5:\"title\";s:7:\"Contact\";s:4:\"type\";s:4:\"page\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088091;s:8:\"messages\";a:9:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:28:\"Starting import of \"Contact\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 45 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:6;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:7;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:8;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:68;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"Book a table\";s:4:\"type\";s:18:\"wpcf7_contact_form\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088091;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"Book a table\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 6 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:69;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"Home\";s:4:\"type\";s:4:\"page\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088091;s:8:\"messages\";a:16:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:25:\"Starting import of \"Home\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:22:\"Added 46 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:5;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:6;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:7;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:8;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:9;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:10;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:11;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:12;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:13;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:14;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Set attachment\";}i:15;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:70;O:8:\"stdClass\":7:{s:5:\"title\";s:12:\"Hello world!\";s:4:\"type\";s:4:\"post\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088091;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:33:\"Starting import of \"Hello world!\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:21:\"Added 0 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:71;O:8:\"stdClass\":7:{s:5:\"title\";s:10:\"restaurant\";s:4:\"type\";s:9:\"oxy_stack\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088094;s:8:\"messages\";a:5:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:31:\"Starting import of \"restaurant\"\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:14:\"Import Post OK\";}i:2;O:8:\"stdClass\":1:{s:7:\"message\";s:23:\"Added 120 custom fields\";}i:3;O:8:\"stdClass\":1:{s:7:\"message\";s:19:\"Added 10 taxonomies\";}i:4;O:8:\"stdClass\":1:{s:7:\"message\";s:13:\"Post Created.\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}i:72;O:8:\"stdClass\":7:{s:5:\"title\";s:4:\"main\";s:4:\"type\";s:4:\"menu\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088097;s:8:\"messages\";a:2:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:20:\"Started Import Menu.\";}i:1;O:8:\"stdClass\":1:{s:7:\"message\";s:44:\"Import stopped reason - Menu already exists.\";}}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:73;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:23:\"Install Widget - search\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:74;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:29:\"Install Widget - recent-posts\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:75;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:32:\"Install Widget - recent-comments\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:76;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:25:\"Install Widget - archives\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:77;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:27:\"Install Widget - categories\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:78;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:21:\"Install Widget - meta\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:79;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:21:\"Install Widget - text\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:80;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:21:\"Install Widget - text\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:81;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:32:\"Install Widget - oxywidgetsocial\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:82;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:21:\"Install Widget - text\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:83;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:32:\"Install Widget - oxywidgetsocial\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:84;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:32:\"Install Widget - oxywidgetsocial\";s:6:\"status\";i:-1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:0:{}s:5:\"class\";s:7:\"warning\";s:4:\"icon\";s:5:\"minus\";}i:85;O:8:\"stdClass\":7:{s:5:\"title\";s:11:\"Final Setup\";s:4:\"type\";s:22:\"Final Theme Setup Hook\";s:6:\"status\";i:1;s:9:\"timestamp\";i:1489088098;s:8:\"messages\";a:1:{i:0;O:8:\"stdClass\":1:{s:7:\"message\";s:16:\"Set Page Options\";}}s:5:\"class\";s:2:\"ok\";s:4:\"icon\";s:3:\"yes\";}}s:7:\"results\";O:8:\"stdClass\":2:{s:6:\"counts\";a:3:{i:-1;i:13;i:1;i:73;i:0;i:0;}s:4:\"list\";a:86:{i:0;r:1802;i:1;r:1820;i:2;r:1838;i:3;r:1856;i:4;r:1874;i:5;r:1892;i:6;r:1910;i:7;r:1928;i:8;r:1946;i:9;r:1964;i:10;r:1982;i:11;r:2000;i:12;r:2018;i:13;r:2036;i:14;r:2054;i:15;r:2072;i:16;r:2090;i:17;r:2108;i:18;r:2126;i:19;r:2144;i:20;r:2162;i:21;r:2180;i:22;r:2198;i:23;r:2216;i:24;r:2234;i:25;r:2252;i:26;r:2270;i:27;r:2288;i:28;r:2306;i:29;r:2324;i:30;r:2342;i:31;r:2360;i:32;r:2378;i:33;r:2396;i:34;r:2414;i:35;r:2432;i:36;r:2450;i:37;r:2468;i:38;r:2486;i:39;r:2504;i:40;r:2522;i:41;r:2540;i:42;r:2558;i:43;r:2576;i:44;r:2594;i:45;r:2612;i:46;r:2630;i:47;r:2648;i:48;r:2666;i:49;r:2684;i:50;r:2702;i:51;r:2720;i:52;r:2738;i:53;r:2756;i:54;r:2774;i:55;r:2792;i:56;r:2810;i:57;r:2828;i:58;r:2846;i:59;r:2864;i:60;r:2882;i:61;r:2900;i:62;r:2920;i:63;r:2942;i:64;r:2960;i:65;r:2978;i:66;r:2996;i:67;r:3016;i:68;r:3042;i:69;r:3060;i:70;r:3100;i:71;r:3118;i:72;r:3136;i:73;r:3148;i:74;r:3156;i:75;r:3164;i:76;r:3172;i:77;r:3180;i:78;r:3188;i:79;r:3196;i:80;r:3204;i:81;r:3212;i:82;r:3220;i:83;r:3228;i:84;r:3236;i:85;r:3244;}}}}s:35:\"\0OxygennaPackageInstall\0current_run\";N;s:40:\"\0OxygennaPackageInstall\0current_item_log\";N;s:39:\"\0OxygennaPackageInstall\0installed_items\";a:156:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:11;}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:12;}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:13;}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:14;}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:15;}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:16;}i:6;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:17;}i:7;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:18;}i:8;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:19;}i:9;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:20;}i:10;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:21;}i:11;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:22;}i:12;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:23;}i:13;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:24;}i:14;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:25;}i:15;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:26;}i:16;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:27;}i:17;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:28;}i:18;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:29;}i:19;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:30;}i:20;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:31;}i:21;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:32;}i:22;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:33;}i:23;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:34;}i:24;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:35;}i:25;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:36;}i:26;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:37;}i:27;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:38;}i:28;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:39;}i:29;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:40;}i:30;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:41;}i:31;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:42;}i:32;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:43;}i:33;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:44;}i:34;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:45;}i:35;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:46;}i:36;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:47;}i:37;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:48;}i:38;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:49;}i:39;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:50;}i:40;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:51;}i:41;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:52;}i:42;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:53;}i:43;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:54;}i:44;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:55;}i:45;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:56;}i:46;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:57;}i:47;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:58;}i:48;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:59;}i:49;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:60;}i:50;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:61;}i:51;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"wpcf7_contact_form\";s:2:\"id\";i:62;}i:52;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:63;}i:53;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:64;}i:54;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:65;}i:55;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:66;}i:56;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:67;}i:57;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:68;}i:58;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:69;}i:59;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:70;}i:60;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:71;}i:61;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"page\";s:2:\"id\";i:72;}i:62;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"page\";s:2:\"id\";i:73;}i:63;O:8:\"stdClass\":2:{s:4:\"type\";s:15:\"oxy_testimonial\";s:2:\"id\";i:74;}i:64;O:8:\"stdClass\":2:{s:4:\"type\";s:15:\"oxy_testimonial\";s:2:\"id\";i:75;}i:65;O:8:\"stdClass\":2:{s:4:\"type\";s:15:\"oxy_testimonial\";s:2:\"id\";i:76;}i:66;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"page\";s:2:\"id\";i:77;}i:67;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"page\";s:2:\"id\";i:78;}i:68;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"wpcf7_contact_form\";s:2:\"id\";i:79;}i:69;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"page\";s:2:\"id\";i:80;}i:70;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"post\";s:2:\"id\";i:81;}i:71;O:8:\"stdClass\":2:{s:4:\"type\";s:9:\"oxy_stack\";s:2:\"id\";i:82;}i:72;O:8:\"stdClass\":2:{s:4:\"type\";s:8:\"nav_menu\";s:2:\"id\";i:3;}i:73;O:8:\"stdClass\":2:{s:4:\"type\";s:13:\"nav_menu_item\";s:2:\"id\";i:83;}i:74;O:8:\"stdClass\":2:{s:4:\"type\";s:13:\"nav_menu_item\";s:2:\"id\";i:84;}i:75;O:8:\"stdClass\":2:{s:4:\"type\";s:13:\"nav_menu_item\";s:2:\"id\";i:85;}i:76;O:8:\"stdClass\":2:{s:4:\"type\";s:13:\"nav_menu_item\";s:2:\"id\";i:86;}i:77;O:8:\"stdClass\":2:{s:4:\"type\";s:13:\"nav_menu_item\";s:2:\"id\";i:87;}i:78;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"widget\";s:2:\"id\";a:4:{s:9:\"widget_id\";s:6:\"text-1\";s:11:\"widget_area\";s:8:\"footer-1\";s:4:\"type\";s:4:\"text\";s:5:\"count\";i:1;}}i:79;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"widget\";s:2:\"id\";a:4:{s:9:\"widget_id\";s:6:\"text-2\";s:11:\"widget_area\";s:8:\"footer-2\";s:4:\"type\";s:4:\"text\";s:5:\"count\";i:2;}}i:80;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"widget\";s:2:\"id\";a:4:{s:9:\"widget_id\";s:17:\"oxywidgetsocial-2\";s:11:\"widget_area\";s:8:\"footer-2\";s:4:\"type\";s:15:\"oxywidgetsocial\";s:5:\"count\";i:2;}}i:81;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"widget\";s:2:\"id\";a:4:{s:9:\"widget_id\";s:6:\"text-3\";s:11:\"widget_area\";s:8:\"footer-3\";s:4:\"type\";s:4:\"text\";s:5:\"count\";i:3;}}i:82;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"widget\";s:2:\"id\";a:4:{s:9:\"widget_id\";s:17:\"oxywidgetsocial-3\";s:11:\"widget_area\";s:8:\"footer-3\";s:4:\"type\";s:15:\"oxywidgetsocial\";s:5:\"count\";i:3;}}i:83;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"widget\";s:2:\"id\";a:4:{s:9:\"widget_id\";s:17:\"oxywidgetsocial-4\";s:11:\"widget_area\";s:8:\"menu-bar\";s:4:\"type\";s:15:\"oxywidgetsocial\";s:5:\"count\";i:4;}}i:84;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:108;}i:85;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:109;}i:86;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:110;}i:87;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:111;}i:88;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:112;}i:89;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:113;}i:90;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:114;}i:91;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:115;}i:92;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:116;}i:93;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:117;}i:94;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:118;}i:95;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:119;}i:96;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:120;}i:97;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:121;}i:98;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:122;}i:99;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:123;}i:100;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:124;}i:101;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:125;}i:102;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:126;}i:103;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:127;}i:104;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:128;}i:105;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:129;}i:106;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:130;}i:107;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:131;}i:108;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:132;}i:109;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:133;}i:110;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:134;}i:111;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:135;}i:112;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:136;}i:113;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:137;}i:114;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:138;}i:115;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:139;}i:116;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:140;}i:117;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:141;}i:118;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:142;}i:119;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:143;}i:120;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:144;}i:121;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:145;}i:122;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:146;}i:123;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:147;}i:124;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:148;}i:125;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:149;}i:126;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:150;}i:127;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:151;}i:128;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:152;}i:129;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:153;}i:130;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:154;}i:131;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:155;}i:132;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:156;}i:133;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:157;}i:134;O:8:\"stdClass\":2:{s:4:\"type\";s:10:\"attachment\";s:2:\"id\";i:158;}i:135;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"wpcf7_contact_form\";s:2:\"id\";i:159;}i:136;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:160;}i:137;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:161;}i:138;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:162;}i:139;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:163;}i:140;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:164;}i:141;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:165;}i:142;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:166;}i:143;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:167;}i:144;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"oxy_portfolio_image\";s:2:\"id\";i:168;}i:145;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"page\";s:2:\"id\";i:169;}i:146;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"page\";s:2:\"id\";i:170;}i:147;O:8:\"stdClass\":2:{s:4:\"type\";s:15:\"oxy_testimonial\";s:2:\"id\";i:171;}i:148;O:8:\"stdClass\":2:{s:4:\"type\";s:15:\"oxy_testimonial\";s:2:\"id\";i:172;}i:149;O:8:\"stdClass\":2:{s:4:\"type\";s:15:\"oxy_testimonial\";s:2:\"id\";i:173;}i:150;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"page\";s:2:\"id\";i:174;}i:151;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"page\";s:2:\"id\";i:175;}i:152;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"wpcf7_contact_form\";s:2:\"id\";i:176;}i:153;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"page\";s:2:\"id\";i:177;}i:154;O:8:\"stdClass\":2:{s:4:\"type\";s:4:\"post\";s:2:\"id\";i:178;}i:155;O:8:\"stdClass\":2:{s:4:\"type\";s:9:\"oxy_stack\";s:2:\"id\";i:179;}}}','yes'),(176,'oxy_testimonial_group_children','a:0:{}','yes'),(196,'WPLANG','','yes'),(215,'wpcf7','a:3:{s:7:\"version\";s:5:\"4.9.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1629819888;s:7:\"version\";s:5:\"4.9.1\";s:11:\"count_valid\";i:2;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LckSyAcAAAAAJq6pe7-X726COnmQ32XDQHGc252\";s:40:\"6LckSyAcAAAAAFUnyJ_n9JaMWL70MEooKVfX0uwF\";}}','yes'),(219,'revslider_table_version','1.0.6','yes'),(225,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(228,'rs_cache_overlay','5.3.1.5','yes'),(240,'widget_otw_widget','a:3:{i:2;a:11:{s:5:\"title\";s:0:\"\";s:14:\"display_option\";s:1:\"0\";s:12:\"widget_style\";s:13:\"Minimal Light\";s:15:\"restaurant_name\";s:19:\"Pomegranate on Main\";s:13:\"restaurant_id\";s:5:\"20659\";s:11:\"hide_labels\";s:0:\"\";s:11:\"pre_content\";s:0:\"\";s:12:\"post_content\";s:0:\"\";s:10:\"label_date\";s:0:\"\";s:10:\"label_time\";s:0:\"\";s:11:\"label_party\";s:0:\"\";}i:3;a:11:{s:5:\"title\";s:0:\"\";s:14:\"display_option\";s:1:\"0\";s:12:\"widget_style\";s:10:\"Bare Bones\";s:15:\"restaurant_name\";s:19:\"Pomegranate on Main\";s:13:\"restaurant_id\";s:5:\"20659\";s:11:\"hide_labels\";s:0:\"\";s:11:\"pre_content\";s:0:\"\";s:12:\"post_content\";s:0:\"\";s:10:\"label_date\";s:4:\"Date\";s:10:\"label_time\";s:4:\"Time\";s:11:\"label_party\";s:10:\"Party Size\";}s:12:\"_multiwidget\";i:1;}','yes'),(241,'opentablewidget_options','a:3:{s:0:\"\";s:0:\"\";s:11:\"disable_css\";s:0:\"\";s:24:\"disable_bootstrap_select\";s:0:\"\";}','yes'),(244,'woosidebars-version','1.4.3','yes'),(249,'navbar_height','50','yes'),(250,'navbar_height_after_scroll','50','yes'),(259,'revslider-connection','1','yes'),(260,'revslider-latest-version','6.5.7','yes'),(261,'revslider-stable-version','4.2.0','yes'),(262,'revslider-notices','a:1:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:629:\"<div style=\"display: block; background: linear-gradient(90deg, rgba(45,6,92,1) 0%, rgba(45,6,92,1) 45%, rgba(218,61,103,1) 55%, rgba(218,61,103,1) 100%);text-align: center; height: 250px;\"><a href=\"https://sliderrevolution.com/advanced-transitions/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=advanced\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 960px; height: 250px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"//updates.themepunch.tools/banners/advancevideo_656.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:11:\"TPRSV656-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}','yes'),(263,'revslider-dashboard','a:0:{}','yes'),(264,'revslider-addons','O:8:\"stdClass\":25:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"7\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2020-08-13\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"20\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-08-11\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"15\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"3\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"21\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"23\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"13\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"10\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2020-05-08\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"4\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-01-30\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"19\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"17\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"22\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-07-16\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"5\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"14\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/polyfold-addon.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"304\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/reload-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"303\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/related-posts-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"6\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch.tools/revslider/addons/images/snow-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"2\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/wp-gallery-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"302\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-01-31\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/backup-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"1\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/revslider/addons/images/404-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"9\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/adjacent-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"11\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/login-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"12\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"16\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/weather-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"18\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/duotone-addon.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}','yes'),(299,'_site_transient_timeout_browser_88337cd9fed317d029aaa03191c0be0b','1491077742','no'),(300,'_site_transient_browser_88337cd9fed317d029aaa03191c0be0b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(419,'cff_rating_notice','dismissed','yes'),(420,'cff_style_settings','a:21:{s:12:\"cff_timezone\";s:16:\"America/New_York\";s:19:\"cff_show_links_type\";b:1;s:19:\"cff_show_event_type\";b:1;s:19:\"cff_show_video_type\";b:1;s:20:\"cff_show_photos_type\";b:1;s:20:\"cff_show_status_type\";b:1;s:15:\"cff_show_author\";b:1;s:13:\"cff_show_text\";b:1;s:13:\"cff_show_desc\";b:1;s:21:\"cff_show_shared_links\";b:1;s:13:\"cff_show_date\";b:1;s:14:\"cff_show_media\";b:1;s:19:\"cff_show_media_link\";b:1;s:20:\"cff_show_event_title\";b:1;s:22:\"cff_show_event_details\";b:1;s:13:\"cff_show_meta\";b:1;s:13:\"cff_show_link\";b:1;s:17:\"cff_show_like_box\";b:1;s:22:\"cff_show_facebook_link\";b:1;s:23:\"cff_show_facebook_share\";b:1;s:20:\"cff_event_title_link\";b:1;}','yes'),(422,'cff_show_access_token','','yes'),(423,'cff_access_token','209036772916336','yes'),(424,'cff_page_id','120660554127','yes'),(425,'cff_page_type','page','yes'),(426,'cff_num_show','2','yes'),(427,'cff_post_limit','4','yes'),(428,'cff_show_others','me','yes'),(429,'cff_cache_time','12','yes'),(430,'cff_cache_time_unit','hours','yes'),(431,'cff_locale','en_US','yes'),(461,'_site_transient_timeout_browser_ec09c1f205a8c9a567166203a7884107','1492023759','no'),(462,'_site_transient_browser_ec09c1f205a8c9a567166203a7884107','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"52.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(537,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:32:\"chris@mainstreetwebmarketing.com\";s:7:\"version\";s:6:\"4.8.17\";s:9:\"timestamp\";i:1620876115;}','no'),(639,'_site_transient_timeout_browser_1112e7da2c1e2ca5eb7e4651881e05db','1494529053','no'),(640,'_site_transient_browser_1112e7da2c1e2ca5eb7e4651881e05db','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(731,'_site_transient_timeout_browser_372b39fc0ede5776ae5d65b675deeef4','1497284234','no'),(732,'_site_transient_browser_372b39fc0ede5776ae5d65b675deeef4','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"53.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(861,'envato_market_version','1.0.0-RC2','yes'),(862,'envato_market_state','activated','yes'),(869,'pdfemb_poweredby','1','no'),(870,'pdfemb','a:5:{s:12:\"pdfemb_width\";s:3:\"max\";s:13:\"pdfemb_height\";s:3:\"max\";s:14:\"pdfemb_toolbar\";s:4:\"both\";s:19:\"pdfemb_toolbarfixed\";s:2:\"on\";s:14:\"pdfemb_version\";s:5:\"3.0.1\";}','yes'),(949,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1499489858','no'),(950,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1499489858','no'),(951,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1499446658','no'),(952,'_transient_timeout_plugin_slugs','1629906579','no'),(953,'_transient_plugin_slugs','a:12:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:55:\"contact-form-7-datepicker/contact-form-7-datepicker.php\";i:3;s:32:\"flywheel-migrations/flywheel.php\";i:4;s:39:\"open-table-widget/open-table-widget.php\";i:5;s:29:\"pdf-embedder/pdf_embedder.php\";i:6;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:7;s:23:\"revslider/revslider.php\";i:8;s:45:\"custom-facebook-feed/custom-facebook-feed.php\";i:9;s:27:\"woosidebars/woosidebars.php\";i:10;s:27:\"js_composer/js_composer.php\";i:11;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(954,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1499489858','no'),(955,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\'>The Month in WordPress: June 2017</a> <span class=\"rss-date\">July 3, 2017</span><div class=\"rssSummary\">We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wangguard-plugin-author-shuts-down-splog-hunting-service-due-to-trauma-and-death-threats\'>WPTavern: WangGuard Plugin Author Shuts Down Splog Hunting Service Due to Trauma and Death Threats</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordsesh-asia-now-in-planning-for-2018-wordcamp-asia-targeted-for-2019\'>WPTavern: WordSesh Asia Now in Planning for 2018, WordCamp Asia Targeted for 2019</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/jesse-petersen-founder-of-genesis-the-me-passes-away\'>WPTavern: Jesse Petersen, Founder of Genesis The.me Passes Away</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> Limit Login Attempts <a href=\"plugin-install.php?tab=plugin-information&plugin=limit-login-attempts&_wpnonce=c7f9c15ca8&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install Limit Login Attempts\">(Install)</a></li></ul></div>','no'),(960,'ai1wm_secret_key','houOoeWFpY9z','yes'),(961,'ai1wm_status','a:3:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:275:\"<a href=\"http://www.pomegranateonmain.com/wp-content/ai1wm-backups/www.mainstreetwebmarketing.com-pomegranate-20170707-193721-147.wpress\" class=\"ai1wm-button-green ai1wm-emphasize\"><span>Download www.mainstreetwebmarketing.com</span><em>Size: 115 MB</em></a>\";s:5:\"title\";N;}','yes'),(962,'ai1wm_updater','a:0:{}','yes'),(964,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(965,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(966,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(977,'ai1wm_auth_user','','yes'),(1028,'category_children','a:0:{}','yes'),(1305,'_site_transient_timeout_envato_market_plugins','1500487285','no'),(1306,'_site_transient_envato_market_plugins','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(1310,'_site_transient_timeout_envato_market_themes','1500487273','no'),(1311,'_site_transient_envato_market_themes','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(1312,'envato_market','a:1:{s:16:\"is_plugin_active\";s:0:\"\";}','yes'),(1317,'ossdl_off_cdn_url','http://www.pomegranateonmain.com','yes'),(1318,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(1319,'ossdl_off_exclude','.php','yes'),(1320,'ossdl_cname','','yes'),(1322,'wpsupercache_start','1500483859','yes'),(1323,'wpsupercache_count','0','yes'),(1326,'WpFc_api_key','a1088766f22ca1ce8c58aba415a91173','yes'),(1650,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1789,'_site_transient_timeout_browser_cc75d7392f9d8bd819fbfacf05f70081','1503068714','no'),(1790,'_site_transient_browser_cc75d7392f9d8bd819fbfacf05f70081','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"54.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1791,'_site_transient_timeout_community-events-2ae09cf9cee0ddf99c700db30e18594f','1502507121','no'),(1792,'_site_transient_community-events-2ae09cf9cee0ddf99c700db30e18594f','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"75.138.108.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"All Users: Using BoldGrid for Beginners\";s:3:\"url\";s:71:\"https://www.meetup.com/Asheville-Area-WordPress-Group/events/241861218/\";s:6:\"meetup\";s:30:\"Asheville Area WordPress Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/Asheville-Area-WordPress-Group/\";s:4:\"date\";s:19:\"2017-08-16 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Asheville, NC, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:35.597884999999998;s:9:\"longitude\";d:-82.551299999999998;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:22:\"Learn TypeRocket Class\";s:3:\"url\";s:82:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/242388386/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2017-08-26 10:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Greenville, SC, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:34.851685000000003;s:9:\"longitude\";d:-82.398621000000006;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"WordPress Talks\";s:3:\"url\";s:82:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/242211801/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2017-09-05 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Greenville, SC, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:34.849139999999998;s:9:\"longitude\";d:-82.342804000000001;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"WordPress Talks\";s:3:\"url\";s:85:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/srrnvlywnbfb/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2017-10-03 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Greenville, SC, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:34.849139999999998;s:9:\"longitude\";d:-82.342804000000001;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"WordPress Talks\";s:3:\"url\";s:85:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/srrnvlywpbkb/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2017-11-07 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Greenville, SC, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:34.849139999999998;s:9:\"longitude\";d:-82.342804000000001;}}}}','no'),(1805,'wpseo','a:25:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:5:\"5.7.1\";s:12:\"company_logo\";s:81:\"http://www.pomegranateonmain.com/wp-content/uploads/2017/07/pom-logo-icondesk.jpg\";s:12:\"company_name\";s:19:\"Pomegranate on Main\";s:17:\"company_or_person\";s:7:\"company\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:19:\"Pomegranate on Main\";s:22:\"alternate_website_name\";s:21:\"Fresh Persian Cuisine\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1508953087;}','yes'),(1806,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(1807,'wpseo_titles','a:142:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:1;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:17:\"title-oxy_service\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-oxy_service\";s:0:\"\";s:19:\"metakey-oxy_service\";s:0:\"\";s:19:\"noindex-oxy_service\";b:1;s:20:\"showdate-oxy_service\";b:0;s:23:\"hideeditbox-oxy_service\";b:0;s:21:\"title-oxy_testimonial\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-oxy_testimonial\";s:0:\"\";s:23:\"metakey-oxy_testimonial\";s:0:\"\";s:23:\"noindex-oxy_testimonial\";b:0;s:24:\"showdate-oxy_testimonial\";b:0;s:27:\"hideeditbox-oxy_testimonial\";b:0;s:15:\"title-oxy_staff\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-oxy_staff\";s:0:\"\";s:17:\"metakey-oxy_staff\";s:0:\"\";s:17:\"noindex-oxy_staff\";b:1;s:18:\"showdate-oxy_staff\";b:0;s:21:\"hideeditbox-oxy_staff\";b:0;s:25:\"title-oxy_portfolio_image\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-oxy_portfolio_image\";s:0:\"\";s:27:\"metakey-oxy_portfolio_image\";s:0:\"\";s:27:\"noindex-oxy_portfolio_image\";b:1;s:28:\"showdate-oxy_portfolio_image\";b:0;s:31:\"hideeditbox-oxy_portfolio_image\";b:0;s:15:\"title-oxy_modal\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-oxy_modal\";s:0:\"\";s:17:\"metakey-oxy_modal\";s:0:\"\";s:17:\"noindex-oxy_modal\";b:1;s:18:\"showdate-oxy_modal\";b:0;s:21:\"hideeditbox-oxy_modal\";b:0;s:15:\"title-oxy_stack\";s:52:\"Pomegranate On Main - Persian Cuisine Greenville, SC\";s:18:\"metadesc-oxy_stack\";s:0:\"\";s:17:\"metakey-oxy_stack\";s:0:\"\";s:17:\"noindex-oxy_stack\";b:1;s:18:\"showdate-oxy_stack\";b:0;s:21:\"hideeditbox-oxy_stack\";b:0;s:27:\"title-ptarchive-oxy_service\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-ptarchive-oxy_service\";s:0:\"\";s:29:\"metakey-ptarchive-oxy_service\";s:0:\"\";s:29:\"bctitle-ptarchive-oxy_service\";s:0:\"\";s:29:\"noindex-ptarchive-oxy_service\";b:1;s:31:\"title-ptarchive-oxy_testimonial\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-ptarchive-oxy_testimonial\";s:0:\"\";s:33:\"metakey-ptarchive-oxy_testimonial\";s:0:\"\";s:33:\"bctitle-ptarchive-oxy_testimonial\";s:0:\"\";s:33:\"noindex-ptarchive-oxy_testimonial\";b:1;s:25:\"title-ptarchive-oxy_staff\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-oxy_staff\";s:0:\"\";s:27:\"metakey-ptarchive-oxy_staff\";s:0:\"\";s:27:\"bctitle-ptarchive-oxy_staff\";s:0:\"\";s:27:\"noindex-ptarchive-oxy_staff\";b:1;s:35:\"title-ptarchive-oxy_portfolio_image\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:38:\"metadesc-ptarchive-oxy_portfolio_image\";s:0:\"\";s:37:\"metakey-ptarchive-oxy_portfolio_image\";s:0:\"\";s:37:\"bctitle-ptarchive-oxy_portfolio_image\";s:0:\"\";s:37:\"noindex-ptarchive-oxy_portfolio_image\";b:1;s:25:\"title-ptarchive-oxy_modal\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-oxy_modal\";s:0:\"\";s:27:\"metakey-ptarchive-oxy_modal\";s:0:\"\";s:27:\"bctitle-ptarchive-oxy_modal\";s:0:\"\";s:27:\"noindex-ptarchive-oxy_modal\";b:1;s:31:\"title-tax-oxy_testimonial_group\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-tax-oxy_testimonial_group\";s:0:\"\";s:33:\"metakey-tax-oxy_testimonial_group\";s:0:\"\";s:37:\"hideeditbox-tax-oxy_testimonial_group\";b:0;s:33:\"noindex-tax-oxy_testimonial_group\";b:0;s:30:\"title-tax-oxy_staff_department\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-tax-oxy_staff_department\";s:0:\"\";s:32:\"metakey-tax-oxy_staff_department\";s:0:\"\";s:36:\"hideeditbox-tax-oxy_staff_department\";b:0;s:32:\"noindex-tax-oxy_staff_department\";b:0;s:34:\"title-tax-oxy_portfolio_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:37:\"metadesc-tax-oxy_portfolio_categories\";s:0:\"\";s:36:\"metakey-tax-oxy_portfolio_categories\";s:0:\"\";s:40:\"hideeditbox-tax-oxy_portfolio_categories\";b:0;s:36:\"noindex-tax-oxy_portfolio_categories\";b:0;s:34:\"title-tax-oxy_slideshow_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:37:\"metadesc-tax-oxy_slideshow_categories\";s:0:\"\";s:36:\"metakey-tax-oxy_slideshow_categories\";s:0:\"\";s:40:\"hideeditbox-tax-oxy_slideshow_categories\";b:0;s:36:\"noindex-tax-oxy_slideshow_categories\";b:0;s:30:\"title-tax-oxy_service_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-tax-oxy_service_category\";s:0:\"\";s:32:\"metakey-tax-oxy_service_category\";s:0:\"\";s:36:\"hideeditbox-tax-oxy_service_category\";b:0;s:32:\"noindex-tax-oxy_service_category\";b:0;s:23:\"title-ptarchive-sidebar\";s:0:\"\";s:26:\"metadesc-ptarchive-sidebar\";s:0:\"\";s:25:\"noindex-ptarchive-sidebar\";s:3:\"off\";}','yes'),(1808,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"d05139719f865292b106002bde08a1e2\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(1809,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(1810,'wpseo_internallinks','a:19:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;s:30:\"post_types-oxy_service-maintax\";i:0;s:34:\"post_types-oxy_testimonial-maintax\";i:0;s:28:\"post_types-oxy_staff-maintax\";i:0;s:38:\"post_types-oxy_portfolio_image-maintax\";i:0;s:39:\"taxonomy-oxy_testimonial_group-ptparent\";i:0;s:38:\"taxonomy-oxy_staff_department-ptparent\";i:0;s:42:\"taxonomy-oxy_portfolio_categories-ptparent\";i:0;s:42:\"taxonomy-oxy_slideshow_categories-ptparent\";i:0;s:38:\"taxonomy-oxy_service_category-ptparent\";i:0;}','yes'),(1811,'wpseo_xml','a:27:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:37:\"post_types-oxy_service-not_in_sitemap\";b:0;s:41:\"post_types-oxy_testimonial-not_in_sitemap\";b:0;s:35:\"post_types-oxy_staff-not_in_sitemap\";b:0;s:45:\"post_types-oxy_portfolio_image-not_in_sitemap\";b:0;s:35:\"post_types-oxy_modal-not_in_sitemap\";b:0;s:35:\"post_types-oxy_stack-not_in_sitemap\";b:0;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;s:47:\"taxonomies-oxy_testimonial_group-not_in_sitemap\";b:0;s:46:\"taxonomies-oxy_staff_department-not_in_sitemap\";b:0;s:50:\"taxonomies-oxy_portfolio_categories-not_in_sitemap\";b:0;s:50:\"taxonomies-oxy_slideshow_categories-not_in_sitemap\";b:0;s:46:\"taxonomies-oxy_service_category-not_in_sitemap\";b:0;}','yes'),(1812,'wpseo_flush_rewrite','1','yes'),(1814,'_site_transient_timeout_available_translations','1502476906','no'),(1815,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 10:11:36\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-29 08:49:40\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.5/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 18:40:55\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.1/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 09:24:45\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-08 21:01:45\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:28:04\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 23:24:44\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 06:22:33\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 16:58:53\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 06:24:08\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.8.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 10:51:58\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:51:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 03:57:05\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 10:03:08\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 19:47:01\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 17:31:04\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 10:38:53\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 07:43:08\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 04:48:11\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 18:58:36\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:00:29\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 06:42:50\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 09:14:18\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:37:07\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 12:45:35\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-07 20:55:07\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-07 17:27:08\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:29:26\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-19 08:19:39\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:45:08\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 08:42:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 23:23:50\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-12 09:20:11\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-16 18:44:50\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:48:16\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:02:15\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-05 19:40:47\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.18/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 21:02:39\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 08:47:10\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 19:34:18\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-27 16:44:39\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.5/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 07:32:10\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 20:03:38\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.18/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-11 00:52:22\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 21:35:20\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:26:15\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-10 10:38:14\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 13:26:18\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:03:23\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:07:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 22:53:12\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 11:38:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-10 15:50:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:27:29\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 01:27:21\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-10 14:10:34\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 15:43:25\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 07:53:05\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(1822,'wpseo_sitemap_cache_validator_global','5AJnG','no'),(1829,'wpseo_sitemap_1_cache_validator','4Dqqn','no'),(1830,'wpseo_sitemap_oxy_portfolio_image_cache_validator','59yJF','no'),(1831,'wpseo_sitemap_category_cache_validator','59WzJ','no'),(1832,'wpseo_sitemap_post_cache_validator','kwvF','no'),(1833,'wpseo_sitemap_178_cache_validator','59WzE','no'),(3602,'_site_transient_timeout_browser_2b4bfa48262a79b6d8fe0f2344cb5695','1510767310','no'),(3603,'_site_transient_browser_2b4bfa48262a79b6d8fe0f2344cb5695','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"56.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(3622,'wpseo_license_server_version','2','yes'),(3623,'wpseo_sitemap_author_cache_validator','t6J3','no'),(3624,'wpseo_sitemap_548_cache_validator','5Chmi','no'),(5092,'wpseo_sitemap_oxy_stack_cache_validator','5vArv','no'),(5099,'_site_transient_timeout_browser_2d6330f380f44ac20f3a02eed0958f66','1610386225','no'),(5100,'_site_transient_browser_2d6330f380f44ac20f3a02eed0958f66','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"87.0.4280.88\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(5115,'wpseo_sitemap_page_cache_validator','4Dqqs','no'),(5198,'wpseo_sitemap_oxy_testimonial_cache_validator','zRKR','no'),(5284,'wpseo_sitemap_oxy_testimonial_group_cache_validator','5eJTS','no'),(5836,'_site_transient_timeout_browser_5cd022c67bba483be4643a4599b579f2','1612880181','no'),(5837,'_site_transient_browser_5cd022c67bba483be4643a4599b579f2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"88.0.4324.104\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(7485,'_site_transient_timeout_browser_83f75fe8d5c2f40c243760c04f60cc4e','1618841269','no'),(7486,'_site_transient_browser_83f75fe8d5c2f40c243760c04f60cc4e','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.114\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(7489,'_site_transient_timeout_community-events-f916f2be1d8d84d819bf4782dbe0925e','1618279681','no'),(7490,'_site_transient_community-events-f916f2be1d8d84d819bf4782dbe0925e','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"108.213.193.0\";}s:6:\"events\";a:6:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Centroamérica\";s:3:\"url\";s:40:\"https://centroamerica.wordcamp.org/2021/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2021-04-15 08:00:00\";s:8:\"end_date\";s:19:\"2021-04-17 00:00:00\";s:20:\"start_unix_timestamp\";i:1618495200;s:18:\"end_unix_timestamp\";i:1618639200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"NI\";s:8:\"latitude\";d:12.114992600000001;s:9:\"longitude\";d:-86.236174399999996;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"All About WordPress 5.5 Whats New?\";s:3:\"url\";s:86:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/pclgxryccgbtb/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2021-04-15 11:30:00\";s:8:\"end_date\";s:19:\"2021-04-15 13:00:00\";s:20:\"start_unix_timestamp\";i:1618500600;s:18:\"end_unix_timestamp\";i:1618506000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.900001525878999;s:9:\"longitude\";d:-82.400001525879006;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:43:\"Accessibility Plugins: To Use or Not To Use\";s:3:\"url\";s:71:\"https://www.meetup.com/Asheville-Area-WordPress-Group/events/276586072/\";s:6:\"meetup\";s:30:\"Asheville Area WordPress Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/Asheville-Area-WordPress-Group/\";s:4:\"date\";s:19:\"2021-04-15 18:30:00\";s:8:\"end_date\";s:19:\"2021-04-15 20:00:00\";s:20:\"start_unix_timestamp\";i:1618525800;s:18:\"end_unix_timestamp\";i:1618531200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:35.590000152587997;s:9:\"longitude\";d:-82.559997558594006;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"All About WordPress 5.5 Whats New?\";s:3:\"url\";s:86:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/pclgxrycchbbc/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2021-05-20 11:30:00\";s:8:\"end_date\";s:19:\"2021-05-20 13:00:00\";s:20:\"start_unix_timestamp\";i:1621524600;s:18:\"end_unix_timestamp\";i:1621530000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.900001525878999;s:9:\"longitude\";d:-82.400001525879006;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"All About WordPress 5.5 Whats New?\";s:3:\"url\";s:86:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/pclgxryccjbwb/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2021-06-17 11:30:00\";s:8:\"end_date\";s:19:\"2021-06-17 13:00:00\";s:20:\"start_unix_timestamp\";i:1623943800;s:18:\"end_unix_timestamp\";i:1623949200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.900001525878999;s:9:\"longitude\";d:-82.400001525879006;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:34:\"All About WordPress 5.5 Whats New?\";s:3:\"url\";s:86:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/pclgxrycckbtb/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2021-07-15 11:30:00\";s:8:\"end_date\";s:19:\"2021-07-15 13:00:00\";s:20:\"start_unix_timestamp\";i:1626363000;s:18:\"end_unix_timestamp\";i:1626368400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.900001525878999;s:9:\"longitude\";d:-82.400001525879006;}}}}','no'),(7690,'_site_transient_timeout_browser_430c8bfe8bf1cc772d8a7ec27f27106c','1619180337','no'),(7691,'_site_transient_browser_430c8bfe8bf1cc772d8a7ec27f27106c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.128\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(7760,'_site_transient_timeout_browser_8d53401e86860ca4151578a7eb64331c','1619364995','no'),(7761,'_site_transient_browser_8d53401e86860ca4151578a7eb64331c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"86.0.4240.110\";s:8:\"platform\";s:7:\"Android\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}','no'),(7764,'_site_transient_timeout_community-events-a9a1184fb875a4a7b2f6f11ea63da1ac','1618803407','no'),(7765,'_site_transient_community-events-a9a1184fb875a4a7b2f6f11ea63da1ac','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"174.193.17.0\";}s:6:\"events\";a:6:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Europe\";s:3:\"url\";s:33:\"https://europe.wordcamp.org/2021/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2021-06-07 00:00:00\";s:8:\"end_date\";s:19:\"2021-06-10 00:00:00\";s:20:\"start_unix_timestamp\";i:1623020400;s:18:\"end_unix_timestamp\";i:1623279600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PT\";s:8:\"latitude\";d:41.162202200000003;s:9:\"longitude\";d:-8.6570587999999997;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Working on a topic. Don\'t forget we are open to your ideas!\";s:3:\"url\";s:59:\"https://www.meetup.com/TriadWordPress/events/xvqmcsycchbqb/\";s:6:\"meetup\";s:32:\"The Triad WordPress Meetup Group\";s:10:\"meetup_url\";s:38:\"https://www.meetup.com/TriadWordPress/\";s:4:\"date\";s:19:\"2021-05-12 18:30:00\";s:8:\"end_date\";s:19:\"2021-05-12 20:30:00\";s:20:\"start_unix_timestamp\";i:1620858600;s:18:\"end_unix_timestamp\";i:1620865800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.169998168945;s:9:\"longitude\";d:-79.980003356934006;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Working on a topic. Don\'t forget we are open to your ideas!\";s:3:\"url\";s:59:\"https://www.meetup.com/TriadWordPress/events/xvqmcsyccjbmb/\";s:6:\"meetup\";s:32:\"The Triad WordPress Meetup Group\";s:10:\"meetup_url\";s:38:\"https://www.meetup.com/TriadWordPress/\";s:4:\"date\";s:19:\"2021-06-09 18:30:00\";s:8:\"end_date\";s:19:\"2021-06-09 20:30:00\";s:20:\"start_unix_timestamp\";i:1623277800;s:18:\"end_unix_timestamp\";i:1623285000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.169998168945;s:9:\"longitude\";d:-79.980003356934006;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Working on a topic. Don\'t forget we are open to your ideas!\";s:3:\"url\";s:59:\"https://www.meetup.com/TriadWordPress/events/xvqmcsycckbsb/\";s:6:\"meetup\";s:32:\"The Triad WordPress Meetup Group\";s:10:\"meetup_url\";s:38:\"https://www.meetup.com/TriadWordPress/\";s:4:\"date\";s:19:\"2021-07-14 18:30:00\";s:8:\"end_date\";s:19:\"2021-07-14 20:30:00\";s:20:\"start_unix_timestamp\";i:1626301800;s:18:\"end_unix_timestamp\";i:1626309000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.169998168945;s:9:\"longitude\";d:-79.980003356934006;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Working on a topic. Don\'t forget we are open to your ideas!\";s:3:\"url\";s:59:\"https://www.meetup.com/TriadWordPress/events/xvqmcsycclbpb/\";s:6:\"meetup\";s:32:\"The Triad WordPress Meetup Group\";s:10:\"meetup_url\";s:38:\"https://www.meetup.com/TriadWordPress/\";s:4:\"date\";s:19:\"2021-08-11 18:30:00\";s:8:\"end_date\";s:19:\"2021-08-11 20:30:00\";s:20:\"start_unix_timestamp\";i:1628721000;s:18:\"end_unix_timestamp\";i:1628728200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.169998168945;s:9:\"longitude\";d:-79.980003356934006;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:59:\"Working on a topic. Don\'t forget we are open to your ideas!\";s:3:\"url\";s:59:\"https://www.meetup.com/TriadWordPress/events/xvqmcsyccmblb/\";s:6:\"meetup\";s:32:\"The Triad WordPress Meetup Group\";s:10:\"meetup_url\";s:38:\"https://www.meetup.com/TriadWordPress/\";s:4:\"date\";s:19:\"2021-09-08 18:30:00\";s:8:\"end_date\";s:19:\"2021-09-08 20:30:00\";s:20:\"start_unix_timestamp\";i:1631140200;s:18:\"end_unix_timestamp\";i:1631147400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.169998168945;s:9:\"longitude\";d:-79.980003356934006;}}}}','no'),(9810,'_site_transient_timeout_browser_d4f10de547cb9cf96c32dc2e2c1a7bd2','1627474696','no'),(9811,'_site_transient_browser_d4f10de547cb9cf96c32dc2e2c1a7bd2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"92.0.4515.107\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(9814,'_site_transient_timeout_community-events-118be784033b1df9ed53872cb4cc55e2','1626913108','no'),(9815,'_site_transient_community-events-118be784033b1df9ed53872cb4cc55e2','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"144.253.2.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"WP Greenville Meetup\";s:3:\"url\";s:86:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/cwlhhsycclbzb/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2021-08-19 11:30:00\";s:8:\"end_date\";s:19:\"2021-08-19 13:00:00\";s:20:\"start_unix_timestamp\";i:1629387000;s:18:\"end_unix_timestamp\";i:1629392400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.900001525878999;s:9:\"longitude\";d:-82.400001525879006;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"WP Greenville Meetup\";s:3:\"url\";s:86:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/cwlhhsyccmbvb/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2021-09-16 11:30:00\";s:8:\"end_date\";s:19:\"2021-09-16 13:00:00\";s:20:\"start_unix_timestamp\";i:1631806200;s:18:\"end_unix_timestamp\";i:1631811600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.900001525878999;s:9:\"longitude\";d:-82.400001525879006;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"WP Greenville Meetup\";s:3:\"url\";s:86:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/cwlhhsyccnbcc/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2021-10-21 11:30:00\";s:8:\"end_date\";s:19:\"2021-10-21 13:00:00\";s:20:\"start_unix_timestamp\";i:1634830200;s:18:\"end_unix_timestamp\";i:1634835600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.900001525878999;s:9:\"longitude\";d:-82.400001525879006;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"WP Greenville Meetup\";s:3:\"url\";s:86:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/cwlhhsyccpbxb/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2021-11-18 11:30:00\";s:8:\"end_date\";s:19:\"2021-11-18 13:00:00\";s:20:\"start_unix_timestamp\";i:1637253000;s:18:\"end_unix_timestamp\";i:1637258400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.900001525878999;s:9:\"longitude\";d:-82.400001525879006;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"WP Greenville Meetup\";s:3:\"url\";s:86:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/events/cwlhhsyccqbvb/\";s:6:\"meetup\";s:41:\"Greenville South Carolina WordPress Group\";s:10:\"meetup_url\";s:65:\"https://www.meetup.com/Greenville-South-Carolina-WordPress-Group/\";s:4:\"date\";s:19:\"2021-12-16 11:30:00\";s:8:\"end_date\";s:19:\"2021-12-16 13:00:00\";s:20:\"start_unix_timestamp\";i:1639672200;s:18:\"end_unix_timestamp\";i:1639677600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.900001525878999;s:9:\"longitude\";d:-82.400001525879006;}}}}','no'),(9816,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1626913110','no'),(9817,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1626913110','no'),(9818,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1626869910','no'),(9819,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1626913111','no'),(9820,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1626913111','no'),(9821,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1626869911','no'),(9822,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1626913111','no'),(9823,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/07/tatum/\'>WordPress 5.8 Tatum</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/more-than-just-joosts-wife/#utm_source=rss&utm_medium=rss&utm_campaign=more-than-just-joosts-wife\'>HeroPress: More Than Just Joost’s Wife</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/buddypress-9-0-0-transforms-legacy-widgets-into-blocks?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-9-0-0-transforms-legacy-widgets-into-blocks\'>WPTavern: BuddyPress 9.0.0 Transforms Legacy Widgets Into Blocks</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-5-8-tatum-introduces-block-widgets-duotone-media-filters-new-emoji-support-and-more?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-8-tatum-introduces-block-widgets-duotone-media-filters-new-emoji-support-and-more\'>WPTavern: WordPress 5.8 “Tatum” Introduces Block Widgets, Duotone Media Filters, New Emoji Support, and More</a></li></ul></div>','no'),(10517,'_transient_timeout_yst_sm_author_1:5AJnG_t6J3','1629665286','no'),(10518,'_transient_yst_sm_author_1:5AJnG_t6J3','C:24:\"WPSEO_Sitemap_Cache_Data\":48:{a:2:{s:6:\"status\";s:5:\"error\";s:3:\"xml\";s:0:\"\";}}','no'),(10586,'cff_usage_tracking_config','a:6:{s:3:\"day\";i:6;s:4:\"hour\";i:16;s:6:\"minute\";i:24;s:6:\"second\";i:48;s:6:\"offset\";i:577488;s:8:\"initsend\";i:1630167888;}','yes'),(10587,'cff_statuses','a:4:{s:13:\"first_install\";s:11:\"from_update\";s:23:\"rating_notice_dismissed\";i:1629819823;s:17:\"legacy_onboarding\";a:2:{s:6:\"active\";b:0;s:4:\"type\";s:6:\"single\";}s:24:\"support_legacy_shortcode\";b:1;}','no'),(10588,'cff_db_version','2.1','yes'),(10589,'cff_legacy_feed_settings','{\"accesstoken\":\"209036772916336\",\"id\":\"120660554127\",\"pagetype\":\"page\",\"num\":\"2\",\"limit\":\"4\",\"others\":\"\",\"showpostsby\":\"me\",\"cachetime\":\"12\",\"cacheunit\":\"hours\",\"locale\":\"en_US\",\"ajax\":false,\"offset\":\"\",\"account\":\"\",\"cff_enqueue_with_shortcode\":false,\"width\":\"\",\"widthresp\":\"\",\"height\":\"\",\"padding\":\"\",\"bgcolor\":\"\",\"showauthor\":\"\",\"showauthornew\":true,\"class\":\"\",\"layout\":\"\",\"include\":[\"author\",\"text\",\"desc\",\"sharedlinks\",\"date\",\"media\",\"medialink\",\"eventtitle\",\"eventdetails\",\"social\",\"link\",\"likebox\",\"\"],\"exclude\":[\"\"],\"gdpr\":\"auto\",\"cols\":\"\",\"colsmobile\":\"\",\"colsjs\":true,\"nummobile\":\"\",\"poststyle\":\"\",\"postbgcolor\":\"\",\"postcorners\":\"\",\"boxshadow\":\"\",\"textformat\":\"\",\"textsize\":\"\",\"textweight\":\"\",\"textcolor\":\"\",\"textlinkcolor\":\"\",\"textlink\":\"\",\"posttags\":\"\",\"linkhashtags\":\"\",\"descsize\":\"\",\"descweight\":\"\",\"desccolor\":\"\",\"linktitleformat\":\"\",\"linktitlesize\":\"\",\"linkdescsize\":\"\",\"linkurlsize\":\"\",\"linkdesccolor\":\"\",\"linktitlecolor\":\"\",\"linkurlcolor\":\"\",\"linkbgcolor\":\"\",\"linkbordercolor\":\"\",\"disablelinkbox\":\"\",\"authorsize\":\"\",\"authorcolor\":\"\",\"eventtitleformat\":\"\",\"eventtitlesize\":\"\",\"eventtitleweight\":\"\",\"eventtitlecolor\":\"\",\"eventtitlelink\":true,\"eventdatesize\":\"\",\"eventdateweight\":\"\",\"eventdatecolor\":\"\",\"eventdatepos\":\"\",\"eventdateformat\":\"\",\"eventdatecustom\":\"\",\"eventdetailssize\":\"\",\"eventdetailsweight\":\"\",\"eventdetailscolor\":\"\",\"eventlinkcolor\":\"\",\"datepos\":\"\",\"datesize\":\"\",\"dateweight\":\"\",\"datecolor\":\"\",\"dateformat\":\"\",\"datecustom\":\"\",\"beforedate\":\"\",\"afterdate\":\"\",\"timezone\":\"America\\/New_York\",\"linksize\":\"\",\"linkweight\":\"\",\"linkcolor\":\"\",\"viewlinktext\":\"\",\"linktotimeline\":\"\",\"iconstyle\":\"\",\"socialtextcolor\":\"\",\"socialbgcolor\":\"\",\"textlength\":\"400\",\"desclength\":\"200\",\"likeboxpos\":\"\",\"likeboxoutside\":\"\",\"likeboxcolor\":\"\",\"likeboxtextcolor\":\"\",\"likeboxwidth\":\"\",\"likeboxheight\":\"\",\"likeboxfaces\":\"\",\"likeboxborder\":\"\",\"likeboxcover\":\"\",\"likeboxsmallheader\":\"\",\"likeboxhidebtn\":\"\",\"credit\":\"\",\"nofollow\":\"true\",\"disablestyles\":\"\",\"textissue\":\"\",\"restrictedpage\":\"\",\"salesposts\":\"false\",\"storytags\":\"false\",\"showheader\":\"\",\"headeroutside\":\"\",\"headertype\":\"\",\"headercover\":\"\",\"headeravatar\":\"\",\"headername\":\"\",\"headerbio\":\"\",\"headercoverheight\":\"\",\"headertext\":\"\",\"headerbg\":\"\",\"headerpadding\":\"\",\"headertextsize\":\"\",\"headertextweight\":\"\",\"headertextcolor\":\"\",\"headericon\":\"\",\"headericoncolor\":\"\",\"headericonsize\":\"\",\"headerinc\":\"\",\"headerexclude\":\"\",\"videoheight\":\"\",\"videoaction\":\"\",\"sepcolor\":\"\",\"sepsize\":\"\",\"seemoretext\":\"\",\"seelesstext\":\"\",\"photostext\":\"\",\"phototext\":\"\",\"videotext\":\"\",\"learnmoretext\":\"\",\"shopnowtext\":\"\",\"messagepage\":\"\",\"facebooklinktext\":\"\",\"sharelinktext\":\"\",\"showfacebooklink\":\"on\",\"showsharelink\":\"on\",\"secondtext\":\"second\",\"secondstext\":\"seconds\",\"minutetext\":\"minute\",\"minutestext\":\"minutes\",\"hourtext\":\"hour\",\"hourstext\":\"hours\",\"daytext\":\"day\",\"daystext\":\"days\",\"weektext\":\"week\",\"weekstext\":\"weeks\",\"monthtext\":\"month\",\"monthstext\":\"months\",\"yeartext\":\"year\",\"yearstext\":\"years\",\"agotext\":\"ago\",\"feedlayout\":\"list\",\"feedtype\":\"timeline\"}','yes'),(10595,'cff_notifications','a:4:{s:6:\"update\";i:1629819850;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(10596,'cff_newuser_notifications','a:4:{s:6:\"update\";i:1629819850;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:22:\"Could you help us out?\";s:7:\"content\";s:273:\"It\'s great to see that you\'ve been using the <strong><span>{plugin}</span></strong> plugin for a while now. Hopefully you\'re happy with it! If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"cff-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:31:\"cff_notice_dismiss cff_main_cta\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"cff_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"cff_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"cff_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"cff_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"cff_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"cff_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:221:\"<strong><span>Exclusive offer!</span></strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong><span>{amount} off</span></strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"cff-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"cff_notice_dismiss cff_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"cff_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"cff_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(10599,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1629830921','no'),(10600,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:5098;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4765;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2724;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2599;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2011;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1864;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1851;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1526;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1514;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1507;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1501;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1498;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1475;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1311;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1279;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1273;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1238;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1160;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1129;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1061;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:970;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:938;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:915;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:897;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:888;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:840;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:823;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:816;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:813;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:794;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:762;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:751;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:732;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:729;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:728;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:717;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:709;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:684;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:667;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:666;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:666;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:665;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:664;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:660;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:652;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:632;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:602;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:599;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:593;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:592;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:577;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:575;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:570;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:567;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:565;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:556;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:553;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:551;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:549;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:540;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:538;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:533;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:532;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:523;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:513;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:510;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:499;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:498;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:498;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:487;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:485;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:473;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:467;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:464;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:462;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:460;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:454;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:449;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:446;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:444;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:434;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:427;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:423;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:418;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:412;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:411;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:406;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:401;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:399;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:391;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:390;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:384;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:382;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:380;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:376;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:372;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:368;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:368;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:359;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:358;}}','no'),(10603,'fwlredirect','no','no'),(10604,'bvActivateTime','1629820177','no'),(10606,'bvAccountsList','a:1:{s:32:\"9bee6f455ecf57ad10d7f1afc8132faf\";a:7:{s:6:\"secret\";s:32:\"a921ef7a174e1f073a2873f212ef195e\";s:11:\"account_gid\";s:8:\"JmfJPiTH\";s:14:\"lastbackuptime\";i:1629820410;s:8:\"flywheel\";b:1;s:12:\"account_type\";s:8:\"flywheel\";s:3:\"url\";s:32:\"http://www.pomegranateonmain.com\";s:5:\"email\";s:36:\"chr******@mainstreetwebmarketing.com\";}}','no'),(10607,'bvLastRecvTime','1629821047','no'),(10608,'bvApiPublic','9bee6f455ecf57ad10d7f1afc8132faf','no'),(10609,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:11:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.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-5.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.8\";s:7:\"version\";s:3:\"5.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.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-5.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.8\";s:7:\"version\";s:3:\"5.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.4\";s:7:\"version\";s:5:\"5.6.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.5\";s:7:\"version\";s:5:\"5.5.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.6\";s:7:\"version\";s:5:\"5.4.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.8\";s:7:\"version\";s:5:\"5.3.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.11\";s:7:\"version\";s:6:\"5.2.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.10\";s:7:\"version\";s:6:\"5.1.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.13\";s:7:\"version\";s:6:\"5.0.13\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.18\";s:7:\"version\";s:6:\"4.9.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1630488154;s:15:\"version_checked\";s:6:\"4.8.17\";s:12:\"translations\";a:0:{}}','no'),(10699,'_transient_timeout_yst_sm_oxy_stack_1:5AJnG_5vArv','1630185005','no'),(10700,'_transient_yst_sm_oxy_stack_1:5AJnG_5vArv','C:24:\"WPSEO_Sitemap_Cache_Data\":598:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:551:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://www.pomegranateonmain.com/oxy_stack/restaurant/</loc>\n <lastmod>2017-07-19T17:20:19+00:00</lastmod>\n </url>\n</urlset>\";}}','no'),(10701,'_transient_timeout_yst_sm_oxy_testimonial_group_1:5AJnG_5eJTS','1630185007','no'),(10702,'_transient_yst_sm_oxy_testimonial_group_1:5AJnG_5eJTS','C:24:\"WPSEO_Sitemap_Cache_Data\":606:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:559:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://www.pomegranateonmain.com/oxy_testimonial_group/dinner/</loc>\n <lastmod>2017-03-09T21:36:11+00:00</lastmod>\n </url>\n</urlset>\";}}','no'),(10722,'rs-templates-new','','no'); INSERT INTO `wp_options` VALUES (10723,'rs-templates','a:3:{s:4:\"hash\";s:32:\"8b133031f8c85ef45815659473e21bfb\";s:6:\"slider\";a:515:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:22:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-video-scroll/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:483;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:22:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:499;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:25:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:502;a:25:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:503;a:25:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:504;a:25:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:505;a:25:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:506;a:25:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:507;a:25:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:508;a:25:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:509;a:25:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:510;a:25:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:511;a:25:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:512;a:25:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:513;a:22:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:514;a:22:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:515;a:25:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:516;a:25:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:517;a:22:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/creative-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:22:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:519;a:22:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:22:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/saas-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:25:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:522;a:25:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:523;a:25:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:524;a:22:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:525;a:22:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:526;a:22:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:527;a:22:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:528;a:22:{s:2:\"id\";s:3:\"564\";s:5:\"title\";s:22:\"Background Effect Hero\";s:5:\"alias\";s:14:\"bg-effect-hero\";s:3:\"zip\";s:18:\"bg-effect-hero.zip\";s:3:\"uid\";s:32:\"55bb0fa5ac66ad84423fa704b701e1df\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/background-effect-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:224:\"<span class=\"ttm_content\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:697:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:45:50\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:529;a:22:{s:2:\"id\";s:3:\"565\";s:5:\"title\";s:26:\"Cyber Glitch Effect Slider\";s:5:\"alias\";s:9:\"cyberfunk\";s:3:\"zip\";s:13:\"cyberfunk.zip\";s:3:\"uid\";s:32:\"44fdc7e13074bdc46500972cd708c739\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:355:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:51:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:530;a:22:{s:2:\"id\";s:3:\"566\";s:5:\"title\";s:30:\"Motion Blur Portfolio Showcase\";s:5:\"alias\";s:21:\"motion-blur-portfolio\";s:3:\"zip\";s:25:\"motion-blur-portfolio.zip\";s:3:\"uid\";s:32:\"28086bed49cfb241c7d40f91cd64e970\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu it’s ready to visualize your wildest ideas.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:56:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:531;a:22:{s:2:\"id\";s:3:\"567\";s:5:\"title\";s:25:\"Portal Effect Hero Slider\";s:5:\"alias\";s:18:\"portal-effect-hero\";s:3:\"zip\";s:22:\"portal-effect-hero.zip\";s:3:\"uid\";s:32:\"87f5b64e44dc5b75bc1c7adbeb287ee9\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:282:\"<span class=\"ttm_content\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:08:18\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:532;a:22:{s:2:\"id\";s:3:\"568\";s:5:\"title\";s:22:\"Winery Timeline Slider\";s:5:\"alias\";s:15:\"winery-timeline\";s:3:\"zip\";s:19:\"winery-timeline.zip\";s:3:\"uid\";s:32:\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/winery-timeline-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:247:\"<span class=\"ttm_content\">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:13:39\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:510:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}s:14:\"bg-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"bg-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"bg-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"bg-effect-hero/slide4.jpg\";}}s:9:\"cyberfunk\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"cyberfunk/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"cyberfunk/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"cyberfunk/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"cyberfunk/slide5.jpg\";}}s:21:\"motion-blur-portfolio\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide8.jpg\";}}s:18:\"portal-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"portal-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"portal-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"portal-effect-hero/slide4.jpg\";}}s:15:\"winery-timeline\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"winery-timeline/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"winery-timeline/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"winery-timeline/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"winery-timeline/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"winery-timeline/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"winery-timeline/slide7.jpg\";}}}}','no'),(10732,'_transient_timeout_yst_sm_page_1:5AJnG_4Dqqs','1630278434','no'),(10733,'_transient_yst_sm_page_1:5AJnG_4Dqqs','C:24:\"WPSEO_Sitemap_Cache_Data\":1932:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1884:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://www.pomegranateonmain.com/</loc>\n <lastmod>2021-04-21T14:16:32+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/our-story/</loc>\n <lastmod>2017-05-03T19:10:06+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/gift-cards/</loc>\n <lastmod>2017-05-03T20:25:03+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/reservations/</loc>\n <lastmod>2017-05-03T20:33:48+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/beverage-menu/</loc>\n <lastmod>2017-05-05T16:06:45+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/private-parties-carryout/</loc>\n <lastmod>2017-06-05T16:59:22+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/events/</loc>\n <lastmod>2017-06-05T17:28:37+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/contact-directions/</loc>\n <lastmod>2017-06-23T17:04:41+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/explore-persian-cuisine/</loc>\n <lastmod>2021-04-16T13:41:24+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/lunch-menu/</loc>\n <lastmod>2021-07-21T12:30:58+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/dinner-menu/</loc>\n <lastmod>2021-07-21T12:52:37+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/our-menu/</loc>\n <lastmod>2021-07-21T13:57:36+00:00</lastmod>\n </url>\n</urlset>\";}}','no'),(10797,'_transient_timeout_yst_sm_oxy_testimonial_1:5AJnG_zRKR','1630547466','no'),(10798,'_transient_yst_sm_oxy_testimonial_1:5AJnG_zRKR','C:24:\"WPSEO_Sitemap_Cache_Data\":1157:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1109:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://www.pomegranateonmain.com/oxy_testimonial/116/</loc>\n <lastmod>2017-03-09T21:30:42+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/oxy_testimonial/steakhouse-bliss/</loc>\n <lastmod>2017-03-09T21:31:50+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/oxy_testimonial/dinner-served/</loc>\n <lastmod>2017-03-09T21:33:53+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/oxy_testimonial/laurel-ebert/</loc>\n <lastmod>2017-03-09T21:35:11+00:00</lastmod>\n </url>\n <url>\n <loc>http://www.pomegranateonmain.com/oxy_testimonial/abigail-moreno/</loc>\n <lastmod>2017-03-09T21:36:11+00:00</lastmod>\n </url>\n</urlset>\";}}','no'),(10804,'_site_transient_timeout_theme_roots','1630489959','no'),(10805,'_site_transient_theme_roots','a:4:{s:6:\"lambda\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(10806,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1630488164;s:7:\"checked\";a:4:{s:6:\"lambda\";s:6:\"1.49.0\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"1.1\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.0.zip\";s:8:\"requires\";b:0;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:\"2.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.5.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(10807,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1630488163;s:8:\"response\";a:2:{s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.1.5\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.3.1.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"6.7\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:24:\"WPBakery Visual Composer\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{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:6:\"4.1.11\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.4.1.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.4.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.4.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:32:\"flywheel-migrations/flywheel.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/flywheel-migrations\";s:4:\"slug\";s:19:\"flywheel-migrations\";s:6:\"plugin\";s:32:\"flywheel-migrations/flywheel.php\";s:11:\"new_version\";s:4:\"4.62\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/flywheel-migrations/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/flywheel-migrations.4.62.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/flywheel-migrations/assets/icon-256x256.png?rev=2283988\";s:2:\"1x\";s:72:\"https://ps.w.org/flywheel-migrations/assets/icon-128x128.png?rev=2283988\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/flywheel-migrations/assets/banner-1544x500.png?rev=2283988\";s:2:\"1x\";s:74:\"https://ps.w.org/flywheel-migrations/assets/banner-772x250.png?rev=2283988\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:29:\"pdf-embedder/pdf_embedder.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/pdf-embedder\";s:4:\"slug\";s:12:\"pdf-embedder\";s:6:\"plugin\";s:29:\"pdf-embedder/pdf_embedder.php\";s:11:\"new_version\";s:5:\"4.6.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/pdf-embedder/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/pdf-embedder.4.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/pdf-embedder/assets/icon-256x256.png?rev=2292517\";s:2:\"1x\";s:65:\"https://ps.w.org/pdf-embedder/assets/icon-128x128.png?rev=2292517\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/pdf-embedder/assets/banner-1544x500.png?rev=2292517\";s:2:\"1x\";s:67:\"https://ps.w.org/pdf-embedder/assets/banner-772x250.png?rev=2292517\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:45:\"custom-facebook-feed/custom-facebook-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/custom-facebook-feed\";s:4:\"slug\";s:20:\"custom-facebook-feed\";s:6:\"plugin\";s:45:\"custom-facebook-feed/custom-facebook-feed.php\";s:11:\"new_version\";s:3:\"4.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/custom-facebook-feed/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/custom-facebook-feed.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/custom-facebook-feed/assets/icon-256x256.png?rev=2313063\";s:2:\"1x\";s:73:\"https://ps.w.org/custom-facebook-feed/assets/icon-128x128.png?rev=2123286\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/custom-facebook-feed/assets/banner-1544x500.png?rev=2313063\";s:2:\"1x\";s:75:\"https://ps.w.org/custom-facebook-feed/assets/banner-772x250.png?rev=2137679\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:27:\"woosidebars/woosidebars.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woosidebars\";s:4:\"slug\";s:11:\"woosidebars\";s:6:\"plugin\";s:27:\"woosidebars/woosidebars.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woosidebars/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woosidebars.1.4.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/woosidebars_a9c7b8.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/woosidebars/assets/banner-1544x500.png?rev=633896\";s:2:\"1x\";s:65:\"https://ps.w.org/woosidebars/assets/banner-772x250.png?rev=633896\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"17.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.17.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}}}','no'),(10808,'_transient_timeout_yst_sm_1_1:5AJnG_4Dqqn','1630576542','no'),(10809,'_transient_yst_sm_1_1:5AJnG_4Dqqn','C:24:\"WPSEO_Sitemap_Cache_Data\":694:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:647:\"<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <sitemap>\n <loc>http://www.pomegranateonmain.com/page-sitemap.xml</loc>\n <lastmod>2021-07-21T13:57:36+00:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://www.pomegranateonmain.com/oxy_testimonial-sitemap.xml</loc>\n <lastmod>2017-03-09T21:36:11+00:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://www.pomegranateonmain.com/oxy_stack-sitemap.xml</loc>\n <lastmod>2017-07-19T17:20:19+00:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://www.pomegranateonmain.com/oxy_testimonial_group-sitemap.xml</loc>\n <lastmod>2017-03-09T21:36:11+00:00</lastmod>\n </sitemap>\n</sitemapindex>\";}}','no'),(10810,'_transient_doing_cron','1632427921.4376599788665771484375','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=9767 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1009,108,'_wp_attached_file','2017/03/blue-icons_0000_Vector-Smart-Object.png'),(1010,108,'oxy-lambda-original-id','305'),(1104,140,'_wp_attached_file','2017/03/bg-4.jpg'),(1105,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:16:\"2017/03/bg-4.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-4-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-4-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-4-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:16:\"bg-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:16:\"bg-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:16:\"bg-4-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1106,140,'oxy-lambda-original-id','121'),(1128,148,'_wp_attached_file','2017/03/bg-1.jpg'),(1129,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1000;s:4:\"file\";s:16:\"2017/03/bg-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"bg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bg-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"bg-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"bg-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:16:\"bg-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:16:\"bg-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:16:\"bg-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1130,148,'oxy-lambda-original-id','69'),(1140,152,'_wp_attached_file','2017/03/decor-2-big-gold.png'),(1141,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:31;s:4:\"file\";s:28:\"2017/03/decor-2-big-gold.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"decor-2-big-gold-150x31.png\";s:5:\"width\";i:150;s:6:\"height\";i:31;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:{}}}'),(1142,152,'oxy-lambda-original-id','20'),(1143,153,'_wp_attached_file','2017/03/decor-2-big-white.png'),(1144,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:31;s:4:\"file\";s:29:\"2017/03/decor-2-big-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"decor-2-big-white-150x31.png\";s:5:\"width\";i:150;s:6:\"height\";i:31;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:{}}}'),(1145,153,'oxy-lambda-original-id','21'),(1146,154,'_wp_attached_file','2017/03/decor-1-big-white.png'),(1147,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:54;s:4:\"file\";s:29:\"2017/03/decor-1-big-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"decor-1-big-white-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;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:{}}}'),(1148,154,'oxy-lambda-original-id','18'),(1149,155,'_wp_attached_file','2017/03/decor-2-big-black.png'),(1150,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:31;s:4:\"file\";s:29:\"2017/03/decor-2-big-black.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"decor-2-big-black-150x31.png\";s:5:\"width\";i:150;s:6:\"height\";i:31;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:{}}}'),(1151,155,'oxy-lambda-original-id','19'),(1152,156,'_wp_attached_file','2017/03/decor-1-big-black.png'),(1153,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:54;s:4:\"file\";s:29:\"2017/03/decor-1-big-black.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"decor-1-big-black-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;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:{}}}'),(1154,156,'oxy-lambda-original-id','16'),(1155,157,'_wp_attached_file','2017/03/decor-1-big-gold.png'),(1156,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:54;s:4:\"file\";s:28:\"2017/03/decor-1-big-gold.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"decor-1-big-gold-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;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:{}}}'),(1157,157,'oxy-lambda-original-id','17'),(1161,159,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1162,159,'_form','<div class=\"row\">\n <div class=\"col-md-6\">\n <div class=\"form-group form-icon-group\">\n <i class=\"fa fa-user\"></i> [text* your-name class:form-control placeholder \"Your name *\"] \n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"form-group form-icon-group\">\n <i class=\"fa fa-envelope\" > </i> [text* your-email class:form-control placeholder\"Your email *\"] \n </div>\n </div>\n</div>\n<div class=\"row\">\n <div class=\"col-md-12\">\n <div class=\"form-group form-icon-group\">\n <i class=\"fa fa-file-text\"></i> [text* your-subject class:form-control placeholder \"Your subject *\"] \n </div>\n </div>\n</div>\n<div class=\"form-group form-icon-group\">\n <i class=\"fa fa-pencil\"></i> [textarea your-message class:form-control x8 placeholder \"Your message\"] \n</div>\n[submit class:btn class:btn-primary \"Send email\"]'),(1163,159,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:15:\"Website Contact\";s:6:\"sender\";s:45:\"[your-name] <wordpress@pomegranateonmain.com>\";s:9:\"recipient\";s:85:\"paige@subwaysc.com,debbie@smartcommunicationsllc.com,chris@mainstreetwebmarketing.com\";s:4:\"body\";s:86:\"Name: [your-name]\nEmail: [your-email]\nSubject: [your-subject]\n\nMessage: [your-message]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1164,159,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1165,159,'_messages','a:23:{s:12:\"mail_sent_ok\";s:1:\"a\";s:12:\"mail_sent_ng\";s:1:\"a\";s:16:\"validation_error\";s:1:\"a\";s:4:\"spam\";s:1:\"a\";s:12:\"accept_terms\";s:1:\"a\";s:16:\"invalid_required\";s:1:\"a\";s:16:\"invalid_too_long\";s:1:\"a\";s:17:\"invalid_too_short\";s:1:\"a\";s:13:\"upload_failed\";s:1:\"a\";s:24:\"upload_file_type_invalid\";s:1:\"a\";s:21:\"upload_file_too_large\";s:1:\"a\";s:23:\"upload_failed_php_error\";s:1:\"a\";s:14:\"invalid_number\";s:1:\"a\";s:16:\"number_too_small\";s:1:\"a\";s:16:\"number_too_large\";s:1:\"a\";s:23:\"quiz_answer_not_correct\";s:1:\"a\";s:17:\"captcha_not_match\";s:1:\"a\";s:13:\"invalid_email\";s:1:\"a\";s:11:\"invalid_url\";s:1:\"a\";s:11:\"invalid_tel\";s:1:\"a\";s:16:\"invalid_datetime\";s:1:\"a\";s:12:\"invalid_date\";s:1:\"a\";s:12:\"invalid_time\";s:1:\"a\";}'),(1166,159,'_additional_settings',''),(1167,159,'_locale','en_US'),(1168,159,'oxy-lambda-original-id','266'),(1292,170,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1293,170,'_wp_page_template','default'),(1294,170,'_wpb_vc_js_status','true'),(1295,170,'_wpb_vc_js_interface_version','2'),(1296,170,'lambda_override_header','override'),(1297,170,'lambda_show_header','hide'),(1298,170,'lambda_text_color','text-normal'),(1299,170,'lambda_header_type','h1'),(1300,170,'lambda_header_size','normal'),(1301,170,'lambda_header_weight','default'),(1302,170,'lambda_header_align','left'),(1303,170,'lambda_header_fade_out','off'),(1304,170,'lambda_margin_top','20'),(1305,170,'lambda_margin_bottom','20'),(1306,170,'lambda_text_shadow','no-shadow'),(1307,170,'lambda_inner_shadow','no-shadow'),(1308,170,'lambda_width','padded'),(1309,170,'lambda_overlay_colour','#000000'),(1310,170,'lambda_background_image_size','cover'),(1311,170,'lambda_background_image_repeat','no-repeat'),(1312,170,'lambda_background_image_attachment','scroll'),(1313,170,'lambda_background_image_parallax','off'),(1314,170,'lambda_background_image_parallax_end','-80'),(1315,170,'lambda_height','normal'),(1316,170,'lambda_transparency','opaque'),(1317,170,'lambda_vertical_alignment','default'),(1318,170,'lambda_bullet_nav','hide'),(1319,170,'lambda_bullet_nav_tooltips','off'),(1320,170,'lambda_site_top_nav','show'),(1321,170,'lambda_site_top_nav_transparency','off'),(1322,170,'vc_teaser','s:162:\"a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}\";'),(1323,170,'_edit_lock','1493843497:1'),(1336,170,'oxy-lambda-original-id','161'),(1337,171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1338,171,'_edit_lock','1489094902:1'),(1339,171,'lambda_citation','Facebook Reviews'),(1340,171,'oxy-lambda-original-id','116'),(1341,172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1342,172,'_edit_lock','1489094970:1'),(1343,172,'lambda_citation','Facebook Reviews'),(1344,172,'oxy-lambda-original-id','114'),(1345,173,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1346,173,'_edit_lock','1489095093:1'),(1347,173,'lambda_citation','Facebook Reviews'),(1348,173,'oxy-lambda-original-id','110'),(1349,174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1350,174,'_edit_lock','1626880569:2'),(1351,174,'_wp_page_template','default'),(1352,174,'_wpb_vc_js_status','true'),(1353,174,'_wpb_vc_js_interface_version','2'),(1354,174,'lambda_override_header','override'),(1355,174,'lambda_show_header','hide'),(1356,174,'lambda_text_color','text-normal'),(1357,174,'lambda_header_type','h1'),(1358,174,'lambda_header_size','normal'),(1359,174,'lambda_header_weight','default'),(1360,174,'lambda_header_align','left'),(1361,174,'lambda_header_fade_out','off'),(1362,174,'lambda_margin_top','20'),(1363,174,'lambda_margin_bottom','20'),(1364,174,'lambda_text_shadow','no-shadow'),(1365,174,'lambda_inner_shadow','no-shadow'),(1366,174,'lambda_width','padded'),(1367,174,'lambda_overlay_colour','#000000'),(1368,174,'lambda_background_image_size','cover'),(1369,174,'lambda_background_image_repeat','no-repeat'),(1370,174,'lambda_background_image_attachment','scroll'),(1371,174,'lambda_background_image_parallax','off'),(1372,174,'lambda_background_image_parallax_end','-80'),(1373,174,'lambda_height','normal'),(1374,174,'lambda_transparency','opaque'),(1375,174,'lambda_vertical_alignment','default'),(1376,174,'lambda_bullet_nav','hide'),(1377,174,'lambda_bullet_nav_tooltips','off'),(1378,174,'lambda_site_top_nav','show'),(1379,174,'lambda_site_top_nav_transparency','off'),(1380,174,'vc_teaser','s:162:\"a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}\";'),(1381,174,'_wpb_post_custom_css','.center-align {\r\n margin-left: auto;\r\n margin-right: auto;\r\n}'),(1394,174,'oxy-lambda-original-id','41'),(1395,175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1396,175,'_wp_page_template','default'),(1397,175,'_wpb_vc_js_status','true'),(1398,175,'_wpb_vc_js_interface_version','2'),(1399,175,'lambda_override_header','override'),(1400,175,'lambda_show_header','hide'),(1401,175,'lambda_text_color','text-normal'),(1402,175,'lambda_header_type','h1'),(1403,175,'lambda_header_size','normal'),(1404,175,'lambda_header_weight','default'),(1405,175,'lambda_header_align','left'),(1406,175,'lambda_header_fade_out','off'),(1407,175,'lambda_margin_top','20'),(1408,175,'lambda_margin_bottom','20'),(1409,175,'lambda_text_shadow','no-shadow'),(1410,175,'lambda_inner_shadow','no-shadow'),(1411,175,'lambda_width','padded'),(1412,175,'lambda_overlay_colour','#000000'),(1413,175,'lambda_background_image_size','cover'),(1414,175,'lambda_background_image_repeat','no-repeat'),(1415,175,'lambda_background_image_attachment','scroll'),(1416,175,'lambda_background_image_parallax','off'),(1417,175,'lambda_background_image_parallax_end','-80'),(1418,175,'lambda_height','normal'),(1419,175,'lambda_transparency','opaque'),(1420,175,'lambda_vertical_alignment','default'),(1421,175,'lambda_bullet_nav','hide'),(1422,175,'lambda_bullet_nav_tooltips','off'),(1423,175,'lambda_site_top_nav','show'),(1424,175,'lambda_site_top_nav_transparency','off'),(1425,175,'vc_teaser','s:162:\"a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}\";'),(1426,175,'_edit_lock','1612275388:2'),(1427,175,'_wpb_post_custom_css','.wpcf7-textarea {\r\n height: 214px;\r\n}'),(1440,175,'oxy-lambda-original-id','39'),(1441,176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1442,176,'_form','<div class=\"row\">\n <div class=\"col-md-6\">\n <div class=\"form-group text-left\"> \n <label>Your email</label>\n [email* your-email class:form-control placeholder\"Your email *\"] \n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"form-group text-left\">\n <label>When would you like to book?</label> \n [date* date-589 class:form-control]\n </div>\n </div>\n</div>\n<div class=\"row\">\n <div class=\"col-md-6\">\n <div class=\"form-group text-left\">\n <label>What time?</label> \n [select menu-133 \"18:00\" \"18:30\" \"19:00\" \"19:30\" \"20:00\" \"20:30\" \"21:00\" \"21:30\"]\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"form-group text-left\">\n <label>Party Size</label> \n [select menu-164 \"1\" \"2\" \"3\" \"4\" \"5\" \"6\" \"7\" \"8\" \"9\" \"10\" \"11\" \"12\"] \n </div>\n </div>\n</div>\n<div class=\"form-group\">\n <label></label>\n [submit class:btn class:btn-primary class:btn-lg \"Book my table\"]\n</div>'),(1443,176,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:15:\"Website Contact\";s:6:\"sender\";s:46:\"[your-email] <wordpress@pomegranateonmain.com>\";s:9:\"recipient\";s:73:\"paige@subwaysc.com,datkins@summitslc.com,chris@mainstreetwebmarketing.com\";s:4:\"body\";s:70:\"Email: [your-email]\nDate: [date-589]\nMenu: [menu-133]\nMenu: [menu-164]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1444,176,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1445,176,'_messages','a:23:{s:12:\"mail_sent_ok\";s:1:\"a\";s:12:\"mail_sent_ng\";s:1:\"a\";s:16:\"validation_error\";s:1:\"a\";s:4:\"spam\";s:1:\"a\";s:12:\"accept_terms\";s:1:\"a\";s:16:\"invalid_required\";s:1:\"a\";s:16:\"invalid_too_long\";s:1:\"a\";s:17:\"invalid_too_short\";s:1:\"a\";s:13:\"upload_failed\";s:1:\"a\";s:24:\"upload_file_type_invalid\";s:1:\"a\";s:21:\"upload_file_too_large\";s:1:\"a\";s:23:\"upload_failed_php_error\";s:1:\"a\";s:14:\"invalid_number\";s:1:\"a\";s:16:\"number_too_small\";s:1:\"a\";s:16:\"number_too_large\";s:1:\"a\";s:23:\"quiz_answer_not_correct\";s:1:\"a\";s:17:\"captcha_not_match\";s:1:\"a\";s:13:\"invalid_email\";s:1:\"a\";s:11:\"invalid_url\";s:1:\"a\";s:11:\"invalid_tel\";s:1:\"a\";s:16:\"invalid_datetime\";s:1:\"a\";s:12:\"invalid_date\";s:1:\"a\";s:12:\"invalid_time\";s:1:\"a\";}'),(1446,176,'_additional_settings',''),(1447,176,'_locale','en_US'),(1448,176,'oxy-lambda-original-id','27'),(1449,177,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1450,177,'_edit_lock','1619117732:2'),(1451,177,'_wp_page_template','default'),(1452,177,'lambda_override_header','override'),(1453,177,'lambda_show_header','hide'),(1454,177,'lambda_text_color','text-normal'),(1455,177,'lambda_header_type','h1'),(1456,177,'lambda_header_size','normal'),(1457,177,'lambda_header_weight','default'),(1458,177,'lambda_header_align','left'),(1459,177,'lambda_header_fade_out','off'),(1460,177,'lambda_margin_top','20'),(1461,177,'lambda_margin_bottom','20'),(1462,177,'lambda_text_shadow','shadow'),(1463,177,'lambda_inner_shadow','shadow'),(1464,177,'lambda_width','padded'),(1465,177,'lambda_overlay_colour','#000000'),(1466,177,'lambda_background_image_size','cover'),(1467,177,'lambda_background_image_repeat','no-repeat'),(1468,177,'lambda_background_image_attachment','scroll'),(1469,177,'lambda_background_image_parallax','off'),(1470,177,'lambda_background_image_parallax_end','-80'),(1471,177,'lambda_height','normal'),(1472,177,'lambda_transparency','opaque'),(1473,177,'lambda_vertical_alignment','default'),(1474,177,'lambda_bullet_nav','hide'),(1475,177,'lambda_bullet_nav_tooltips','off'),(1476,177,'lambda_site_top_nav','show'),(1477,177,'lambda_site_top_nav_transparency','off'),(1478,177,'_wpb_vc_js_status','true'),(1479,177,'_wpb_vc_js_interface_version','0'),(1480,177,'vc_teaser','s:162:\"a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}\";'),(1481,177,'_wpb_post_custom_css','.btn-header {\r\n margin-left: 20px;\r\n margin-right: 20px;\r\n padding: 15px 40px;\r\n}\r\n\r\n.youtube-responsive-container {\r\nposition:relative;\r\npadding-bottom:56.25%;\r\npadding-top:30px;\r\nheight:0;\r\noverflow:hidden;\r\n}\r\n\r\n.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {\r\nposition:absolute;\r\ntop:0;\r\nleft:0;\r\nwidth:100%;\r\nheight:100%;\r\n}'),(1495,177,'oxy-lambda-original-id','25'),(1499,179,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1500,179,'_edit_lock','1502467021:1'),(1501,179,'lambda_font-family','eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xBYmhheWEgTGlicmUiLCJmYW1pbHkiOiJBYmhheWEgTGlicmUiLCJwcm92aWRlciI6Imdvb2dsZV9mb250cyIsInZhcmlhbnRzIjpbInJlZ3VsYXIiLCI1MDAiLCI2MDAiXSwic3Vic2V0cyI6WyJsYXRpbiIsImxhdGluLWV4dCJdLCJ3ZWlnaHRzIjpbXX0='),(1502,179,'lambda_font-size','16'),(1503,179,'lambda_font-weight','400'),(1504,179,'lambda_heading-font-family','eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xBcmVmIFJ1cWFhIiwiZmFtaWx5IjoiQXJlZiBSdXFhYSIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOlsicmVndWxhciIsIjcwMCJdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),(1505,179,'lambda_heading-font-weight','400'),(1506,179,'lambda_heading-text-transform','none'),(1507,179,'lambda_brand-font-family','eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xMYXRvIiwiZmFtaWx5IjoiTGF0byIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOltdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),(1508,179,'lambda_brand-font-size','24'),(1509,179,'lambda_brand-font-weight','300'),(1510,179,'lambda_navbar-font-family','eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xBcmVmIFJ1cWFhIiwiZmFtaWx5IjoiQXJlZiBSdXFhYSIsInByb3ZpZGVyIjoiZ29vZ2xlX2ZvbnRzIiwidmFyaWFudHMiOlsicmVndWxhciIsIjcwMCJdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),(1511,179,'lambda_navbar-font-size','16'),(1512,179,'lambda_navbar-font-weight','600'),(1513,179,'lambda_navbar-dropdown-font-size','16'),(1514,179,'lambda_font-weight-hairline','400'),(1515,179,'lambda_font-weight-light','500'),(1516,179,'lambda_font-weight-regular','600'),(1517,179,'lambda_font-weight-bold','700'),(1518,179,'lambda_font-weight-black','600'),(1519,179,'lambda_blog-post-title-font-size','40'),(1520,179,'lambda_blog-post-title-font-weight','400'),(1521,179,'lambda_blog-post-font-size','18'),(1522,179,'lambda_blog-post-font-weight','300'),(1523,179,'lambda_blockquote-font-family','eyJ2YWx1ZSI6Imdvb2dsZV9mb250c3xBYmhheWEgTGlicmUiLCJmYW1pbHkiOiJBYmhheWEgTGlicmUiLCJwcm92aWRlciI6Imdvb2dsZV9mb250cyIsInZhcmlhbnRzIjpbIjUwMCIsIjYwMCIsIjcwMCJdLCJzdWJzZXRzIjpbImxhdGluIl0sIndlaWdodHMiOltdfQ=='),(1524,179,'lambda_blockquote-font-size','24'),(1525,179,'lambda_blockquote-font-style','italic'),(1526,179,'lambda_blockquote-font-weight','600'),(1527,179,'lambda_lead-font-size','20'),(1528,179,'lambda_lead-font-weight','400'),(1529,179,'lambda_navbar-height','50'),(1530,179,'lambda_navbar-scrolled','50'),(1531,179,'lambda_submenu-width','200'),(1532,179,'lambda_sidemenu-width','270'),(1533,179,'lambda_sidemenu-nav-max-height','600'),(1534,179,'lambda_text-color','#333333'),(1535,179,'lambda_heading-color','#cc9900'),(1536,179,'lambda_link-color','#c3362c'),(1537,179,'lambda_link-color-hover','#c66226'),(1538,179,'lambda_icon-color','#c3362c'),(1539,179,'lambda_small-color','#959494'),(1540,179,'lambda_text-color-alt','#ffffff'),(1541,179,'lambda_heading-color-alt','rgba(255, 255, 255, 0.86)'),(1542,179,'lambda_link-color-alt','#ffffff'),(1543,179,'lambda_link-color-hover-alt','rgba(255, 255, 255, 0.74)'),(1544,179,'lambda_icon-color-alt','#ffffff'),(1545,179,'lambda_small-color-alt','#ffffff'),(1546,179,'lambda_background-color','#ffffff'),(1547,179,'lambda_background-invert','#c66226'),(1548,179,'lambda_background-complementary','#c3362c'),(1549,179,'lambda_nav-background','#c66226'),(1550,179,'lambda_nav-link','#e2d480'),(1551,179,'lambda_nav-link-hover','#ffffff'),(1552,179,'lambda_nav-link-active','rgba(255, 255, 255, 0.83)'),(1553,179,'lambda_nav-brand','#ffffff'),(1554,179,'lambda_nav-text','#ffffff'),(1555,179,'lambda_nav-borders','rgba(13, 14, 15, .5)'),(1556,179,'lambda_nav-dropdown-background','#c66226'),(1557,179,'lambda_nav-dropdown-link','#ffffff'),(1558,179,'lambda_nav-dropdown-link-hover','#e2d480'),(1559,179,'lambda_nav-dropdown-text','#ffffff'),(1560,179,'lambda_nav-dropdown-border','rgba(0,0,0,.055)'),(1561,179,'lambda_nav-dropdown-separators','rgba(0,0,0,.055)'),(1562,179,'lambda_nav-transparent-link','#e2d480'),(1563,179,'lambda_nav-transparent-link-hover','#ffffff'),(1564,179,'lambda_nav-transparent-brand','#ffffff'),(1565,179,'lambda_nav-transparent-text','#ffffff'),(1566,179,'lambda_nav-transparent-borders','rgba(255, 255, 255, 0.1)'),(1567,179,'lambda_logo-background','#444444'),(1568,179,'lambda_logo-brand','#ffffff'),(1569,179,'lambda_top-bar-background','#272e31'),(1570,179,'lambda_top-bar-link','#e2d480'),(1571,179,'lambda_top-bar-link-hover','#ffffff'),(1572,179,'lambda_top-bar-text','#ffffff'),(1573,179,'lambda_top-bar-borders','rgba(255, 255, 255, .1)'),(1574,179,'lambda_footer-background','#191919'),(1575,179,'lambda_footer-link','#ffffff'),(1576,179,'lambda_footer-link-hover','#ffffff'),(1577,179,'lambda_footer-text','rgba(255, 255, 255, .6)'),(1578,179,'lambda_footer-borders','rgba(255, 255, 255, .1)'),(1579,179,'lambda_sub-footer-background','#000'),(1580,179,'lambda_sub-footer-link','#ffffff'),(1581,179,'lambda_sub-footer-link-hover','#ffffff'),(1582,179,'lambda_sub-footer-text','rgba(255, 255, 255, .6)'),(1583,179,'lambda_sub-footer-borders','rgba(255, 255, 255, .1)'),(1584,179,'lambda_form-color','#3c3c3c'),(1585,179,'lambda_form-background','rgba(0,0,0,.02)'),(1586,179,'lambda_form-borders','rgba(0,0,0,.1)'),(1587,179,'lambda_form-placeholder-color','#9c9c9c'),(1588,179,'lambda_form-active','#cc9900'),(1589,179,'lambda_primary-text','#ffffff'),(1590,179,'lambda_primary-bg','#cc9900'),(1591,179,'lambda_default-text','#ffffff'),(1592,179,'lambda_default-bg','#4D4A51'),(1593,179,'lambda_warning-text','#ffffff'),(1594,179,'lambda_warning-bg','rgba(0, 0, 0, 0.64)'),(1595,179,'lambda_danger-text','#ffffff'),(1596,179,'lambda_danger-bg','#c66226'),(1597,179,'lambda_success-text','#ffffff'),(1598,179,'lambda_success-bg','#008D7D'),(1599,179,'lambda_info-text','#ffffff'),(1600,179,'lambda_info-bg','#78A2BB'),(1601,179,'lambda_overlay-text','#ffffff'),(1602,179,'lambda_overlay-bg','rgba(0, 0, 0, 0.8)'),(1603,179,'lambda_magnific-overlay-bg','rgba(48, 40, 64, .9)'),(1604,179,'lambda_magnific-close-icon','#ffffff'),(1605,179,'lambda_magnific-close-bg','rgba(48, 40, 64, .9)'),(1606,179,'lambda_top-icon-color','#ffffff'),(1607,179,'lambda_top-icon-bg','#202628'),(1608,179,'lambda_slideshow-color','#ffffff'),(1609,179,'lambda_slideshow-shadow','rgba(0, 0, 0, 0.2)'),(1610,179,'lambda_loader-color','#cc9900'),(1611,179,'lambda_loader-bg','#000000'),(1612,179,'extra_code','<link href=\"//fonts.googleapis.com/css?family=Abhaya+Libre:400,500,600,700%7CAref+Ruqaa:400,700%7CLato&subset=latin,latin-ext,latin,latin\" rel=\"stylesheet\" type=\"text/css\">'),(1613,179,'oxy_stack_css','body {\n font-size: 16px;\n font-family: Abhaya Libre, sans-serif;\n font-weight: 400;\n}\nbody input, body textarea, body .btn, body button {\n font-family: Abhaya Libre, sans-serif;\n}\nblockquote p {\n font-size: 24px;\n font-weight: 600;\n}\n.hairline {\n font-weight: 400 !important;\n}\n.hairline strong {\n font-weight: 500;\n}\n.light {\n font-weight: 500 !important;\n}\n.regular {\n font-weight: 600 !important;\n}\n.bold {\n font-weight: 700 !important;\n}\n.black {\n font-weight: 600 !important;\n}\nh1, h2, h3, h4, h5, h6 {\n font-family: Aref Ruqaa, sans-serif;\n font-weight: 400;\n text-transform: none;\n}\n.lead {\n font-size: 20px;\n font-weight: 400;\n line-height: 1.75em;\n}\n.lead strong {\n font-weight: 700;\n}\n#masthead .menu, #masthead.menu, #navbar-slide.menu {\n font-family: Aref Ruqaa, sans-serif;\n font-weight: 600;\n font-size: 16px;\n}\n#masthead .menu .dropdown-menu, #masthead.menu .dropdown-menu, #navbar-slide.menu .dropdown-menu {\n font-size: 16px;\n}\n.menu .navbar-brand {\n font-family: Lato, sans-serif;\n font-weight: 300;\n font-size: 24px;\n}\n.post-head h1 {\n font-size: 40px;\n font-weight: 400;\n}\n.post-head h2 {\n font-size: 32px;\n font-weight: 400;\n}\n.post-head .lead {\n color: #959494;\n}\n.post-details {\n color: #959494;\n}\n.post-details a, .post-details i {\n color: #959494;\n}\n.post-details a:hover, .post-details a:focus {\n color: #c3362c;\n}\n.post-details span {\n border-color: #c3362c;\n}\n.post-title span {\n color: #959494;\n}\n.post-body {\n font-size: 18px;\n font-weight: 300;\n}\n.post-extras {\n color: #959494;\n}\n.post-extras a {\n color: #959494;\n}\n.post-extras a:hover, .post-extras a:focus {\n color: #c3362c;\n}\n.post-tags a, .post-share ul.social-icons li a {\n border-radius: 6px;\n box-shadow: 0px 0px 0px 1px #c3362c;\n color: #333;\n}\n.post-tags a:hover, .post-share ul.social-icons li a:hover {\n box-shadow: 0px 0px 0px 1px #c3362c;\n color: #c3362c;\n}\n.post-tags a:hover i, .post-share ul.social-icons li a:hover i {\n color: #c3362c !important;\n}\n.btn, button, input[type=\"submit\"], .button {\n border-radius: 6px;\n font-size: 16px;\n}\n.btn.btn-lg, button.btn-lg, input[type=\"submit\"].btn-lg, .button.btn-lg {\n border-radius: 6px;\n font-size: 20px;\n}\n.btn.btn-sm, button.btn-sm, input[type=\"submit\"].btn-sm, .button.btn-sm {\n border-radius: 6px;\n font-size: 14px;\n}\n.portfolio-title {\n border-radius: 6px;\n}\n.pager li > a, .pager li > span {\n border-radius: 6px;\n}\n.form-control, select, textarea, input[type=\"text\"], input[type=\"password\"], input[type=\"datetime\"], input[type=\"datetime-local\"], input[type=\"date\"], input[type=\"month\"], input[type=\"time\"], input[type=\"week\"], input[type=\"number\"], input[type=\"email\"], input[type=\"url\"], input[type=\"search\"], input[type=\"tel\"], input[type=\"color\"], .uneditable-input, .select-wrap {\n font-size: 16px;\n border-radius: 6px;\n}\n.widget_tag_cloud ul li a {\n border-radius: 6px;\n}\n.tag-list-inline li span {\n border-radius: 6px;\n}\n.tag-list-lg li span {\n border-radius: 6px;\n}\n.tag-list-sm li span {\n border-radius: 6px;\n}\n.skills-list li:before {\n color: #c3362c;\n}\n.map-marker-label {\n font-size: 16px;\n font-weight: 400;\n}\n.navbar-brand {\n padding: 0;\n line-height: 50px;\n height: 50px;\n}\n.logo-navbar .nav > li > a {\n padding-top: 13px;\n padding-bottom: 13px;\n line-height: 24px;\n}\n.logo-navbar .nav > li > a:before {\n margin-bottom: - 4.5px;\n}\n.logo-navbar .nav > li.active > a:before, .logo-navbar .nav > li > a:hover:before, .logo-navbar .nav > li.current-page-parent > a:before, .logo-navbar .nav > li.current-menu-parent > a:before, .logo-navbar .nav > li.current-page-ancestor > a:before, .logo-navbar .nav > li.current-menu-ancestor > a:before {\n opacity: 1;\n margin-bottom: - 6.5px;\n}\n#masthead.navbar {\n min-height: 50px;\n}\n.navbar-toggle {\n margin-top: 17px;\n margin-bottom: 17px;\n}\n#masthead .dropdown-menu {\n min-width: 200px;\n}\n@media (min-width: 992px) {\n #masthead.navbar-scrolled {\n min-height: 50px;\n }\n #masthead.navbar-scrolled .navbar-brand {\n line-height: 50px;\n height: 50px;\n }\n #masthead.navbar-scrolled .logo-navbar .navbar-nav > li > a {\n padding-top: 13px;\n padding-bottom: 13px;\n }\n #masthead.navbar-scrolled .logo-navbar .navbar-text, #masthead.navbar-scrolled .logo-navbar .sidebar-widget {\n padding-top: 13px;\n padding-bottom: 13px;\n }\n .navbar-scrolled .navbar-toggle {\n margin-top: 17px;\n margin-bottom: 17px;\n }\n #masthead .logo-navbar .search-close {\n top: 0;\n height: 50px;\n width: 50px;\n }\n #masthead .logo-navbar .form-control {\n /* so that bottom border shows */\n height: 49px;\n }\n #masthead.navbar-scrolled .logo-navbar .menu-sidebar .search-close {\n top: 0;\n height: 50px;\n width: 50px;\n }\n #masthead.navbar-scrolled .logo-navbar .form-control {\n height: 50px;\n }\n .logo-navbar .navbar-text, .logo-navbar .sidebar-widget {\n line-height: 24px;\n padding-top: 13px;\n padding-bottom: 13px;\n }\n .transparent-header #content {\n margin-top: -50px;\n display: inline-block;\n vertical-align: top;\n }\n .transparent-header #content.layout-boxed {\n display: inline-block;\n }\n .transparent-header.layout-boxed #content {\n display: block;\n }\n .transparent-header.transparent-menu-below #content {\n margin-top: -100px;\n }\n .transparent-topbar #content {\n margin-top: -86px;\n }\n .transparent-topbar.transparent-menu-below #content {\n margin-top: -136px;\n }\n}\n#navbar-slide {\n width: 270px;\n}\n#navbar-slide .navbar-nav {\n max-height: 600px;\n}\n#navbar-slide .navbar-brand {\n height: 50px;\n}\n.slide-on #masthead, .slide-on #content, .slide-on #navbar-slide, .slide-on .top-bar {\n -webkit-transform : translateX(-270px);\n -moz-transform : translateX(-270px);\n -ms-transform : translateX(-270px);\n -o-transform : translateX(-270px);\n transform : translateX(-270px);\n}\n.rtl.slide-on #masthead, .rtl.slide-on #content, .rtl.slide-on #navbar-slide, .rtl.slide-on .top-bar {\n -webkit-transform : translateX(270px);\n -moz-transform : translateX(270px);\n -ms-transform : translateX(270px);\n -o-transform : translateX(270px);\n transform : translateX(270px);\n}\n@media (min-width: 992px) {\n .side-menu #content {\n margin-top: -50px;\n }\n .side-menu-left #content {\n padding-left: 270px;\n }\n .side-menu-left.rtl #content {\n padding-left: 0;\n padding-right: 270px;\n }\n .side-menu-right #content {\n padding-right: 270px;\n }\n .side-menu-right.rtl #content {\n padding-right: 0;\n padding-left: 270px;\n }\n}\n.btn i, button i, .button i {\n color: inherit !important;\n}\n.btn-default {\n background: #4d4a51 !important;\n color: #fff !important;\n}\n.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover {\n background: rgba(77, 74, 81, 0.9) !important;\n}\n.btn-warning {\n background: rgba(0, 0, 0, 0.64) !important;\n color: #fff !important;\n}\n.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover {\n background: rgba(0, 0, 0, 0.54) !important;\n}\n.btn-danger {\n background: #c66226 !important;\n color: #fff !important;\n}\n.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:focus, .btn-danger:active:hover {\n background: rgba(198, 98, 38, 0.9) !important;\n}\n.btn-success {\n background: #008d7d !important;\n color: #fff !important;\n}\n.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover {\n background: rgba(0, 141, 125, 0.9) !important;\n}\n.btn-info {\n background: #78a2bb !important;\n color: #fff !important;\n}\n.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover {\n background: rgba(120, 162, 187, 0.9) !important;\n}\n.panel-default .panel-heading {\n background: #4d4a51 !important;\n}\n.panel-default .panel-heading a, .panel-default .panel-heading a:hover {\n color: #fff !important;\n}\n.panel-default .panel-title {\n color: #fff !important;\n}\n.panel-warning .panel-heading {\n background: rgba(0, 0, 0, 0.64) !important;\n}\n.panel-warning .panel-heading a, .panel-warning .panel-heading a:hover {\n color: #fff !important;\n}\n.panel-warning .panel-title {\n color: #fff !important;\n}\n.panel-danger .panel-heading {\n background: #c66226 !important;\n}\n.panel-danger .panel-heading a, .panel-danger .panel-heading a:hover {\n color: #fff !important;\n}\n.panel-danger .panel-title {\n color: #fff !important;\n}\n.panel-success .panel-heading {\n background: #008d7d !important;\n}\n.panel-success .panel-heading a, .panel-success .panel-heading a:hover {\n color: #fff !important;\n}\n.panel-success .panel-title {\n color: #fff !important;\n}\n.panel-info .panel-heading {\n background: #78a2bb !important;\n}\n.panel-info .panel-heading a, .panel-info .panel-heading a:hover {\n color: #fff !important;\n}\n.panel-info .panel-title {\n color: #fff !important;\n}\n.alert-warning {\n background: rgba(0, 0, 0, 0.64);\n color: #fff !important;\n}\n.alert-warning a {\n color: #fff !important;\n text-decoration: underline;\n}\n.alert-warning .btn, .alert-warning .button {\n background: rgba(0, 0, 0, 0.64) !important;\n color: #fff !important;\n text-decoration: none;\n border: 1px solid #fff;\n}\n.alert-warning .close {\n color: #fff !important;\n}\n.alert-danger {\n background: #c66226;\n color: #fff !important;\n}\n.alert-danger a {\n color: #fff !important;\n text-decoration: underline;\n}\n.alert-danger .btn, .alert-danger .button {\n background: #c66226 !important;\n color: #fff !important;\n text-decoration: none;\n border: 1px solid #fff;\n}\n.alert-danger .close {\n color: #fff !important;\n}\n.alert-success {\n background: #008d7d;\n color: #fff !important;\n}\n.alert-success a {\n color: #fff !important;\n text-decoration: underline;\n}\n.alert-success .btn, .alert-success .button {\n background: #008d7d !important;\n color: #fff !important;\n text-decoration: none;\n border: 1px solid #fff;\n}\n.alert-success .close {\n color: #fff !important;\n}\n.alert-info {\n background: #78a2bb;\n color: #fff !important;\n}\n.alert-info a {\n color: #fff !important;\n text-decoration: underline;\n}\n.alert-info .btn, .alert-info .button {\n background: #78a2bb !important;\n color: #fff !important;\n text-decoration: none;\n border: 1px solid #fff;\n}\n.alert-info .close {\n color: #fff !important;\n}\n.progress-bar-default {\n box-shadow: none;\n background: #4d4a51;\n}\n.progress-bar-default span {\n color: #fff;\n}\n.progress-bar-default.progress-striped .progress-bar, .progress-striped .progress-bar-default {\n background-color: #4d4a51;\n background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n}\n.progress-bar-warning {\n background: rgba(0, 0, 0, 0.64);\n box-shadow: none;\n}\n.progress-bar-warning span {\n color: #fff;\n}\n.progress-bar-warning.progress-striped .progress-bar, .progress-striped .progress-bar-warning {\n background-color: rgba(0, 0, 0, 0.64);\n background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n}\n.progress-bar-danger {\n box-shadow: none;\n background: #c66226;\n}\n.progress-bar-danger span {\n color: #fff;\n}\n.progress-bar-danger.progress-striped .progress-bar, .progress-striped .progress-bar-danger {\n background-color: #c66226;\n background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n}\n.progress-bar-success {\n box-shadow: none;\n background: #008d7d;\n}\n.progress-bar-success span {\n color: #fff;\n}\n.progress-bar-success.progress-striped .progress-bar, .progress-striped .progress-bar-success {\n background-color: #008d7d;\n background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n}\n.progress-bar-info {\n box-shadow: none;\n background: #78a2bb;\n}\n.progress-bar-info span {\n color: #fff;\n}\n.progress-bar-info.progress-striped .progress-bar, .progress-striped .progress-bar-info {\n background-color: #78a2bb;\n background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n}\n.figure-overlay {\n background-color: rgba(0, 0, 0, 0.8);\n color: #fff;\n}\n.figure-overlay .figure-caption {\n color: #fff;\n}\n.figure-overlay .figure-caption h1, .figure-overlay .figure-caption h2, .figure-overlay .figure-caption h3, .figure-overlay .figure-caption h4, .figure-overlay .figure-caption h5, .figure-overlay .figure-caption i, .figure-overlay .figure-caption a {\n color: inherit !important;\n}\n.figure-overlay .figure-caption small {\n color: rgba(255, 255, 255, .8) !important;\n}\n.figure-overlay .figure-caption .btn {\n background: #fff !important;\n color: rgba(0, 0, 0, 0.8) !important;\n}\n.figure-overlay .figure-caption .btn:hover {\n background: rgba(255, 255, 255, .8) !important;\n}\n.figure-overlay .figure-caption i {\n font-size: 21px;\n}\n.fade-none.figcaption-top .figure-overlay {\n /* FF3.6+ */\n background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);\n /* Chrome,Safari4+ */\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));\n /* Chrome10+,Safari5.1+ */\n background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);\n /* Opera 11.10+ */\n background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);\n /* IE10+ */\n background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);\n /* W3C */\n background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);\n}\n.fade-none.figcaption-bottom .figure-overlay {\n /* FF3.6+ */\n background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);\n /* Chrome,Safari4+ */\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000));\n /* Chrome10+,Safari5.1+ */\n background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000 100%);\n /* Opera 11.10+ */\n background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000 100%);\n /* IE10+ */\n background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000 100%);\n /* W3C */\n background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #000 100%);\n}\n.mfp-bg {\n background: rgba(48, 40, 64, .9);\n}\n.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {\n background-color: rgba(48, 40, 64, .9) !important;\n color: #fff;\n}\n.mfp-counter, .mfp-preloader {\n color: rgba(48, 40, 64, .9);\n}\nbutton.mfp-arrow {\n background: rgba(48, 40, 64, .9) !important;\n}\n.mfp-title {\n color: rgba(207, 215, 191, .9);\n}\n.mfp-arrow:before {\n color: #fff;\n}\n.go-top {\n background: #202628 !important;\n}\n.go-top i {\n color: #fff;\n}\n.carousel-control {\n color: #fff !important;\n text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);\n}\n.carousel-caption, .carousel-caption h3 {\n color: #fff !important;\n text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);\n}\n.carousel-indicators li {\n background: rgba(0, 0, 0, 0.2);\n border-color: transparent;\n}\n.carousel-indicators li.active {\n background: #fff;\n border-color: #fff;\n}\n.flex-direction-nav a {\n color: #fff !important;\n text-shadow: none;\n background: rgba(0, 0, 0, 0.2);\n}\n.flex-control-nav a {\n background: rgba(0, 0, 0, 0.2);\n box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.2);\n}\n.flex-control-nav a.flex-active {\n background: #fff;\n}\n.flexslider figcaption {\n background: rgba(0, 0, 0, 0.2);\n}\n.flexslider figcaption h3, .flexslider figcaption p {\n color: #fff;\n}\n.ls-fullwidth .ls-nav-prev:after, .ls-fullwidth .ls-nav-next:after {\n color: #fff !important;\n text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);\n}\n.gform_wrapper .gfield_required.gfield_error, .gform_wrapper .gfield_error .gfield_label, .gform_wrapper .gfield_contains_required.gfield_error {\n color: #c66226;\n}\n.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {\n border-color: #c66226;\n}\n.validation_error {\n background: #c66226;\n color: #fff;\n border-radius: 6px;\n}\n.validation_error hr {\n border-top-color: #c66226;\n}\n.validation_error .alert-link {\n color: #e6e6e6;\n}\n.select2-container {\n background: rgba(0, 0, 0, .02);\n border-radius: 6px;\n}\n.select2-container .select2-choice {\n color: #3c3c3c;\n}\n.select2-container .select2-choice .select2-arrow b:after {\n color: #3c3c3c;\n}\n.select2-drop-active {\n background: rgba(0, 0, 0, .8);\n color: #3c3c3c;\n -webkit-box-shadow : 0px 2px 4px rgba(0, 0, 0, .1);\n -moz-box-shadow : 0px 2px 4px rgba(0, 0, 0, .1);\n -ms-box-shadow : 0px 2px 4px rgba(0, 0, 0, .1);\n -o-box-shadow : 0px 2px 4px rgba(0, 0, 0, .1);\n box-shadow : 0px 2px 4px rgba(0, 0, 0, .1);\n border: 1px solid rgba(0, 0, 0, .1) !important;\n}\n.select2-results .select2-highlighted {\n background-color: #c90;\n color: #3c3c3c;\n}\n.select2-results {\n background: rgba(0, 0, 0, .02);\n}\n.select2-search, .select2-results {\n background: rgba(0, 0, 0, .02);\n}\n.panel-bbpress .bbp-template-notice {\n color: #c66226;\n}\n[role=\"alert\"] {\n color: #c66226;\n}\n[role=\"alert\"].wpcf7-mail-sent-ok {\n color: #008d7d;\n}\n.wpcf7-not-valid {\n border-color: #c66226 !important;\n}\n.ajax-loader, .ajax-loader::before {\n border-top-color: #c90 !important;\n}\n.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {\n color: #fff;\n background-color: rgba(0, 0, 0, 0.64);\n}\n.table > tbody > tr.error > td, .table > tbody > tr.error > th, .table > tbody > tr > td.error, .table > tbody > tr > th.error, .table > tfoot > tr.error > td, .table > tfoot > tr.error > th, .table > tfoot > tr > td.error, .table > tfoot > tr > th.error, .table > thead > tr.error > td, .table > thead > tr.error > th, .table > thead > tr > td.error, .table > thead > tr > th.error {\n color: #fff;\n background-color: #c66226;\n}\n.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {\n color: #fff;\n background-color: #78a2bb;\n}\n.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {\n color: #fff;\n background-color: #008d7d;\n}\n.has-warning .form-control {\n border-color: rgba(0, 0, 0, 0.64);\n}\n.has-error .form-control {\n border-color: #c66226;\n}\n.has-success .form-control {\n border-color: #fff;\n}\n.has-info .form-control {\n border-color: #78a2bb;\n}\n.post-grid {\n background-color: #fff;\n border-color: #c3362c;\n}\n.post-grid .post-grid-content-title a {\n color: #c90;\n}\n.post-grid:hover .post-grid-content-title a {\n color: #c3362c;\n}\n.post-grid blockquote p {\n font-size: 19.2px;\n}\n.post-grid .post-grid-content-footer, .post-grid blockquote footer {\n border-top-color: #c3362c;\n}\n.post-grid-overlay {\n background-color: rgba(0, 0, 0, 0.8);\n}\n.post-grid-overlay .post-grid-content-title, .post-grid-overlay .post-grid-content-footer, .post-grid-overlay blockquote p, .post-grid-overlay blockquote footer {\n color: #fff;\n}\n.post-grid-overlay .post-grid-content {\n background: rgba(0, 0, 0, 0.8);\n}\n.post-grid-overlay blockquote:before {\n color: rgba(255, 255, 255, 0.7);\n}\n.figure-caption-category a {\n background: rgba(204, 153, 0, .8);\n color: #fff;\n transition: all 0.2s;\n}\n.figure-caption-category a:hover {\n background: rgba(204, 153, 0, .9);\n color: #fff;\n}\n#content {\n background: #fff;\n color: #333;\n}\nh1, h2, h3, h4, h5, h6 {\n color: #c90;\n}\nh1 small, h2 small, h3 small, h4 small, h5 small, h6 small {\n color: #959494;\n}\na {\n color: #c3362c;\n}\na:hover, a:focus {\n color: #c66226;\n}\nsmall, .small {\n color: #959494;\n}\nsmall a, .small a {\n color: #959494;\n}\nsmall a:hover, .small a:hover, small a:focus, .small a:focus {\n color: #c3362c;\n}\nsmall i, .small i {\n color: #959494;\n}\ni {\n color: #c3362c;\n}\nblockquote p {\n font-family: Abhaya Libre;\n font-style: italic;\n}\nblockquote small, blockquote footer {\n font-family: Abhaya Libre;\n color: #959494;\n}\nblockquote cite {\n color: #333;\n}\nblockquote:before {\n color: rgba(51, 51, 51, 0.2);\n}\nblockquote.blockquote-simple img {\n border-color: rgba(0, 0, 0, 0.2);\n}\n::selection {\n background: #c66226;\n color: #fff;\n}\n::-moz-selection {\n background: #c66226;\n color: #fff;\n}\nhr {\n border-top-color: #c3362c;\n}\npre {\n background: #c66226;\n color: #fff;\n}\n.btn-primary, button, input[type=\"submit\"] {\n background-color: #c90;\n color: #fff;\n}\n.btn-primary:hover, button:hover, input[type=\"submit\"]:hover, .btn-primary:active, button:active, input[type=\"submit\"]:active, .btn-primary:focus, button:focus, input[type=\"submit\"]:focus, .btn-primary:active:focus, button:active:focus, input[type=\"submit\"]:active:focus, .btn-primary:active:hover, button:active:hover, input[type=\"submit\"]:active:hover {\n background-color: #a37a00;\n color: #fff;\n}\n.btn-link {\n background: none;\n color: #c90;\n text-decoration: none;\n box-shadow: 0px 0px 0px 1px #c90 inset;\n}\n.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:active:focus, .btn-link:active:hover {\n text-decoration: none;\n background-color: #c90;\n color: #fff;\n box-shadow: 0px 0px 0px 1px #c90 inset;\n}\n.open .dropdown-toggle.btn-primary {\n background-color: #c90;\n color: #fff;\n}\n.btn-group .dropdown-menu {\n background-color: #c90;\n}\n.btn-group .dropdown-menu > li > a {\n color: #fff;\n box-shadow: 0px -1px 0px #b38600;\n}\n.btn-group .dropdown-menu > li:first-child > a {\n box-shadow: none;\n}\n.btn-group .dropdown-menu > li > a:hover {\n background: #f0b400;\n}\n.label-primary {\n background: #c90;\n color: #fff;\n}\n.label-primary a {\n color: #fff;\n}\nselect, textarea, input[type=\"text\"], input[type=\"password\"], input[type=\"datetime\"], input[type=\"datetime-local\"], input[type=\"date\"], input[type=\"month\"], input[type=\"time\"], input[type=\"week\"], input[type=\"number\"], input[type=\"email\"], input[type=\"url\"], input[type=\"search\"], input[type=\"tel\"], input[type=\"color\"], .uneditable-input, .select-wrap, .form-control {\n background-color: rgba(0, 0, 0, .02);\n color: #3c3c3c;\n border-color: rgba(0, 0, 0, .1);\n}\nselect:-moz-placeholder, textarea:-moz-placeholder, input[type=\"text\"]:-moz-placeholder, input[type=\"password\"]:-moz-placeholder, input[type=\"datetime\"]:-moz-placeholder, input[type=\"datetime-local\"]:-moz-placeholder, input[type=\"date\"]:-moz-placeholder, input[type=\"month\"]:-moz-placeholder, input[type=\"time\"]:-moz-placeholder, input[type=\"week\"]:-moz-placeholder, input[type=\"number\"]:-moz-placeholder, input[type=\"email\"]:-moz-placeholder, input[type=\"url\"]:-moz-placeholder, input[type=\"search\"]:-moz-placeholder, input[type=\"tel\"]:-moz-placeholder, input[type=\"color\"]:-moz-placeholder, .uneditable-input:-moz-placeholder, .select-wrap:-moz-placeholder, .form-control:-moz-placeholder {\n color: #9c9c9c;\n}\nselect::-moz-placeholder, textarea::-moz-placeholder, input[type=\"text\"]::-moz-placeholder, input[type=\"password\"]::-moz-placeholder, input[type=\"datetime\"]::-moz-placeholder, input[type=\"datetime-local\"]::-moz-placeholder, input[type=\"date\"]::-moz-placeholder, input[type=\"month\"]::-moz-placeholder, input[type=\"time\"]::-moz-placeholder, input[type=\"week\"]::-moz-placeholder, input[type=\"number\"]::-moz-placeholder, input[type=\"email\"]::-moz-placeholder, input[type=\"url\"]::-moz-placeholder, input[type=\"search\"]::-moz-placeholder, input[type=\"tel\"]::-moz-placeholder, input[type=\"color\"]::-moz-placeholder, .uneditable-input::-moz-placeholder, .select-wrap::-moz-placeholder, .form-control::-moz-placeholder {\n color: #9c9c9c;\n}\nselect:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=\"text\"]:-ms-input-placeholder, input[type=\"password\"]:-ms-input-placeholder, input[type=\"datetime\"]:-ms-input-placeholder, input[type=\"datetime-local\"]:-ms-input-placeholder, input[type=\"date\"]:-ms-input-placeholder, input[type=\"month\"]:-ms-input-placeholder, input[type=\"time\"]:-ms-input-placeholder, input[type=\"week\"]:-ms-input-placeholder, input[type=\"number\"]:-ms-input-placeholder, input[type=\"email\"]:-ms-input-placeholder, input[type=\"url\"]:-ms-input-placeholder, input[type=\"search\"]:-ms-input-placeholder, input[type=\"tel\"]:-ms-input-placeholder, input[type=\"color\"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder, .select-wrap:-ms-input-placeholder, .form-control:-ms-input-placeholder {\n color: #9c9c9c;\n}\nselect::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=\"text\"]::-webkit-input-placeholder, input[type=\"password\"]::-webkit-input-placeholder, input[type=\"datetime\"]::-webkit-input-placeholder, input[type=\"datetime-local\"]::-webkit-input-placeholder, input[type=\"date\"]::-webkit-input-placeholder, input[type=\"month\"]::-webkit-input-placeholder, input[type=\"time\"]::-webkit-input-placeholder, input[type=\"week\"]::-webkit-input-placeholder, input[type=\"number\"]::-webkit-input-placeholder, input[type=\"email\"]::-webkit-input-placeholder, input[type=\"url\"]::-webkit-input-placeholder, input[type=\"search\"]::-webkit-input-placeholder, input[type=\"tel\"]::-webkit-input-placeholder, input[type=\"color\"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder, .select-wrap::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {\n color: #9c9c9c;\n}\n.form-control:focus {\n border-color: #c90;\n}\ninput[type=\"checkbox\"], input[type=\"radio\"] {\n -webkit-box-shadow : none;\n -moz-box-shadow : none;\n -ms-box-shadow : none;\n -o-box-shadow : none;\n box-shadow : none;\n}\n.form-icon-group i {\n color: #c90;\n}\ninput[type=\"button\"] {\n background: #c90;\n color: #fff;\n}\n.select-wrap {\n color: #3c3c3c;\n background: rgba(0, 0, 0, .02);\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1) inset;\n}\n.select-wrap:after {\n color: #3c3c3c;\n}\n.table > thead {\n border-color: #992a23;\n}\n.table > thead > tr > th {\n background-color: #c3362c;\n text-transform: uppercase;\n color: #333;\n font-family: Aref Ruqaa;\n}\n.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {\n border-color: #c3362c;\n}\n.table tfoot th {\n background-color: #c3362c;\n}\n.table-hover tbody tr:hover th {\n background: #c3362c;\n}\n.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th, .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {\n background: #c3362c;\n}\n#masthead {\n box-shadow: 0px 1px 0px rgba(13, 14, 15, .5), 0px -1px 0px rgba(13, 14, 15, .5);\n}\n.menu {\n color: #fff;\n background: #c66226;\n}\n.menu .navbar-text {\n color: #fff;\n}\n.menu .navbar-brand {\n color: #fff;\n}\n.menu .navbar-brand:hover {\n color: #fff;\n}\n.menu a {\n color: #e2d480;\n}\n.menu a:before {\n height: 4px;\n}\n.menu .nav > li > a {\n color: #e2d480;\n}\n.menu .nav > li > a:hover, .menu .nav > li > a:focus {\n color: #fff;\n background: none;\n}\n.menu .nav > li > a:hover:before, .menu .nav > li > a:focus:before {\n opacity: 1;\n width: 100%;\n background-color: #fff;\n}\n.menu a .menu-icon {\n color: inherit;\n}\n.navbar-toggle {\n background: none !important;\n}\n.navbar-toggle .icon-bar {\n background-color: #e2d480;\n}\n.navbar-toggle:hover {\n background: none;\n}\n.menu .nav > .active > a, .menu .nav > .current-menu-parent > a, .menu .nav > .current-menu-ancestor > a, .menu .nav > .current-menu-item > a, .menu .nav > .current-menu-item > a:focus, .menu .nav > .current-page-parent > a, .menu .nav > .active > a:focus, .menu .nav li.dropdown.open > .dropdown-toggle, .menu .nav li.dropdown.active > .dropdown-toggle, .menu .nav li.dropdown.open.active > .dropdown-toggle {\n color: rgba(255, 255, 255, 0.83);\n}\n.menu .nav > .active > a:after, .menu .nav > .current-menu-parent > a:after, .menu .nav > .current-menu-ancestor > a:after, .menu .nav > .current-menu-item > a:after, .menu .nav > .current-menu-item > a:focus:after, .menu .nav > .current-page-parent > a:after, .menu .nav > .active > a:focus:after, .menu .nav li.dropdown.open > .dropdown-toggle:after, .menu .nav li.dropdown.active > .dropdown-toggle:after, .menu .nav li.dropdown.open.active > .dropdown-toggle:after {\n border-radius: 6px;\n}\n.menu .nav > .active > a:hover, .menu .nav > .current-menu-parent > a:hover, .menu .nav > .current-menu-ancestor > a:hover, .menu .nav > .current-menu-item > a:hover, .menu .nav > .current-menu-item > a:focus:hover, .menu .nav > .current-page-parent > a:hover, .menu .nav > .active > a:focus:hover, .menu .nav li.dropdown.open > .dropdown-toggle:hover, .menu .nav li.dropdown.active > .dropdown-toggle:hover, .menu .nav li.dropdown.open.active > .dropdown-toggle:hover {\n color: #fff;\n}\n.menu .nav > .disabled > a {\n opacity: 0.8;\n}\n.menu .dropdown-menu {\n background-color: #c66226;\n -webkit-box-shadow : 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;\n -moz-box-shadow : 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;\n -ms-box-shadow : 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;\n -o-box-shadow : 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;\n box-shadow : 0px 2px 4px rgba(0, 0, 0, .1), 0px 3px 0px rgba(0, 0, 0, .055) inset;\n}\n.menu .dropdown-menu > li > a {\n color: #fff;\n}\n.menu .dropdown-menu > li > a .menu-icon {\n color: inherit;\n}\n.menu .dropdown-menu > li > a:hover, .menu .dropdown-menu > .active > a, .menu .dropdown-menu > .active > a:hover, .menu .dropdown-menu > .active > a:focus {\n color: #e2d480;\n background: transparent;\n}\n.menu .nav > li > .dropdown-menu:after, .menu .nav > li > .dropdown-menu:before {\n display: none;\n}\n.menu .dropdown-submenu > a:after {\n border-left-color: #fff !important;\n}\n.menu .dropdown-menu .divider {\n background-color: rgba(0, 0, 0, .055);\n}\n.nav-highlight > a, .nav-highlight-ghost > a {\n border-radius: 6px;\n}\n.nav-highlight > a:after, .nav-highlight-ghost > a:after {\n border-radius: 6px;\n}\n.menu .nav-highlight > a {\n color: #c66226 !important;\n}\n.menu .nav-highlight > a:after {\n background: #e2d480;\n}\n.menu .nav-highlight > a:hover {\n color: #c66226 !important;\n}\n.menu .nav-highlight > a:hover:after {\n background: #fff;\n}\n.menu .nav-highlight.active > a {\n color: #c66226 !important;\n}\n.menu .nav-highlight.active > a:after {\n background: rgba(255, 255, 255, 0.83);\n}\n.menu .nav-highlight.active > a:hover {\n color: #c66226 !important;\n}\n.menu .nav-highlight.active > a:hover:after {\n background: #fff;\n}\n.menu .nav-highlight .menu-icon {\n color: #c66226;\n}\n.menu .nav-highlight-ghost > a {\n color: #e2d480;\n}\n.menu .nav-highlight-ghost > a:after {\n border: 1px solid #e2d480;\n}\n.menu .nav-highlight-ghost > a:hover {\n color: #fff;\n}\n.menu .nav-highlight-ghost > a:hover:after {\n border: 1px solid #fff;\n}\n.menu .nav-highlight-ghost.active > a {\n color: rgba(255, 255, 255, 0.83);\n}\n.menu .nav-highlight-ghost.active > a:after {\n border: 1px solid rgba(255, 255, 255, 0.83);\n}\n.menu .nav-highlight-ghost.active > a:hover {\n color: #fff;\n}\n.menu .nav-highlight-ghost.active > a:hover:after {\n border: 1px solid #fff;\n}\n.search-trigger, .search-trigger:hover {\n color: #fff;\n}\n.search-trigger:before {\n border-color: #fff;\n color: #fff;\n}\n.search-trigger:after {\n background: #fff;\n}\n.top-search.active .search-trigger:before {\n background: #fff;\n}\n.top-search.active .search-trigger:after {\n background: #fff;\n}\n.header-logo-center-menu-below .container-logo, .header-logo-left-menu-below .container-logo, .header-logo-right-menu-below .container-logo, .header-logo-left-sidebar-right .container-logo {\n background: #444;\n box-shadow: 0px 1px 0px rgba(13, 14, 15, .5);\n}\n.header-logo-center-menu-below .navbar-brand, .header-logo-left-menu-below .navbar-brand, .header-logo-right-menu-below .navbar-brand, .header-logo-left-sidebar-right .navbar-brand {\n color: #fff;\n}\n.header-logo-center-menu-below .navbar-brand:hover, .header-logo-left-menu-below .navbar-brand:hover, .header-logo-right-menu-below .navbar-brand:hover, .header-logo-left-sidebar-right .navbar-brand:hover {\n color: #fff;\n opacity: 0.9;\n}\n.header-logo-center-menu-below .logo-navbar, .header-logo-left-menu-below .logo-navbar, .header-logo-right-menu-below .logo-navbar, .header-logo-left-sidebar-right .logo-navbar {\n color: #fff;\n}\n.header-logo-center-menu-below .logo-navbar a, .header-logo-left-menu-below .logo-navbar a, .header-logo-right-menu-below .logo-navbar a, .header-logo-left-sidebar-right .logo-navbar a {\n color: #fff;\n}\n.header-logo-center-menu-below .logo-navbar .navbar-toggle .icon-bar, .header-logo-left-menu-below .logo-navbar .navbar-toggle .icon-bar, .header-logo-right-menu-below .logo-navbar .navbar-toggle .icon-bar, .header-logo-left-sidebar-right .logo-navbar .navbar-toggle .icon-bar {\n background: #fff;\n}\n.header-logo-center-menu-below .logo-navbar .logo-sidebar .sidebar-widget, .header-logo-left-menu-below .logo-navbar .logo-sidebar .sidebar-widget, .header-logo-right-menu-below .logo-navbar .logo-sidebar .sidebar-widget, .header-logo-left-sidebar-right .logo-navbar .logo-sidebar .sidebar-widget, .header-logo-center-menu-below .logo-navbar .logo-sidebar .sidebar-widget i, .header-logo-left-menu-below .logo-navbar .logo-sidebar .sidebar-widget i, .header-logo-right-menu-below .logo-navbar .logo-sidebar .sidebar-widget i, .header-logo-left-sidebar-right .logo-navbar .logo-sidebar .sidebar-widget i {\n color: #fff;\n}\n.header-logo-center-menu-below .logo-navbar .search-trigger, .header-logo-left-menu-below .logo-navbar .search-trigger, .header-logo-right-menu-below .logo-navbar .search-trigger, .header-logo-left-sidebar-right .logo-navbar .search-trigger, .header-logo-center-menu-below .logo-navbar .search-trigger:hover, .header-logo-left-menu-below .logo-navbar .search-trigger:hover, .header-logo-right-menu-below .logo-navbar .search-trigger:hover, .header-logo-left-sidebar-right .logo-navbar .search-trigger:hover {\n color: #fff;\n}\n.header-logo-center-menu-below .logo-navbar .search-trigger:before, .header-logo-left-menu-below .logo-navbar .search-trigger:before, .header-logo-right-menu-below .logo-navbar .search-trigger:before, .header-logo-left-sidebar-right .logo-navbar .search-trigger:before {\n border-color: #fff;\n}\n.header-logo-center-menu-below .logo-navbar .search-trigger:after, .header-logo-left-menu-below .logo-navbar .search-trigger:after, .header-logo-right-menu-below .logo-navbar .search-trigger:after, .header-logo-left-sidebar-right .logo-navbar .search-trigger:after {\n background: #fff;\n}\n.header-logo-center-menu-below .logo-navbar .top-search.active .search-trigger:before, .header-logo-left-menu-below .logo-navbar .top-search.active .search-trigger:before, .header-logo-right-menu-below .logo-navbar .top-search.active .search-trigger:before, .header-logo-left-sidebar-right .logo-navbar .top-search.active .search-trigger:before {\n background: #fff;\n}\n.header-logo-center-menu-below .logo-navbar .top-search.active .search-trigger:after, .header-logo-left-menu-below .logo-navbar .top-search.active .search-trigger:after, .header-logo-right-menu-below .logo-navbar .top-search.active .search-trigger:after, .header-logo-left-sidebar-right .logo-navbar .top-search.active .search-trigger:after {\n background: #fff;\n}\n.menu .sidebar-widget {\n color: #fff;\n}\n.menu .sidebar-widget .sidebar-header {\n color: #fff;\n}\n.menu .sidebar-widget i {\n color: #fff;\n}\n@media (min-width: 992px) {\n .transparent-header .sticky-wrapper {\n background: none;\n }\n .rtl.transparent-header #masthead .navbar-brand {\n background-position-x: 100%;\n }\n .transparent-header #masthead:not(.navbar-scrolled) {\n background: none;\n -webkit-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n -moz-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n -ms-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n -o-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n }\n .transparent-header #masthead:not(.navbar-scrolled) a {\n color: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled).search-active {\n background: #c66226 !important;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .navbar-text {\n color: #fff;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .navbar-brand {\n color: #fff;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .navbar-brand:hover {\n color: #fff;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav > li > a {\n color: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:before {\n background: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover, .transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:focus {\n color: #fff;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover:before, .transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:focus:before {\n background: #fff;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .navbar-toggle .icon-bar {\n background-color: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav > li > a:hover, .transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a, .transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a:hover, .transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-parent > a, .transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-ancestor > a, .transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a, .transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a:hover, .transparent-header #masthead:not(.navbar-scrolled) .nav > .current-menu-item > a:focus, .transparent-header #masthead:not(.navbar-scrolled) .nav > .active > a:focus, .transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.open > .dropdown-toggle, .transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.active > .dropdown-toggle, .transparent-header #masthead:not(.navbar-scrolled) .nav li.dropdown.open.active > .dropdown-toggle {\n color: #fff;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu li a {\n color: #fff;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu li > a:hover, .transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a, .transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a:hover, .transparent-header #masthead:not(.navbar-scrolled) .dropdown-menu .active > a:focus {\n color: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .search-trigger:before {\n border-color: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .search-trigger:after {\n background: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .top-search.active .search-trigger:before {\n border-color: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .top-search.active .search-trigger:after {\n background: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a, .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a {\n color: #1d2b7f !important;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:after, .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:after {\n background: #e2d480 !important;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:hover, .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:hover {\n color: #000 !important;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a:hover:after, .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a:hover:after {\n background: #fff !important;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight > a .menu-icon, .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight.active > a .menu-icon {\n color: #e2d480 !important;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a, .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a {\n color: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:after, .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:after {\n border: 1px solid #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:hover, .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:hover {\n color: #fff !important;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost > a:hover:after, .transparent-header #masthead:not(.navbar-scrolled) .nav-highlight-ghost.active > a:hover:after {\n border-color: #fff !important;\n }\n .transparent-header #masthead:not(.navbar-scrolled).header-logo-center-menu-below .container-logo, .transparent-header #masthead:not(.navbar-scrolled).header-logo-left-menu-below .container-logo, .transparent-header #masthead:not(.navbar-scrolled).header-logo-right-menu-below .container-logo, .transparent-header #masthead:not(.navbar-scrolled).header-logo-left-sidebar-right .container-logo {\n background: none;\n -webkit-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n -moz-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n -ms-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n -o-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .navbar-brand {\n color: #fff;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .logo-navbar {\n color: #fff;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .logo-sidebar .sidebar-widget, .transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .logo-sidebar .sidebar-widget i {\n color: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger, .transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:hover {\n color: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:before {\n border-color: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .search-trigger:after {\n background: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .top-search.active .search-trigger:before {\n background: #e2d480;\n }\n .transparent-header #masthead:not(.navbar-scrolled) .logo-navbar .top-search.active .search-trigger:after {\n background: #e2d480;\n }\n .transparent-header .top-bar {\n -webkit-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n -moz-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n -ms-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n -o-box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n box-shadow : 0 -1px 0px 0 rgba(255, 255, 255, 0.1) inset;\n background: none;\n color: #fff;\n }\n .transparent-header .top-bar a {\n color: #e2d480;\n }\n .transparent-header .top-bar a:hover {\n color: #e2d480;\n }\n .transparent-header .top-bar i, .transparent-header .top-bar li i, .transparent-header .top-bar li a i {\n color: #e2d480;\n }\n .transparent-header .top-bar .sidebar-widget {\n border-color: rgba(255, 255, 255, .1);\n }\n .transparent-header .top-bar .widget_wpml_language_selector li:before {\n background: rgba(255, 255, 255, .1);\n }\n .transparent-header .top-bar .widget_recent_entries li, .transparent-header .top-bar .widget_recent_comments li, .transparent-header .top-bar .widget_archive li, .transparent-header .top-bar .widget_categories li, .transparent-header .top-bar .widget_meta li, .transparent-header .top-bar .widget_pages li, .transparent-header .top-bar .widget_twitter li, .transparent-header .top-bar .widget_nav_menu li, .transparent-header .top-bar .widget_rss li {\n border-color: rgba(255, 255, 255, .1);\n }\n .transparent-header .top-bar .search-trigger:before {\n border-color: #fff;\n color: #fff;\n }\n .transparent-header .top-bar .search-trigger:after {\n background: #fff;\n }\n .transparent-header .top-bar .top-search.active .search-trigger:before {\n background: #e2d480;\n }\n .transparent-header .top-bar .top-search.active .search-trigger:after {\n background: #e2d480;\n }\n}\n.menu-item-object-oxy_mega_menu {\n color: #fff;\n}\n.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a {\n color: #fff;\n}\n.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover {\n color: #e2d480;\n}\n.menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li.current-menu-item > a {\n color: #e2d480;\n}\n.menu-item-object-oxy_mega_menu .dropdown-menu > li > p {\n border-bottom-color: rgba(0, 0, 0, .055);\n}\n.menu-item-object-oxy_mega_menu .dropdown-menu > li:before {\n background: rgba(0, 0, 0, .055);\n}\n#navbar-slide .form-control {\n color: #fff;\n}\n@media (max-width: 991px) {\n .menu .navbar-collapse {\n box-shadow: inset 0 1px 0 rgba(0, 0, 0, .055);\n }\n .menu .nav > li > a {\n border-radius: 0;\n }\n .menu .open .dropdown-menu {\n background: #c66226;\n border-radius: 0;\n box-shadow: none;\n }\n .menu .open .dropdown-menu > li > a {\n border-radius: 0;\n }\n .menu .open .dropdown-menu > li > a:hover, .menu .open .dropdown-menu > li > a:focus, .menu .open .dropdown-menu > li.active > a {\n color: #e2d480;\n }\n .dropdown-submenu > a:after {\n border-left-color: transparent !important;\n border-top-color: #fff !important;\n }\n .menu-item-object-oxy_mega_menu .dropdown-menu > li > ul > li > a:hover {\n color: #e2d480;\n }\n .menu-item-object-oxy_mega_menu .dropdown-menu > li:before {\n display: none;\n }\n .nav-highlight > a {\n color: #e2d480 !important;\n }\n .nav-highlight > a:after {\n background: transparent;\n }\n .nav-highlight > a:hover {\n color: #e2d480 !important;\n }\n .nav-highlight > a:hover:after {\n background: transparent;\n }\n .transparent-header .navbar-collapse {\n background: rgba(198, 98, 38, .95) !important;\n }\n .menu-sidebar {\n border-top: 1px solid rgba(255, 255, 255, .075);\n }\n}\n.pagination > li > a, .pagination > li > span {\n background: #c90;\n color: #fff;\n}\n.pagination > li:first-child > a, .pagination > li:first-child > span {\n border-bottom-left-radius: 6px;\n border-top-left-radius: 6px;\n}\n.pagination > li:last-child > a, .pagination > li:last-child > span {\n background: #c90;\n color: #fff;\n border-bottom-right-radius: 6px;\n border-top-right-radius: 6px;\n}\n.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {\n background: #a37a00;\n color: #fff;\n}\n.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {\n background: #a37a00;\n}\n.pagination > .active > a i, .pagination > .active > a:hover i, .pagination > .active > a:focus i, .pagination > .active > span i, .pagination > .active > span:hover i, .pagination > .active > span:focus i {\n color: #fff;\n}\n.pagination > li:first-child i, .pagination > li:last-child i {\n color: #fff;\n}\n.pagination > .disabled > span, .pagination > .disabled span:hover, .pagination > .disabled > a, .pagination > .disabled a:hover {\n background: #c90;\n color: #fff;\n}\n.pagination > .disabled > span i, .pagination > .disabled span:hover i, .pagination > .disabled > a i, .pagination > .disabled a:hover i {\n color: #fff;\n}\n.box-inner {\n background-color: #c3362c;\n}\n.pager > li > a {\n background: #c90;\n color: #fff;\n}\n.pager > li > a i {\n color: #fff;\n}\n.pager li > a:hover, .pager li > a:focus {\n background-color: #a37a00;\n color: #fff;\n}\n.tooltip-inner {\n background-color: #c66226;\n color: #fff;\n}\n.tooltip.in {\n opacity: 1;\n}\n.tooltip.top .tooltip-arrow {\n border-top-color: #c66226;\n}\n.tooltip.right .tooltip-arrow {\n border-right-color: #c66226;\n}\n.tooltip.left .tooltip-arrow {\n border-left-color: #c66226;\n}\n.tooltip.bottom .tooltip-arrow {\n border-bottom-color: #c66226;\n}\n.jumbotron {\n background: #c3362c;\n}\n.progress {\n border-radius: 6px;\n}\n.progress .progress-bar {\n border-radius: 6px;\n}\n.progress-bar-primary {\n background: #c90;\n box-shadow: none;\n}\n.progress-bar-primary span {\n color: #fff;\n}\n.progress-bar-primary.progress-striped .progress-bar, .progress-striped .progress-bar-primary {\n background-color: #c90;\n background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);\n background-size: 40px 40px;\n}\n.badge {\n background: #c66226;\n color: #fff;\n /* - Tabs - */\n}\n.nav-tabs {\n border-color: #c3362c;\n}\n.nav-tabs > li > a {\n border-top-left-radius: 6px;\n border-top-right-radius: 6px;\n}\n.nav-tabs > li > a:hover {\n border-color: #c3362c #c3362c #fff;\n}\n.nav-tabs > li > a:hover {\n background: none;\n}\n.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active a:focus {\n border-top-color: #c3362c;\n border-left-color: #c3362c;\n border-right-color: #c3362c;\n}\n.tab-content {\n background: #fff;\n border-left: 1px solid #c3362c;\n border-right: 1px solid #c3362c;\n border-bottom: 1px solid #c3362c;\n}\n.tabs-below .nav-tabs {\n border-top: 1px solid #c3362c;\n}\n.tabs-below .nav-tabs > li > a {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n border-bottom-left-radius: 6px;\n border-bottom-right-radius: 6px;\n}\n.tabs-below .nav-tabs > li.active > a, .tabs-below .nav-tabs > li > a:hover {\n border-bottom-color: #c3362c;\n border-top: 0;\n}\n.tabs-below .tab-content {\n border-top: 1px solid #c3362c;\n}\n.nav-pills > li > a .badge {\n background: #c66226;\n color: #fff;\n}\n.nav-pills > li.active > a, .nav-pills > li.is-active > a, .nav-pills > li.active > a:hover, .nav-pills > li.is-active > a:hover, .nav-pills > li > a:hover, .nav-pills > li > a:focus {\n background: #c66226;\n color: #fff;\n}\n.nav-pills > li.active > a .badge, .nav-pills > li.is-active > a .badge, .nav-pills > li.active > a:hover .badge, .nav-pills > li.is-active > a:hover .badge, .nav-pills > li > a:hover .badge, .nav-pills > li > a:focus .badge {\n background: #fff;\n color: #c66226;\n}\n.nav-pills > li.active > a:hover, .nav-pills > li.is-active > a:hover, .nav-pills > li.active > a:hover:hover, .nav-pills > li.is-active > a:hover:hover, .nav-pills > li > a:hover:hover, .nav-pills > li > a:focus:hover {\n color: #fff;\n}\n.panel, .well {\n background: #c3362c;\n}\n.panel-primary {\n border-color: #c3362c;\n}\n.panel-primary .panel-heading {\n background: #c90;\n}\n.panel-primary .panel-heading a, .panel-primary .panel-heading .panel-title {\n color: #fff;\n text-decoration: none;\n}\n.panel-primary > .panel-heading + .panel-collapse .panel-body {\n border-top-color: #806000;\n background: transparent;\n}\n.panel-footer {\n background: #e6ac00;\n border-color: #b38600;\n}\n.panel .table {\n box-shadow: 0px 0px 0px 1px #c3362c inset;\n}\n.panel .table th {\n background: #c3362c;\n color: #c90;\n}\n.portfolio-title {\n background: #c90;\n color: #fff;\n}\n.portfolio-nav svg {\n stroke: #333;\n}\n.social-icons li a {\n background-color: #c66226;\n}\n.social-icons li a i {\n color: #fff;\n}\n.social-icons li a:not([data-iconcolor]):hover {\n background-color: rgba(198, 98, 38, .8);\n}\n.social-simple li a i {\n color: #333;\n}\n.post-share .social-simple li a i {\n color: #959494;\n}\n.social-simple li a:not([data-iconcolor]):hover i {\n color: #c3362c;\n}\n.divider-border-inner {\n background-color: #c3362c;\n}\n#infscr-loading {\n background: #c66226;\n color: #fff;\n}\n.scroll-to i {\n color: #c3362c;\n}\n.scroll-to:hover i {\n color: #c66226;\n}\n.map-marker-label {\n background: #fff;\n color: #333;\n}\n.features-list-icon {\n background: #c3362c;\n}\n.ui-datepicker {\n background: #fff;\n border: 1px solid rgba(0, 0, 0, .1);\n border-radius: 6px;\n}\n.ui-datepicker-header {\n background-color: rgba(0, 0, 0, .02);\n color: #3c3c3c;\n}\n.ui-datepicker-today {\n background-color: #c3362c;\n}\n.ui-datepicker-today a, .ui-datepicker-today a:hover {\n color: #fff;\n}\n.ui-datepicker-calendar thead {\n border-bottom: 1px solid rgba(0, 0, 0, .02);\n}\n.date-wrapper:after {\n color: #3c3c3c;\n}\n.pace-overlay {\n background: #000;\n}\n.pace-dot .pace-progress-inner {\n background: #c90;\n}\n.pace-minimal .pace .pace-progress {\n background: #c90;\n}\n.pace-counter .pace .pace-progress:after {\n color: #c90;\n}\n.pace-logo .pace .pace-progress {\n background: #000;\n}\n.pace-logo .pace:before {\n background: #c90;\n}\n.pricing-head, .pricing-body {\n background: #fff;\n}\n.pricing-price {\n background: #c90;\n color: #fff;\n}\n.pricing-list li {\n border-color: #c3362c;\n}\n.pricing-item-list li h3 {\n border-bottom-color: #c3362c;\n}\n.pricing-item-list li strong {\n background-color: #c90;\n color: #fff;\n}\n.pricing-item-list li.featured:before {\n border-color: #c90;\n}\n.col-border-top {\n border-top-color: #c3362c;\n}\n.col-border-right {\n border-right-color: #c3362c;\n}\n.col-border-bottom {\n border-bottom-color: #c3362c;\n}\n.col-border-left {\n border-left-color: #c3362c;\n}\n.tag-list span {\n background: #c90;\n color: #fff;\n}\n.bullet-nav li a {\n background-color: rgba(255, 255, 255, 0.9);\n box-shadow: 0px 0px 0px 3px rgba(198, 98, 38, 0.5);\n}\n.bullet-nav li a.active {\n background-color: rgba(198, 98, 38, 0.9);\n box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);\n}\n.mejs-audio {\n background-color: #c90;\n color: #fff;\n}\n.mejs-container .mejs-controls .mejs-time span {\n color: #fff;\n}\n.mejs-controls .mejs-button button:hover {\n background-color: transparent;\n}\n.mejs-controls .mejs-time-rail .mejs-time-loaded {\n background: #fff;\n}\n.mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {\n background: #fff;\n}\n.cd-headline.type .cd-words-wrapper.selected {\n background-color: #c90;\n}\n.text-light.cd-headline.type .cd-words-wrapper.selected {\n background-color: rgba(255, 255, 255, 0.86);\n}\n.cd-headline.type .cd-words-wrapper.selected b {\n color: #36f;\n}\n.text-light.cd-headline.type .cd-words-wrapper.selected b {\n color: rgba(0, 0, 0, 0.86);\n}\n.cd-headline.loading-bar .cd-words-wrapper::after {\n background: #c90;\n}\n.text-light.cd-headline.loading-bar .cd-words-wrapper::after {\n background: rgba(255, 255, 255, 0.86);\n}\n.cd-headline.clip .cd-words-wrapper::after {\n background-color: #c90;\n}\n.text-light.cd-headline.clip .cd-words-wrapper::after {\n background-color: rgba(255, 255, 255, 0.86);\n}\n.cd-headline.type .cd-words-wrapper::after {\n background-color: #c90;\n}\n.text-light.cd-headline.type .cd-words-wrapper::after {\n background-color: rgba(255, 255, 255, 0.86);\n}\n#cd-timeline::before {\n background: #c3362c;\n}\n.cd-timeline-content {\n background-color: #fff;\n}\n.cd-timeline-content::before {\n border-right-color: #fff;\n}\n.cd-timeline-img {\n background-color: #c90;\n}\n.cd-timeline-img i {\n color: #fff;\n}\n@media only screen and (min-width: 1170px) {\n .cd-timeline-content::before {\n border-color: transparent;\n border-left-color: #fff;\n }\n .cd-timeline-block:nth-child(even) .cd-timeline-content::before {\n border-color: transparent;\n border-right-color: #fff;\n }\n}\n.post:after {\n background: #c3362c;\n}\n.post-more-link i {\n color: #c3362c;\n}\n.media-inner:after {\n background: #c3362c;\n}\n.post .author-info {\n border-color: #c3362c;\n}\n.post-list > div {\n border-color: #c3362c;\n}\n.breadcrumb-blog a, .breadcrumb-blog .active {\n color: #333;\n}\n.breadcrumb-blog a:hover {\n opacity: 0.8;\n}\n.breadcrumb-blog > li + li:before {\n color: #333;\n}\n.container-author {\n background: #c3362c;\n}\n.gform_wrapper .gsection {\n border-color: #c3362c;\n}\n.gf_progressbar {\n background: rgba(0, 0, 0, .02);\n border-radius: 6px;\n}\n.gf_progressbar_percentage {\n background: #c90;\n color: #fff;\n}\n.gf_page_steps {\n border-color: #c3362c;\n}\n.sidebar-widget .post-icon {\n background: #c3362c;\n}\n.widget_recent_entries li, .widget_recent_comments li, .widget_archive li, .widget_categories li, .widget_meta li, .widget_pages li, .widget_twitter li, .widget_nav_menu li, .widget_rss li, .widget_recent_entries .sub-menu, .widget_recent_comments .sub-menu, .widget_archive .sub-menu, .widget_categories .sub-menu, .widget_meta .sub-menu, .widget_pages .sub-menu, .widget_twitter .sub-menu, .widget_nav_menu .sub-menu, .widget_rss .sub-menu {\n border-color: #c3362c;\n}\n.widget_recent_entries small, .widget_recent_comments small, .widget_archive small, .widget_categories small, .widget_meta small, .widget_pages small, .widget_twitter small, .widget_nav_menu small, .widget_rss small {\n color: #333;\n}\n.widget_tag_cloud ul a {\n box-shadow: 0px 0px 0px 1px #c3362c;\n color: #333;\n}\n.widget_tag_cloud ul a:hover {\n box-shadow: 0px 0px 0px 1px #c3362c;\n color: #c3362c;\n}\n.widget_calendar tbody a {\n background: #c66226;\n color: #fff;\n}\n.widget_calendar tbody a:hover {\n background: #a85320;\n color: #fff;\n}\n.widget_calendar tfoot {\n background: #c3362c;\n}\n.widget_nav_menu .sub-menu li:before {\n color: #c3362c;\n}\n.widget_oxy_twitter li:before {\n color: #c66226;\n}\n.top-search form {\n background-color: #c66226;\n}\n.top-search input {\n background: none;\n color: #fff;\n}\n.top-search input:focus {\n box-shadow: none;\n}\n.top-search input:-moz-placeholder {\n color: #fff;\n}\n.top-search input::-moz-placeholder {\n color: #fff;\n}\n.top-search input:-ms-input-placeholder {\n color: #fff;\n}\n.top-search input::-webkit-input-placeholder {\n color: #fff;\n}\n.top-bar .top-search form {\n background-color: #272e31;\n}\n.top-bar .top-search input {\n background: none;\n color: #fff;\n}\n.top-bar .top-search input:focus {\n box-shadow: none;\n}\n.top-bar .top-search input:-moz-placeholder {\n color: #fff;\n}\n.top-bar .top-search input::-moz-placeholder {\n color: #fff;\n}\n.top-bar .top-search input:-ms-input-placeholder {\n color: #fff;\n}\n.top-bar .top-search input::-webkit-input-placeholder {\n color: #fff;\n}\n.logo-sidebar .top-search form {\n background-color: #444;\n}\n.logo-sidebar .top-search input {\n background: none;\n color: #fff;\n}\n.logo-sidebar .top-search input:focus {\n box-shadow: none;\n}\n.logo-sidebar .top-search input:-moz-placeholder {\n color: #fff;\n}\n.logo-sidebar .top-search input::-moz-placeholder {\n color: #fff;\n}\n.logo-sidebar .top-search input:-ms-input-placeholder {\n color: #fff;\n}\n.logo-sidebar .top-search input::-webkit-input-placeholder {\n color: #fff;\n}\n.top-bar {\n background: #272e31;\n color: #fff;\n}\n.top-bar a {\n color: #e2d480;\n}\n.top-bar a:hover {\n color: #fff;\n}\n.top-bar i, .top-bar li i, .top-bar li a i {\n color: #e2d480;\n}\n.top-bar .sidebar-widget {\n border-color: rgba(255, 255, 255, .1);\n}\n.top-bar .widget_wpml_language_selector li:before {\n background: rgba(255, 255, 255, .1);\n}\n.top-bar .widget_recent_entries li, .top-bar .widget_recent_comments li, .top-bar .widget_archive li, .top-bar .widget_categories li, .top-bar .widget_meta li, .top-bar .widget_pages li, .top-bar .widget_twitter li, .top-bar .widget_nav_menu li, .top-bar .widget_rss li {\n border-color: rgba(255, 255, 255, .1);\n}\n.top-bar .search-trigger:before {\n border-color: #fff;\n color: #fff;\n}\n.top-bar .search-trigger:after {\n background: #fff;\n}\n.section-upper-footer {\n border-top: 1px solid #c3362c;\n}\n#footer {\n background-color: #191919;\n color: rgba(255, 255, 255, .6);\n}\n#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong {\n color: #fff;\n}\n#footer a {\n color: #fff;\n}\n#footer a:hover {\n color: #fff;\n}\n#footer i {\n color: inherit;\n}\n#footer small {\n color: rgba(255, 255, 255, .6);\n}\n#footer .widget_recent_entries small, #footer .widget_recent_comments small, #footer .widget_archive small, #footer .widget_categories small, #footer .widget_meta small, #footer .widget_pages small, #footer .widget_twitter small, #footer .widget_nav_menu small, #footer .widget_rss small {\n color: rgba(255, 255, 255, .6);\n}\n#footer .widget_recent_entries li, #footer .widget_recent_comments li, #footer .widget_archive li, #footer .widget_categories li, #footer .widget_meta li, #footer .widget_pages li, #footer .widget_twitter li, #footer .widget_nav_menu li, #footer .widget_rss li, #footer .widget_recent_entries .sub-menu, #footer .widget_recent_comments .sub-menu, #footer .widget_archive .sub-menu, #footer .widget_categories .sub-menu, #footer .widget_meta .sub-menu, #footer .widget_pages .sub-menu, #footer .widget_twitter .sub-menu, #footer .widget_nav_menu .sub-menu, #footer .widget_rss .sub-menu {\n border-color: rgba(255, 255, 255, .1);\n}\n#footer .widget_tag_cloud ul a {\n box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .6);\n color: rgba(255, 255, 255, .6);\n}\n#footer .widget_tag_cloud ul a:hover {\n box-shadow: 0px 0px 0px 1px #fff;\n color: #fff;\n}\n#footer .widget_calendar tbody a {\n background: #fff;\n color: #191919;\n}\n#footer .widget_calendar tbody a:hover {\n background: #ededed;\n color: #191919;\n}\n#footer .widget_calendar tfoot {\n background: rgba(255, 255, 255, .1);\n}\n#footer .widget_nav_menu .sub-menu li:before {\n color: rgba(255, 255, 255, .1);\n}\n#footer .widget_oxy_twitter li:before {\n color: #fff;\n}\n#footer .star-rating {\n color: rgba(255, 255, 255, .6);\n}\n.subfooter {\n background-color: #000;\n color: rgba(255, 255, 255, .6);\n}\n.subfooter h1, .subfooter h2, .subfooter h3, .subfooter h4, .subfooter h5, .subfooter h6, .subfooter strong {\n color: #fff;\n}\n.subfooter a {\n color: #fff;\n}\n.subfooter a:hover {\n color: #fff;\n}\n.subfooter i {\n color: inherit;\n}\n.subfooter small {\n color: rgba(255, 255, 255, .6);\n}\n.subfooter .widget_recent_entries small, .subfooter .widget_recent_comments small, .subfooter .widget_archive small, .subfooter .widget_categories small, .subfooter .widget_meta small, .subfooter .widget_pages small, .subfooter .widget_twitter small, .subfooter .widget_nav_menu small, .subfooter .widget_rss small {\n color: rgba(255, 255, 255, .6);\n}\n.subfooter .widget_recent_entries li, .subfooter .widget_recent_comments li, .subfooter .widget_archive li, .subfooter .widget_categories li, .subfooter .widget_meta li, .subfooter .widget_pages li, .subfooter .widget_twitter li, .subfooter .widget_nav_menu li, .subfooter .widget_rss li, .subfooter .widget_recent_entries .sub-menu, .subfooter .widget_recent_comments .sub-menu, .subfooter .widget_archive .sub-menu, .subfooter .widget_categories .sub-menu, .subfooter .widget_meta .sub-menu, .subfooter .widget_pages .sub-menu, .subfooter .widget_twitter .sub-menu, .subfooter .widget_nav_menu .sub-menu, .subfooter .widget_rss .sub-menu {\n border-color: rgba(255, 255, 255, .1);\n}\n.subfooter .widget_tag_cloud ul a {\n box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .6);\n color: rgba(255, 255, 255, .6);\n}\n.subfooter .widget_tag_cloud ul a:hover {\n box-shadow: 0px 0px 0px 1px #fff;\n color: #fff;\n}\n.subfooter .widget_calendar tbody a {\n background: #fff;\n color: #000;\n}\n.subfooter .widget_calendar tbody a:hover {\n background: #ededed;\n color: #000;\n}\n.subfooter .widget_calendar tfoot {\n background: rgba(255, 255, 255, .1);\n}\n.subfooter .widget_nav_menu .sub-menu li:before {\n color: rgba(255, 255, 255, .1);\n}\n.subfooter .widget_oxy_twitter li:before {\n color: #fff;\n}\n.subfooter .star-rating {\n color: rgba(255, 255, 255, .6);\n}\n.product-title a {\n color: #c90;\n}\n.product-title a:hover {\n color: #c3362c;\n}\n.add-to-cart-button i {\n color: #333;\n}\n.add-to-cart-button.loading:before {\n color: #333;\n}\n.add-to-cart-button.added i {\n color: #c3362c;\n}\n.add-to-cart-button.added:before {\n color: #c3362c;\n}\n.product-image-overlay {\n color: #fff;\n background-color: rgba(0, 0, 0, 0.8);\n}\n.product-image-overlay h4, .product-image-overlay .star-rating {\n color: #fff;\n}\n.product-categories {\n text-transform: none;\n}\n.button {\n background: #c90;\n color: #fff;\n}\n.button:hover {\n background: rgba(204, 153, 0, .9);\n color: #fff;\n}\n.section-commerce .breadcrumb {\n background: none;\n color: #333;\n}\n.section-commerce .breadcrumb a {\n color: #c3362c;\n}\n.section-commerce .breadcrumb > li + li:before {\n color: #c3362c;\n}\n.onsale {\n background: #c90;\n color: #fff;\n}\n.price {\n color: #c90;\n}\n.page-numbers a, .page-numbers span {\n color: #fff;\n}\n.page-numbers li {\n background: #c90;\n}\n.page-numbers .current, .page-numbers li a:hover {\n background: #b38600;\n color: #f2f2f2;\n}\n#reviews input[type=\"submit\"] {\n background: #c90;\n color: #fff;\n}\n.product-category h3 {\n background: rgba(0, 0, 0, 0.8);\n color: #fff;\n}\n.product-category h3 small {\n color: #fff;\n}\n.description p {\n font-size: 20px;\n font-weight: 400;\n line-height: 1.75em;\n}\n.product-nav a i {\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1);\n background: rgba(0, 0, 0, .02);\n color: #3c3c3c;\n}\n.product-nav a:hover i {\n box-shadow: 0px 0px 0px 1px #c3362c;\n color: #c3362c;\n}\n.quantity input {\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1) inset;\n background: rgba(0, 0, 0, .02);\n color: #3c3c3c;\n}\n.quantity input:hover {\n box-shadow: 0px 0px 0px 1px #c3362c inset;\n color: #c3362c;\n}\n.quantity input[type=\"number\"] {\n box-shadow: 0px 1px 0px rgba(0, 0, 0, .1) inset, 0px -1px 0px rgba(0, 0, 0, .1) inset;\n}\n.entry-summary ul.social-icons li a {\n background: transparent;\n border: 1px solid rgba(0, 0, 0, .1);\n}\n.entry-summary ul.social-icons li a i {\n color: #3c3c3c;\n}\n.entry-summary ul.social-icons li a:hover {\n background: transparent;\n border: 1px solid #c3362c;\n}\n.entry-summary ul.social-icons li a:hover i {\n color: #c3362c;\n}\n.product-images figcaption {\n box-shadow: none;\n background: rgba(0, 0, 0, 0.8);\n}\n.product-images figcaption h4 a {\n color: #fff;\n}\n.order_details {\n background: #c3362c;\n}\n.order_details li {\n border-color: #d6554c;\n}\n.product-mini {\n color: #fff;\n}\n.product-mini a {\n color: #e2d480;\n}\n.mini-cart-count {\n background-color: #c90;\n color: #fff;\n}\n.mini-cart-overview ul li {\n border-bottom-color: rgba(0, 0, 0, .055);\n}\n.product-details-heading, .mini-cart-overview .product-details-heading a {\n color: #e2d480;\n}\n.mini-cart-overview .buttons a:first-child {\n box-shadow: 0px 0px 0px 1px #fff inset;\n color: #fff;\n}\n.mini-cart-overview .buttons a:last-child {\n background: #c90;\n color: #fff;\n}\n.woocommerce-invalid input, input.woocommerce-invalid, .woocommerce-invalid textarea, textarea.woocommerce-invalid {\n border-color: #c66226;\n}\n.shipping_calculator {\n font-family: Aref Ruqaa;\n font-weight: 400;\n}\n.chosen-single, .chosen-drop {\n background: rgba(0, 0, 0, .02) !important;\n border-radius: 6px !important;\n border-color: rgba(0, 0, 0, .1) !important;\n color: #3c3c3c !important;\n}\n.product-remove i {\n color: #c3362c;\n}\n.widget_product_tag_cloud a {\n border-radius: 6px;\n box-shadow: 0px 0px 0px 1px #c3362c;\n color: #333;\n}\n.widget_product_tag_cloud a:hover {\n box-shadow: 0px 0px 0px 1px #c3362c;\n color: #c3362c;\n}\n.product_list_widget li, .widget_product_categories li, .widget_product_categories .children, .widget_layered_nav li {\n border-color: #c3362c;\n}\n.product_list_widget li a, .widget_product_categories li a, .widget_product_categories .children a, .widget_layered_nav li a {\n font-family: Aref Ruqaa;\n color: #c90;\n font-weight: 400;\n text-transform: none;\n}\n.product_list_widget li a:hover, .widget_product_categories li a:hover, .widget_product_categories .children a:hover, .widget_layered_nav li a:hover {\n color: #c3362c;\n}\n.star-rating {\n color: #c3362c;\n}\n.widget_price_filter .ui-slider .ui-slider-range {\n background: #c3362c;\n}\n.widget_price_filter .ui-slider .ui-slider-handle {\n background: #c66226;\n}\n.widget_product_search form:after {\n color: #fff;\n}\n#footer .widget_product_tag_cloud a {\n box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .6);\n color: rgba(255, 255, 255, .6);\n}\n#footer .widget_product_tag_cloud a:hover {\n box-shadow: 0px 0px 0px 1px #fff;\n color: #fff;\n}\n#footer .product_list_widget li, #footer .widget_product_categories li, #footer .widget_product_categories .children, #footer .widget_layered_nav li {\n border-color: rgba(255, 255, 255, .1);\n}\n#footer .product_list_widget li a, #footer .widget_product_categories li a, #footer .widget_product_categories .children a, #footer .widget_layered_nav li a {\n color: #fff;\n}\n#footer .product_list_widget li a:hover, #footer .widget_product_categories li a:hover, #footer .widget_product_categories .children a:hover, #footer .widget_layered_nav li a:hover {\n color: #fff;\n}\n#footer .star-rating {\n color: rgba(255, 255, 255, .6);\n}\n#footer .widget_price_filter .ui-slider .ui-slider-range {\n background: rgba(255, 255, 255, .1);\n}\n#footer .widget_price_filter .ui-slider .ui-slider-handle {\n background: rgba(255, 255, 255, .6);\n}\n#footer .widget_product_search form:after {\n color: #191919;\n}\n.bbp-forums-list li {\n border-left-color: #c90;\n}\n.bbp-topic-freshness-author:after {\n background: #c90;\n}\n.bbp-topic-permalink i {\n color: #c3362c;\n}\n.panel-bbpress {\n background: #fff;\n}\n.panel-bbpress .panel-heading {\n border-color: #c90;\n}\n.panel-bbpress .panel-body {\n border-color: #c3362c;\n}\n.panel-bbpress .panel-warning {\n color: #c3362c;\n border-color: #c3362c;\n}\n.panel-bbpress .bbp-template-notice {\n border-color: #c3362c;\n}\n.panel-bbpress .panel-footer {\n background: #c3362c;\n border-color: #c3362c;\n}\n.label-bbpress {\n background: transparent;\n color: #c3362c;\n}\n.bbp-reply-content {\n border-color: #c3362c;\n}\n.bbp-reply-content .media-heading {\n background: #d24137;\n border-color: #ae3027;\n}\n.bbp_author_details img {\n background: #fff;\n box-shadow: 0px 0px 0px 4px #c3362c;\n}\n.bbp_author_details:after {\n background: #c3362c;\n}\n.bbp_author_details:hover img {\n box-shadow: 0px 0px 0px 4px #c3362c;\n}\n.bbpress-header .breadcrumb a, .bbpress-header .breadcrumb .active {\n color: #333;\n}\n.bbpress-header .breadcrumb a:hover {\n color: rgba(51, 51, 51, .8);\n}\n.bbp-topic-tags a {\n background: #c90;\n color: #fff;\n}\n.bbp-topic-tags a:hover {\n background: rgba(204, 153, 0, .9);\n}\n.bbp-logged-in {\n background: #c3362c;\n}\n.bbp-logged-in .button, .bbp-logged-in .button:hover {\n color: #fff;\n}\n.post-count {\n background: #c90;\n color: #fff;\n}\n#wpfc_sermon_wrap {\n background-color: #fff;\n border: 1px solid #c3362c;\n}\n#wpfc_sermon_wrap .sermon-title {\n border-bottom: 1px solid #c3362c;\n}\n.text-light {\n color: #fff;\n}\n.text-light i {\n color: #fff;\n}\nh1.text-light, h2.text-light, h3.text-light, h4.text-light, h5.text-light, h6.text-light, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {\n color: rgba(255, 255, 255, 0.86);\n}\n.text-light a, a.text-light {\n color: #fff;\n}\n.text-light a:hover, a.text-light:hover, .text-light a:focus, a.text-light:focus {\n color: rgba(255, 255, 255, 0.74);\n}\n.text-light blockquote, blockquote.text-light {\n color: #fff;\n}\n.text-light blockquote small, blockquote.text-light small, .text-light blockquote footer, blockquote.text-light footer, .text-light blockquote cite, blockquote.text-light cite {\n color: rgba(255, 255, 255, 0.86);\n}\n.text-light blockquote:before, blockquote.text-light:before {\n color: rgba(255, 255, 255, 0.7);\n}\n.text-light.btn-link, .text-light .btn-link {\n box-shadow: 0px 0px 0px 1px #fff inset !important;\n}\n.text-light.btn-link i, .text-light .btn-link i {\n color: #fff;\n}\n.text-light.btn-link:hover, .text-light .btn-link:hover, .text-light.btn-link:focus, .text-light .btn-link:focus {\n box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.9) inset !important;\n background: none;\n}\n.text-light.btn-primary, .text-light .btn-primary {\n background: #fff !important;\n color: #333 !important;\n}\n.text-light.btn-primary:hover, .text-light .btn-primary:hover, .text-light.btn-primary:focus, .text-light .btn-primary:focus {\n background: rgba(255, 255, 255, 0.9) !important;\n}\n.text-light small, .text-light .small {\n color: #fff;\n}\n.text-light.btn-primary:hover, .text-light .btn-primary:hover {\n opacity: 1;\n}\n.text-light .breadcrumb-blog a, .text-light .breadcrumb-blog .active {\n color: #fff;\n}\n.text-light .breadcrumb-blog > li + li:before {\n color: #fff;\n}\n.text-light.social-icons li a {\n background: #fff !important;\n}\n.text-light.social-icons li a i {\n color: #333 !important;\n}\n.text-light.social-simple li a {\n background: none !important;\n}\n.text-light.social-simple li a i {\n color: #fff !important;\n}\n.text-light .portfolio-nav svg {\n stroke: #fff;\n}\n.text-light.scroll-to i, .text-light .scroll-to i {\n color: #fff;\n}\n.text-light.scroll-to:hover, .text-light .scroll-to:hover {\n opacity: 0.9;\n}\n.text-light #wpfc_sermon_wrap {\n border: 1px solid rgba(255, 255, 255, .3);\n /* This is a compiled file, you should be editing the file in the templates directory */\n}\n.text-light #wpfc_sermon_wrap .sermon-title {\n border-bottom: 1px solid rgba(255, 255, 255, .3);\n}\n'),(1614,179,'lambda_navbar-border-height','4'),(1619,179,'oxy-lambda-original-id','11'),(1699,187,'_wp_attached_file','2014/12/pomegranate-header.jpg'),(1700,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:30:\"2014/12/pomegranate-header.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pomegranate-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"pomegranate-header-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"pomegranate-header-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"pomegranate-header-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:30:\"pomegranate-header-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:30:\"pomegranate-header-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"pomegranate-header-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1701,187,'_wp_attachment_image_alt','Pomegranate On Main'),(1702,177,'_edit_last','2'),(1703,177,'slide_template','default'),(1704,177,'lambda_site_footer','show'),(1716,177,'lambda_hidden_on_large','off'),(1717,177,'lambda_hidden_on_medium','off'),(1718,177,'lambda_hidden_on_small','off'),(1719,177,'lambda_hidden_on_xsmall','off'),(1733,175,'_edit_last','1'),(1734,175,'slide_template','default'),(1738,174,'_edit_last','2'),(1739,174,'slide_template','default'),(1744,174,'lambda_site_footer','show'),(1757,174,'lambda_hidden_on_large','off'),(1758,174,'lambda_hidden_on_medium','off'),(1759,174,'lambda_hidden_on_small','off'),(1760,174,'lambda_hidden_on_xsmall','off'),(1762,175,'lambda_site_footer','show'),(1775,175,'lambda_hidden_on_large','off'),(1776,175,'lambda_hidden_on_medium','off'),(1777,175,'lambda_hidden_on_small','off'),(1778,175,'lambda_hidden_on_xsmall','off'),(1793,170,'_edit_last','1'),(1794,170,'slide_template','default'),(1795,170,'lambda_site_footer','show'),(1808,170,'lambda_hidden_on_large','off'),(1809,170,'lambda_hidden_on_medium','off'),(1810,170,'lambda_hidden_on_small','off'),(1811,170,'lambda_hidden_on_xsmall','off'),(1826,196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1827,197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1828,196,'_edit_last','2'),(1829,196,'_edit_lock','1626870612:2'),(1830,196,'_wp_page_template','default'),(1831,196,'slide_template','default'),(1832,196,'_wpb_vc_js_status','true'),(1833,196,'lambda_site_footer','show'),(1834,196,'lambda_override_header','override'),(1835,196,'lambda_show_header','hide'),(1837,196,'lambda_text_color','text-normal'),(1838,196,'lambda_header_type','h1'),(1839,196,'lambda_header_size','normal'),(1840,196,'lambda_header_weight','default'),(1841,196,'lambda_header_align','left'),(1842,196,'lambda_header_fade_out','off'),(1844,196,'lambda_margin_top','20'),(1845,196,'lambda_margin_bottom','20'),(1846,196,'lambda_text_shadow','no-shadow'),(1847,196,'lambda_inner_shadow','no-shadow'),(1848,196,'lambda_width','padded'),(1852,196,'lambda_overlay_colour','#000000'),(1858,196,'lambda_background_image_size','cover'),(1859,196,'lambda_background_image_repeat','no-repeat'),(1861,196,'lambda_background_image_attachment','scroll'),(1862,196,'lambda_background_image_parallax','off'),(1864,196,'lambda_background_image_parallax_end','-80'),(1865,196,'lambda_height','normal'),(1866,196,'lambda_transparency','opaque'),(1867,196,'lambda_vertical_alignment','default'),(1868,196,'lambda_hidden_on_large','off'),(1869,196,'lambda_hidden_on_medium','off'),(1870,196,'lambda_hidden_on_small','off'),(1871,196,'lambda_hidden_on_xsmall','off'),(1872,196,'lambda_bullet_nav','hide'),(1873,196,'lambda_bullet_nav_tooltips','off'),(1874,196,'lambda_site_top_nav','show'),(1875,196,'lambda_site_top_nav_transparency','off'),(1890,197,'_edit_last','1'),(1891,197,'_edit_lock','1498235863:1'),(1892,197,'_wp_page_template','default'),(1893,197,'slide_template','default'),(1894,197,'_wpb_vc_js_status','true'),(1895,197,'lambda_site_footer','show'),(1896,197,'lambda_override_header','override'),(1897,197,'lambda_show_header','hide'),(1899,197,'lambda_text_color','text-normal'),(1900,197,'lambda_header_type','h1'),(1901,197,'lambda_header_size','normal'),(1902,197,'lambda_header_weight','default'),(1903,197,'lambda_header_align','left'),(1904,197,'lambda_header_fade_out','off'),(1906,197,'lambda_margin_top','20'),(1907,197,'lambda_margin_bottom','20'),(1908,197,'lambda_text_shadow','no-shadow'),(1909,197,'lambda_inner_shadow','no-shadow'),(1910,197,'lambda_width','padded'),(1914,197,'lambda_overlay_colour','#000000'),(1920,197,'lambda_background_image_size','cover'),(1921,197,'lambda_background_image_repeat','no-repeat'),(1923,197,'lambda_background_image_attachment','scroll'),(1924,197,'lambda_background_image_parallax','off'),(1926,197,'lambda_background_image_parallax_end','-80'),(1927,197,'lambda_height','normal'),(1928,197,'lambda_transparency','opaque'),(1929,197,'lambda_vertical_alignment','default'),(1930,197,'lambda_hidden_on_large','off'),(1931,197,'lambda_hidden_on_medium','off'),(1932,197,'lambda_hidden_on_small','off'),(1933,197,'lambda_hidden_on_xsmall','off'),(1934,197,'lambda_bullet_nav','hide'),(1935,197,'lambda_bullet_nav_tooltips','off'),(1936,197,'lambda_site_top_nav','show'),(1937,197,'lambda_site_top_nav_transparency','off'),(1952,200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1953,200,'_edit_last','1'),(1954,200,'_edit_lock','1496683305:1'),(1955,200,'_wp_page_template','default'),(1956,200,'slide_template','default'),(1957,200,'_wpb_vc_js_status','true'),(1958,200,'lambda_site_footer','show'),(1959,200,'lambda_override_header','override'),(1960,200,'lambda_show_header','hide'),(1962,200,'lambda_text_color','text-normal'),(1963,200,'lambda_header_type','h1'),(1964,200,'lambda_header_size','normal'),(1965,200,'lambda_header_weight','default'),(1966,200,'lambda_header_align','left'),(1967,200,'lambda_header_fade_out','off'),(1969,200,'lambda_margin_top','20'),(1970,200,'lambda_margin_bottom','20'),(1971,200,'lambda_text_shadow','no-shadow'),(1972,200,'lambda_inner_shadow','no-shadow'),(1973,200,'lambda_width','padded'),(1977,200,'lambda_overlay_colour','#000000'),(1983,200,'lambda_background_image_size','cover'),(1984,200,'lambda_background_image_repeat','no-repeat'),(1986,200,'lambda_background_image_attachment','scroll'),(1987,200,'lambda_background_image_parallax','off'),(1989,200,'lambda_background_image_parallax_end','-80'),(1990,200,'lambda_height','normal'),(1991,200,'lambda_transparency','opaque'),(1992,200,'lambda_vertical_alignment','default'),(1993,200,'lambda_hidden_on_large','off'),(1994,200,'lambda_hidden_on_medium','off'),(1995,200,'lambda_hidden_on_small','off'),(1996,200,'lambda_hidden_on_xsmall','off'),(1997,200,'lambda_bullet_nav','hide'),(1998,200,'lambda_bullet_nav_tooltips','off'),(1999,200,'lambda_site_top_nav','show'),(2000,200,'lambda_site_top_nav_transparency','off'),(2015,202,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2016,202,'_edit_last','1'),(2017,202,'_edit_lock','1493843015:1'),(2018,202,'_wp_page_template','default'),(2019,202,'slide_template','default'),(2020,202,'_wpb_vc_js_status','true'),(2021,202,'lambda_site_footer','show'),(2022,202,'lambda_override_header','override'),(2023,202,'lambda_show_header','hide'),(2025,202,'lambda_text_color','text-normal'),(2026,202,'lambda_header_type','h1'),(2027,202,'lambda_header_size','normal'),(2028,202,'lambda_header_weight','default'),(2029,202,'lambda_header_align','left'),(2030,202,'lambda_header_fade_out','off'),(2032,202,'lambda_margin_top','20'),(2033,202,'lambda_margin_bottom','20'),(2034,202,'lambda_text_shadow','no-shadow'),(2035,202,'lambda_inner_shadow','no-shadow'),(2036,202,'lambda_width','padded'),(2040,202,'lambda_overlay_colour','#000000'),(2046,202,'lambda_background_image_size','cover'),(2047,202,'lambda_background_image_repeat','no-repeat'),(2049,202,'lambda_background_image_attachment','scroll'),(2050,202,'lambda_background_image_parallax','off'),(2052,202,'lambda_background_image_parallax_end','-80'),(2053,202,'lambda_height','normal'),(2054,202,'lambda_transparency','opaque'),(2055,202,'lambda_vertical_alignment','default'),(2056,202,'lambda_hidden_on_large','off'),(2057,202,'lambda_hidden_on_medium','off'),(2058,202,'lambda_hidden_on_small','off'),(2059,202,'lambda_hidden_on_xsmall','off'),(2060,202,'lambda_bullet_nav','hide'),(2061,202,'lambda_bullet_nav_tooltips','off'),(2062,202,'lambda_site_top_nav','show'),(2063,202,'lambda_site_top_nav_transparency','off'),(2078,204,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2079,204,'_edit_last','1'),(2080,204,'_edit_lock','1496691422:1'),(2081,204,'_wp_page_template','default'),(2082,204,'slide_template','default'),(2083,204,'_wpb_vc_js_status','true'),(2084,204,'lambda_site_footer','show'),(2085,204,'lambda_override_header','override'),(2086,204,'lambda_show_header','hide'),(2088,204,'lambda_text_color','text-normal'),(2089,204,'lambda_header_type','h1'),(2090,204,'lambda_header_size','normal'),(2091,204,'lambda_header_weight','default'),(2092,204,'lambda_header_align','left'),(2093,204,'lambda_header_fade_out','off'),(2095,204,'lambda_margin_top','20'),(2096,204,'lambda_margin_bottom','20'),(2097,204,'lambda_text_shadow','no-shadow'),(2098,204,'lambda_inner_shadow','no-shadow'),(2099,204,'lambda_width','padded'),(2103,204,'lambda_overlay_colour','#000000'),(2109,204,'lambda_background_image_size','cover'),(2110,204,'lambda_background_image_repeat','no-repeat'),(2112,204,'lambda_background_image_attachment','scroll'),(2113,204,'lambda_background_image_parallax','off'),(2115,204,'lambda_background_image_parallax_end','-80'),(2116,204,'lambda_height','normal'),(2117,204,'lambda_transparency','opaque'),(2118,204,'lambda_vertical_alignment','default'),(2119,204,'lambda_hidden_on_large','off'),(2120,204,'lambda_hidden_on_medium','off'),(2121,204,'lambda_hidden_on_small','off'),(2122,204,'lambda_hidden_on_xsmall','off'),(2123,204,'lambda_bullet_nav','hide'),(2124,204,'lambda_bullet_nav_tooltips','off'),(2125,204,'lambda_site_top_nav','show'),(2126,204,'lambda_site_top_nav_transparency','off'),(2141,206,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2142,206,'_edit_last','1'),(2143,206,'_edit_lock','1496681403:1'),(2144,206,'_wp_page_template','default'),(2145,206,'slide_template','default'),(2146,206,'_wpb_vc_js_status','true'),(2147,206,'lambda_site_footer','show'),(2148,206,'lambda_override_header','override'),(2149,206,'lambda_show_header','hide'),(2151,206,'lambda_text_color','text-normal'),(2152,206,'lambda_header_type','h1'),(2153,206,'lambda_header_size','normal'),(2154,206,'lambda_header_weight','default'),(2155,206,'lambda_header_align','left'),(2156,206,'lambda_header_fade_out','off'),(2158,206,'lambda_margin_top','20'),(2159,206,'lambda_margin_bottom','20'),(2160,206,'lambda_text_shadow','no-shadow'),(2161,206,'lambda_inner_shadow','no-shadow'),(2162,206,'lambda_width','padded'),(2166,206,'lambda_overlay_colour','#000000'),(2172,206,'lambda_background_image_size','cover'),(2173,206,'lambda_background_image_repeat','no-repeat'),(2175,206,'lambda_background_image_attachment','scroll'),(2176,206,'lambda_background_image_parallax','off'),(2178,206,'lambda_background_image_parallax_end','-80'),(2179,206,'lambda_height','normal'),(2180,206,'lambda_transparency','opaque'),(2181,206,'lambda_vertical_alignment','default'),(2182,206,'lambda_hidden_on_large','off'),(2183,206,'lambda_hidden_on_medium','off'),(2184,206,'lambda_hidden_on_small','off'),(2185,206,'lambda_hidden_on_xsmall','off'),(2186,206,'lambda_bullet_nav','hide'),(2187,206,'lambda_bullet_nav_tooltips','off'),(2188,206,'lambda_site_top_nav','show'),(2189,206,'lambda_site_top_nav_transparency','off'),(2214,209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2215,209,'_menu_item_type','custom'),(2216,209,'_menu_item_menu_item_parent','0'),(2217,209,'_menu_item_object_id','209'),(2218,209,'_menu_item_object','custom'),(2219,209,'_menu_item_target',''),(2220,209,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2221,209,'_menu_item_xfn',''),(2222,209,'_menu_item_url',''),(2224,210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2225,210,'_menu_item_type','post_type'),(2226,210,'_menu_item_menu_item_parent','0'),(2227,210,'_menu_item_object_id','206'),(2228,210,'_menu_item_object','page'),(2229,210,'_menu_item_target',''),(2230,210,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2231,210,'_menu_item_xfn',''),(2232,210,'_menu_item_url',''),(2234,211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2235,211,'_menu_item_type','post_type'),(2236,211,'_menu_item_menu_item_parent','209'),(2237,211,'_menu_item_object_id','204'),(2238,211,'_menu_item_object','page'),(2239,211,'_menu_item_target',''),(2240,211,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2241,211,'_menu_item_xfn',''),(2242,211,'_menu_item_url',''),(2244,212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2245,212,'_menu_item_type','post_type'),(2246,212,'_menu_item_menu_item_parent','209'),(2247,212,'_menu_item_object_id','202'),(2248,212,'_menu_item_object','page'),(2249,212,'_menu_item_target',''),(2250,212,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2251,212,'_menu_item_xfn',''),(2252,212,'_menu_item_url',''),(2254,213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2255,213,'_menu_item_type','post_type'),(2256,213,'_menu_item_menu_item_parent','209'),(2257,213,'_menu_item_object_id','200'),(2258,213,'_menu_item_object','page'),(2259,213,'_menu_item_target',''),(2260,213,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2261,213,'_menu_item_xfn',''),(2262,213,'_menu_item_url',''),(2264,214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2265,214,'_menu_item_type','post_type'),(2266,214,'_menu_item_menu_item_parent','539'),(2267,214,'_menu_item_object_id','197'),(2268,214,'_menu_item_object','page'),(2269,214,'_menu_item_target',''),(2270,214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2271,214,'_menu_item_xfn',''),(2272,214,'_menu_item_url',''),(2274,215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2275,215,'_menu_item_type','post_type'),(2276,215,'_menu_item_menu_item_parent','539'),(2277,215,'_menu_item_object_id','196'),(2278,215,'_menu_item_object','page'),(2279,215,'_menu_item_target',''),(2280,215,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2281,215,'_menu_item_xfn',''),(2282,215,'_menu_item_url',''),(2284,216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2285,216,'_menu_item_type','post_type'),(2286,216,'_menu_item_menu_item_parent','209'),(2287,216,'_menu_item_object_id','170'),(2288,216,'_menu_item_object','page'),(2289,216,'_menu_item_target',''),(2290,216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2291,216,'_menu_item_xfn',''),(2292,216,'_menu_item_url',''),(2294,217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2295,217,'_menu_item_type','post_type'),(2296,217,'_menu_item_menu_item_parent','539'),(2297,217,'_menu_item_object_id','174'),(2298,217,'_menu_item_object','page'),(2299,217,'_menu_item_target',''),(2300,217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2301,217,'_menu_item_xfn',''),(2302,217,'_menu_item_url',''),(2304,218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2305,218,'_menu_item_type','post_type'),(2306,218,'_menu_item_menu_item_parent','0'),(2307,218,'_menu_item_object_id','175'),(2308,218,'_menu_item_object','page'),(2309,218,'_menu_item_target',''),(2310,218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2311,218,'_menu_item_xfn',''),(2312,218,'_menu_item_url',''),(2314,219,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2315,219,'_menu_item_type','post_type'),(2316,219,'_menu_item_menu_item_parent','0'),(2317,219,'_menu_item_object_id','177'),(2318,219,'_menu_item_object','page'),(2319,219,'_menu_item_target',''),(2320,219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2321,219,'_menu_item_xfn',''),(2322,219,'_menu_item_url',''),(2329,209,'oxy_modal',''),(2330,209,'oxy_icon',''),(2331,209,'oxy_special',''),(2332,209,'oxy_label',''),(2333,209,'oxy_label_type','default'),(2334,210,'oxy_modal',''),(2335,210,'oxy_icon',''),(2336,210,'oxy_special',''),(2337,210,'oxy_label',''),(2338,210,'oxy_label_type','default'),(2339,211,'oxy_modal',''),(2340,211,'oxy_icon',''),(2341,211,'oxy_special',''),(2342,211,'oxy_label',''),(2343,211,'oxy_label_type','default'),(2344,212,'oxy_modal',''),(2345,212,'oxy_icon',''),(2346,212,'oxy_special',''),(2347,212,'oxy_label',''),(2348,212,'oxy_label_type','default'),(2349,213,'oxy_modal',''),(2350,213,'oxy_icon',''),(2351,213,'oxy_special',''),(2352,213,'oxy_label',''),(2353,213,'oxy_label_type','default'),(2354,214,'oxy_modal',''),(2355,214,'oxy_icon',''),(2356,214,'oxy_special',''),(2357,214,'oxy_label',''),(2358,214,'oxy_label_type','default'),(2359,215,'oxy_modal',''),(2360,215,'oxy_icon',''),(2361,215,'oxy_special',''),(2362,215,'oxy_label',''),(2363,215,'oxy_label_type','default'),(2364,216,'oxy_modal',''),(2365,216,'oxy_icon',''),(2366,216,'oxy_special',''),(2367,216,'oxy_label',''),(2368,216,'oxy_label_type','default'),(2369,217,'oxy_modal',''),(2370,217,'oxy_icon',''),(2371,217,'oxy_special',''),(2372,217,'oxy_label',''),(2373,217,'oxy_label_type','default'),(2374,218,'oxy_modal',''),(2375,218,'oxy_icon',''),(2376,218,'oxy_special',''),(2377,218,'oxy_label',''),(2378,218,'oxy_label_type','default'),(2379,219,'oxy_modal',''),(2380,219,'oxy_icon',''),(2381,219,'oxy_special',''),(2382,219,'oxy_label',''),(2383,219,'oxy_label_type','default'),(2384,220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2385,220,'_edit_last','1'),(2386,220,'_edit_lock','1489094953:1'),(2387,220,'slide_template','default'),(2388,220,'_sidebar_to_replace','upper-footer-1'),(2389,222,'_wp_attached_file','2014/12/pomegranate-appetizers.jpg'),(2390,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:357;s:4:\"file\";s:34:\"2014/12/pomegranate-appetizers.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pomegranate-appetizers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"pomegranate-appetizers-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2391,222,'_wp_attachment_image_alt','Pomegranate Appetizers'),(2392,223,'_wp_attached_file','2014/12/pomegranate-streetview.jpg'),(2393,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:357;s:4:\"file\";s:34:\"2014/12/pomegranate-streetview.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pomegranate-streetview-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"pomegranate-streetview-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2394,223,'_wp_attachment_image_alt','Pomegranate Street View'),(2395,171,'_edit_last','1'),(2396,171,'slide_template','default'),(2397,172,'_edit_last','1'),(2398,172,'slide_template','default'),(2399,173,'_edit_last','1'),(2400,173,'slide_template','default'),(2401,227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2402,227,'_edit_last','1'),(2403,227,'_edit_lock','1489095192:1'),(2404,227,'slide_template','default'),(2405,227,'lambda_citation','Facebook Reviews'),(2406,229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2407,229,'_edit_last','1'),(2408,229,'_edit_lock','1489096517:1'),(2409,229,'slide_template','default'),(2410,229,'lambda_citation','Facebook Reviews'),(2435,232,'_wp_attached_file','2014/12/pom-grill-background.jpg'),(2436,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:32:\"2014/12/pom-grill-background.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pom-grill-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"pom-grill-background-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"pom-grill-background-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pom-grill-background-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:32:\"pom-grill-background-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:32:\"pom-grill-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"pom-grill-background-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2437,232,'_wp_attachment_image_alt','Pomegranate On Main Grill'),(2438,233,'_wp_attached_file','2014/12/shish-entree.jpg'),(2439,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:127;s:4:\"file\";s:24:\"2014/12/shish-entree.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"shish-entree-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2440,234,'_wp_attached_file','2014/12/saffron-icecream.jpg'),(2441,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:127;s:4:\"file\";s:28:\"2014/12/saffron-icecream.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"saffron-icecream-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2442,235,'_wp_attached_file','2014/12/wings-small.jpg'),(2443,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:127;s:4:\"file\";s:23:\"2014/12/wings-small.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"wings-small-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2444,234,'_wp_attachment_image_alt','Saffron Ice Cream'),(2445,235,'_wp_attachment_image_alt','Chicken Wings'),(2446,233,'_wp_attachment_image_alt','Shish Entree'),(2447,236,'_wp_attached_file','2014/12/wine-glasses-background.jpg'),(2448,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1040;s:4:\"file\";s:35:\"2014/12/wine-glasses-background.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"wine-glasses-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"wine-glasses-background-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"wine-glasses-background-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"wine-glasses-background-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:35:\"wine-glasses-background-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:35:\"wine-glasses-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"wine-glasses-background-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2449,237,'_wp_attached_file','2014/12/dining-open-background.jpg'),(2450,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:34:\"2014/12/dining-open-background.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"dining-open-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"dining-open-background-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"dining-open-background-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"dining-open-background-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:34:\"dining-open-background-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:34:\"dining-open-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"dining-open-background-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2451,237,'_wp_attachment_image_alt','Patio Dining'),(2476,179,'_edit_last','1'),(2477,179,'slide_template','default'),(2990,254,'_wp_attached_file','2014/12/wings-bg.jpg'),(2991,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2014/12/wings-bg.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"wings-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"wings-bg-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"wings-bg-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"wings-bg-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:20:\"wings-bg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:20:\"wings-bg-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"wings-bg-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2992,255,'_wp_attached_file','2014/12/shirazi-bg.jpg'),(2993,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:677;s:4:\"file\";s:22:\"2014/12/shirazi-bg.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"shirazi-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"shirazi-bg-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"shirazi-bg-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"shirazi-bg-1024x481.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:22:\"shirazi-bg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:22:\"shirazi-bg-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"shirazi-bg-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2994,256,'_wp_attached_file','2014/12/street-view-bg.jpg'),(2995,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:763;s:4:\"file\";s:26:\"2014/12/street-view-bg.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"street-view-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"street-view-bg-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"street-view-bg-768x407.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"street-view-bg-1024x543.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:26:\"street-view-bg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:26:\"street-view-bg-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"street-view-bg-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2996,257,'_wp_attached_file','2014/12/saffron-icecream-bg.jpg'),(2997,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:828;s:4:\"file\";s:31:\"2014/12/saffron-icecream-bg.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"saffron-icecream-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"saffron-icecream-bg-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"saffron-icecream-bg-768x442.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"saffron-icecream-bg-1024x589.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:31:\"saffron-icecream-bg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:31:\"saffron-icecream-bg-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"saffron-icecream-bg-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2998,258,'_wp_attached_file','2014/12/tour-persia-menu.jpg'),(2999,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:1204;s:4:\"file\";s:28:\"2014/12/tour-persia-menu.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"tour-persia-menu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"tour-persia-menu-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"tour-persia-menu-768x1085.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"tour-persia-menu-725x1024.jpg\";s:5:\"width\";i:725;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:28:\"tour-persia-menu-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:28:\"tour-persia-menu-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"tour-persia-menu-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3000,259,'_wp_attached_file','2014/12/pometini.jpg'),(3001,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:637;s:4:\"file\";s:20:\"2014/12/pometini.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"pometini-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pometini-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:20:\"pometini-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:20:\"pometini-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"pometini-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3002,257,'_wp_attachment_image_alt','Saffron Ice Cream'),(3055,263,'_wp_attached_file','2014/12/champ-bottles.jpg'),(3056,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:700;s:4:\"file\";s:25:\"2014/12/champ-bottles.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"champ-bottles-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"champ-bottles-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"champ-bottles-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"champ-bottles-1024x498.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:25:\"champ-bottles-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:25:\"champ-bottles-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"champ-bottles-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3057,256,'_wp_attachment_image_alt','Pomegrenate on Main'),(3058,264,'_wp_attached_file','2014/12/pom-street-view-small.jpg'),(3059,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:281;s:4:\"file\";s:33:\"2014/12/pom-street-view-small.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"pom-street-view-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"pom-street-view-small-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:33:\"pom-street-view-small-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:33:\"pom-street-view-small-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3060,264,'_wp_attachment_image_alt','Pomegrenate On Main'),(3061,265,'_wp_attached_file','2014/12/wine-rack-small.jpg'),(3062,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:312;s:4:\"file\";s:27:\"2014/12/wine-rack-small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wine-rack-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"wine-rack-small-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3063,265,'_wp_attachment_image_alt','Wine Rack'),(3142,269,'_wp_attached_file','2014/12/outside-dining-small.jpg'),(3143,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:32:\"2014/12/outside-dining-small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"outside-dining-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"outside-dining-small-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3144,269,'_wp_attachment_image_alt','Pomegrenate Patio'),(3223,273,'_wp_attached_file','2017/03/pomegranate-logo.png'),(3224,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:55;s:4:\"file\";s:28:\"2017/03/pomegranate-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pomegranate-logo-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;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:{}}}'),(3225,275,'_wp_attached_file','2017/03/pom-logo-transbg.png'),(3226,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:55;s:4:\"file\";s:28:\"2017/03/pom-logo-transbg.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pom-logo-transbg-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;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:{}}}'),(3227,275,'_wp_attachment_image_alt','Pomegranate On Main'),(3228,276,'_wp_attached_file','2017/03/pomegranate-logo-trans.png'),(3229,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:55;s:4:\"file\";s:34:\"2017/03/pomegranate-logo-trans.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"pomegranate-logo-trans-150x55.png\";s:5:\"width\";i:150;s:6:\"height\";i:55;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:{}}}'),(3230,276,'_wp_attachment_image_alt','Pomegranate On Main'),(3237,264,'_wp_attachment_is_custom_background','lambda'),(3238,280,'_wp_attached_file','2017/03/pom-header-bg.png'),(3239,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2017/03/pom-header-bg.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pom-header-bg-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"pom-header-bg-300x15.png\";s:5:\"width\";i:300;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"pom-header-bg-768x38.png\";s:5:\"width\";i:768;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"pom-header-bg-1024x51.png\";s:5:\"width\";i:1024;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:25:\"pom-header-bg-600x100.png\";s:5:\"width\";i:600;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:25:\"pom-header-bg-600x100.png\";s:5:\"width\";i:600;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"pom-header-bg-800x100.png\";s:5:\"width\";i:800;s:6:\"height\";i:100;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:{}}}'),(3240,280,'_wp_attachment_is_custom_background','lambda'),(3918,311,'_wp_attached_file','2014/12/salad-bg.png'),(3919,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:456;s:4:\"file\";s:20:\"2014/12/salad-bg.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"salad-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"salad-bg-300x228.png\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:20:\"salad-bg-600x456.png\";s:5:\"width\";i:600;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:20:\"salad-bg-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;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:{}}}'),(4011,316,'_wp_attached_file','2017/03/decor-2-big-pom.png'),(4012,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:31;s:4:\"file\";s:27:\"2017/03/decor-2-big-pom.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"decor-2-big-pom-150x31.png\";s:5:\"width\";i:150;s:6:\"height\";i:31;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:{}}}'),(4273,327,'_wp_attached_file','2017/03/indoor-dining.jpg'),(4274,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2017/03/indoor-dining.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"indoor-dining-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"indoor-dining-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"indoor-dining-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"indoor-dining-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:25:\"indoor-dining-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:25:\"indoor-dining-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"indoor-dining-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4353,331,'_wp_attached_file','2017/03/ali-saifi.jpg'),(4354,331,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:335;s:4:\"file\";s:21:\"2017/03/ali-saifi.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ali-saifi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ali-saifi-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4355,331,'_wp_attachment_image_alt','Ali Saifi'),(4745,179,'lambda_border-radius-base','6'),(4746,179,'lambda_border-radius-large','6'),(4747,179,'lambda_border-radius-small','6'),(4748,179,'lambda_border-radius-forms','6'),(4845,349,'_wp_attached_file','2014/12/outside-dining.jpg'),(4846,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:26:\"2014/12/outside-dining.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"outside-dining-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"outside-dining-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"outside-dining-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"outside-dining-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:26:\"outside-dining-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:26:\"outside-dining-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"outside-dining-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4943,354,'_wp_attached_file','2014/12/hummus-home.jpg'),(4944,354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:127;s:4:\"file\";s:23:\"2014/12/hummus-home.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hummus-home-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5059,359,'_wp_attached_file','2017/03/IMG_0232.jpg'),(5060,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4272;s:6:\"height\";i:2848;s:4:\"file\";s:20:\"2017/03/IMG_0232.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0232-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0232-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0232-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0232-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:20:\"IMG_0232-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:20:\"IMG_0232-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0232-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1427258555\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5074,360,'_wp_attached_file','2017/03/signature-salad.jpg'),(5075,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:27:\"2017/03/signature-salad.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"signature-salad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"signature-salad-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"signature-salad-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"signature-salad-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:27:\"signature-salad-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:27:\"signature-salad-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"signature-salad-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1427258555\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5076,360,'_wp_attachment_image_alt','Signature Salad'),(5116,362,'_wp_attached_file','2017/03/kabob-salad.jpg'),(5117,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2017/03/kabob-salad.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"kabob-salad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"kabob-salad-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:23:\"kabob-salad-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1403073427\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5118,362,'_wp_attachment_image_alt','Salad with Kabob'),(5145,363,'_wp_attached_file','2017/03/salad-with-kabob.jpg'),(5146,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2017/03/salad-with-kabob.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"salad-with-kabob-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"salad-with-kabob-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:28:\"salad-with-kabob-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1403073425\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5147,363,'_wp_attachment_image_alt','Salad with Kabob'),(5382,366,'_wp_attached_file','2014/12/Torsh-Soltani.jpg'),(5383,366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:25:\"2014/12/Torsh-Soltani.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Torsh-Soltani-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Torsh-Soltani-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Torsh-Soltani-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Torsh-Soltani-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:25:\"Torsh-Soltani-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:25:\"Torsh-Soltani-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"Torsh-Soltani-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1403073532\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5384,366,'_wp_attachment_image_alt','Torsh Soltani Combination'),(5424,368,'_wp_attached_file','2014/12/Rackof-lamb.jpg'),(5425,368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:23:\"2014/12/Rackof-lamb.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Rackof-lamb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Rackof-lamb-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Rackof-lamb-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Rackof-lamb-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:23:\"Rackof-lamb-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:23:\"Rackof-lamb-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"Rackof-lamb-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1331778942\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5426,368,'_wp_attachment_image_alt','Rack of Lamb'),(5440,369,'_wp_attached_file','2014/12/Rack-of-lamb-bg.jpg'),(5441,369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1384;s:4:\"file\";s:27:\"2014/12/Rack-of-lamb-bg.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Rack-of-lamb-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Rack-of-lamb-bg-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Rack-of-lamb-bg-768x531.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Rack-of-lamb-bg-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:27:\"Rack-of-lamb-bg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:27:\"Rack-of-lamb-bg-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:27:\"Rack-of-lamb-bg-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1331778942\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5442,369,'_wp_attachment_image_alt','Rack of Lamb'),(5531,374,'_wp_attached_file','2014/12/racklamb-small-pom.jpg'),(5532,374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:30:\"2014/12/racklamb-small-pom.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"racklamb-small-pom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"racklamb-small-pom-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5533,374,'_wp_attachment_image_alt','Rack of Lamb'),(5534,375,'_wp_attached_file','2014/12/grill-small-pom.jpg'),(5535,375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:27:\"2014/12/grill-small-pom.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"grill-small-pom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"grill-small-pom-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5536,375,'_wp_attachment_image_alt','Flame Grilled'),(5537,376,'_wp_attached_file','2014/12/shish-small-pom.jpg'),(5538,376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:27:\"2014/12/shish-small-pom.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"shish-small-pom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"shish-small-pom-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5539,376,'_wp_attachment_image_alt','Shish'),(5540,377,'_wp_attached_file','2014/12/salmon-small-pom.jpg'),(5541,377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:28:\"2014/12/salmon-small-pom.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"salmon-small-pom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"salmon-small-pom-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5542,377,'_wp_attachment_image_alt','Grilled Salmon'),(5715,385,'_wp_attached_file','2014/12/dinner-header.jpg'),(5716,385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:858;s:4:\"file\";s:25:\"2014/12/dinner-header.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dinner-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"dinner-header-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"dinner-header-768x471.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"dinner-header-1024x628.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:25:\"dinner-header-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:25:\"dinner-header-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"dinner-header-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5717,385,'_wp_attachment_image_alt','Persian Dinner'),(6186,404,'_wp_attached_file','2017/03/wings-background.jpg'),(6187,404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:698;s:4:\"file\";s:28:\"2017/03/wings-background.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wings-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wings-background-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"wings-background-768x335.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"wings-background-1024x447.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:28:\"wings-background-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:28:\"wings-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"wings-background-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6188,404,'_wp_attachment_image_alt','Wings'),(6527,419,'_wp_attached_file','2017/03/beverage-background.jpg'),(6528,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2017/03/beverage-background.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"beverage-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"beverage-background-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"beverage-background-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"beverage-background-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:31:\"beverage-background-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:31:\"beverage-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"beverage-background-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6529,419,'_wp_attachment_image_alt','Wine Bar'),(6842,206,'lambda_content',''),(6843,206,'lambda_extra_classes',''),(6844,206,'lambda_class',''),(6845,206,'lambda_id',''),(6846,206,'lambda_label',''),(6847,206,'lambda_overlay_opacity','0'),(6848,206,'lambda_overlay_grid','0'),(6849,206,'lambda_background_video_mp4',''),(6850,206,'lambda_background_video_webm',''),(6851,206,'lambda_background_image',''),(6852,206,'lambda_background_position_vertical','0'),(6853,206,'lambda_background_image_parallax_start','0'),(6854,206,'lambda_site_skin','0'),(6948,435,'_wp_attached_file','2014/12/pom-outside-night.jpg'),(6949,435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:280;s:4:\"file\";s:29:\"2014/12/pom-outside-night.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"pom-outside-night-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"pom-outside-night-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7158,446,'_wp_attached_file','2017/03/IMG_4484.jpg'),(7159,446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2017/03/IMG_4484.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_4484-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_4484-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:20:\"IMG_4484-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:20:\"IMG_4484-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1411451003\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7160,447,'_wp_attached_file','2017/03/IMG_4496.jpg'),(7161,447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:418;s:4:\"file\";s:20:\"2017/03/IMG_4496.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_4496-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_4496-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:20:\"IMG_4496-600x418.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:20:\"IMG_4496-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1411451225\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7162,448,'_wp_attached_file','2017/03/IMG_4516.jpg'),(7163,448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:419;s:4:\"file\";s:20:\"2017/03/IMG_4516.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_4516-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_4516-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:20:\"IMG_4516-600x419.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:20:\"IMG_4516-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1411451438\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7164,449,'_wp_attached_file','2017/03/IMG_4542.jpg'),(7165,449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2017/03/IMG_4542.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_4542-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_4542-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:20:\"IMG_4542-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:20:\"IMG_4542-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1411454376\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7192,452,'_wp_attached_file','2017/03/giftcard.png'),(7193,452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:193;s:4:\"file\";s:20:\"2017/03/giftcard.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"giftcard-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"giftcard-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;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:{}}}'),(7194,452,'_wp_attachment_image_alt','Gift Card'),(7260,202,'lambda_content',''),(7261,202,'lambda_extra_classes',''),(7262,202,'lambda_class',''),(7263,202,'lambda_id',''),(7264,202,'lambda_label',''),(7265,202,'lambda_overlay_opacity','0'),(7266,202,'lambda_overlay_grid','0'),(7267,202,'lambda_background_video_mp4',''),(7268,202,'lambda_background_video_webm',''),(7269,202,'lambda_background_image',''),(7270,202,'lambda_background_position_vertical','0'),(7271,202,'lambda_background_image_parallax_start','0'),(7272,202,'lambda_site_skin','0'),(7351,170,'lambda_content',''),(7352,170,'lambda_extra_classes',''),(7353,170,'lambda_class',''),(7354,170,'lambda_id',''),(7355,170,'lambda_label',''),(7356,170,'lambda_overlay_opacity','0'),(7357,170,'lambda_overlay_grid','0'),(7358,170,'lambda_background_video_mp4',''),(7359,170,'lambda_background_video_webm',''),(7360,170,'lambda_background_image',''),(7361,170,'lambda_background_position_vertical','0'),(7362,170,'lambda_background_image_parallax_start','0'),(7363,170,'lambda_site_skin','0'),(7871,197,'lambda_content',''),(7872,197,'lambda_extra_classes',''),(7873,197,'lambda_class',''),(7874,197,'lambda_id',''),(7875,197,'lambda_label',''),(7876,197,'lambda_overlay_opacity','0'),(7877,197,'lambda_overlay_grid','0'),(7878,197,'lambda_background_video_mp4',''),(7879,197,'lambda_background_video_webm',''),(7880,197,'lambda_background_image',''),(7881,197,'lambda_background_position_vertical','0'),(7882,197,'lambda_background_image_parallax_start','0'),(7883,197,'lambda_site_skin','0'),(7890,478,'_wp_attached_file','2017/05/pom-logo-new.jpg'),(7891,478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:219;s:6:\"height\";i:55;s:4:\"file\";s:24:\"2017/05/pom-logo-new.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"pom-logo-new-150x55.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7892,478,'_wp_attachment_image_alt',''),(7893,480,'_wp_attached_file','2017/05/pom-logo-new2.jpg'),(7894,480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:56;s:4:\"file\";s:25:\"2017/05/pom-logo-new2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"pom-logo-new2-150x56.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7895,480,'_wp_attachment_image_alt',''),(7898,482,'_wp_attached_file','2017/05/pom-header-bg.jpg'),(7899,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2017/05/pom-header-bg.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7900,482,'_wp_attachment_is_custom_background','lambda'),(7959,487,'_wp_attached_file','2014/12/rack-lamb-header.jpg'),(7960,487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:28:\"2014/12/rack-lamb-header.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"rack-lamb-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"rack-lamb-header-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"rack-lamb-header-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"rack-lamb-header-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:28:\"rack-lamb-header-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:28:\"rack-lamb-header-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"rack-lamb-header-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8027,200,'lambda_content',''),(8028,200,'lambda_extra_classes',''),(8029,200,'lambda_class',''),(8030,200,'lambda_id',''),(8031,200,'lambda_label',''),(8032,200,'lambda_overlay_opacity','0'),(8033,200,'lambda_overlay_grid','0'),(8034,200,'lambda_background_video_mp4',''),(8035,200,'lambda_background_video_webm',''),(8036,200,'lambda_background_image',''),(8037,200,'lambda_background_position_vertical','0'),(8038,200,'lambda_background_image_parallax_start','0'),(8039,200,'lambda_site_skin','0'),(8066,493,'_wp_attached_file','2014/12/contact-header-2.jpg'),(8067,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:798;s:4:\"file\";s:28:\"2014/12/contact-header-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"contact-header-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"contact-header-2-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"contact-header-2-768x426.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"contact-header-2-1024x567.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:28:\"contact-header-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:28:\"contact-header-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"contact-header-2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8068,494,'_wp_attached_file','2014/12/contact-header-1.jpg'),(8069,494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:866;s:4:\"file\";s:28:\"2014/12/contact-header-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"contact-header-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"contact-header-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"contact-header-1-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"contact-header-1-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:28:\"contact-header-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:28:\"contact-header-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"contact-header-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8070,494,'_wp_attachment_image_alt','Contact Page Header'),(8097,496,'_wp_attached_file','2014/12/pom-street-story.jpg'),(8098,496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2014/12/pom-street-story.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"pom-street-story-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8099,496,'_wp_attachment_image_alt','Pomegranate on Main'),(8163,204,'lambda_content',''),(8164,204,'lambda_extra_classes',''),(8165,204,'lambda_class',''),(8166,204,'lambda_id',''),(8167,204,'lambda_label',''),(8168,204,'lambda_overlay_opacity','0'),(8169,204,'lambda_overlay_grid','0'),(8170,204,'lambda_background_video_mp4',''),(8171,204,'lambda_background_video_webm',''),(8172,204,'lambda_background_image',''),(8173,204,'lambda_background_position_vertical','0'),(8174,204,'lambda_background_image_parallax_start','0'),(8175,204,'lambda_site_skin','0'),(8229,502,'_wp_attached_file','2014/12/pomegranate-dining.jpg'),(8230,502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:803;s:4:\"file\";s:30:\"2014/12/pomegranate-dining.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pomegranate-dining-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"pomegranate-dining-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"pomegranate-dining-768x385.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"pomegranate-dining-1024x514.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:30:\"pomegranate-dining-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:30:\"pomegranate-dining-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"pomegranate-dining-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8465,512,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8466,512,'_edit_last','2'),(8467,512,'_edit_lock','1626875756:2'),(8468,512,'_wp_page_template','default'),(8469,512,'slide_template','default'),(8470,512,'_wpb_vc_js_status','true'),(8471,512,'lambda_site_footer','show'),(8472,512,'lambda_override_header','override'),(8473,512,'lambda_show_header','hide'),(8475,512,'lambda_text_color','text-normal'),(8476,512,'lambda_header_type','h1'),(8477,512,'lambda_header_size','normal'),(8478,512,'lambda_header_weight','default'),(8479,512,'lambda_header_align','left'),(8480,512,'lambda_header_fade_out','off'),(8482,512,'lambda_margin_top','20'),(8483,512,'lambda_margin_bottom','20'),(8484,512,'lambda_text_shadow','shadow'),(8485,512,'lambda_inner_shadow','shadow'),(8486,512,'lambda_width','padded'),(8490,512,'lambda_overlay_colour','#000000'),(8496,512,'lambda_background_image_size','cover'),(8497,512,'lambda_background_image_repeat','no-repeat'),(8499,512,'lambda_background_image_attachment','scroll'),(8500,512,'lambda_background_image_parallax','off'),(8502,512,'lambda_background_image_parallax_end','-80'),(8503,512,'lambda_height','normal'),(8504,512,'lambda_transparency','opaque'),(8505,512,'lambda_vertical_alignment','default'),(8506,512,'lambda_hidden_on_large','off'),(8507,512,'lambda_hidden_on_medium','off'),(8508,512,'lambda_hidden_on_small','off'),(8509,512,'lambda_hidden_on_xsmall','off'),(8510,512,'lambda_bullet_nav','hide'),(8511,512,'lambda_bullet_nav_tooltips','off'),(8512,512,'lambda_site_top_nav','show'),(8513,512,'lambda_site_top_nav_transparency','off'),(8567,175,'lambda_content',''),(8568,175,'lambda_extra_classes',''),(8569,175,'lambda_class',''),(8570,175,'lambda_id',''),(8571,175,'lambda_label',''),(8572,175,'lambda_overlay_opacity','0'),(8573,175,'lambda_overlay_grid','0'),(8574,175,'lambda_background_video_mp4',''),(8575,175,'lambda_background_video_webm',''),(8576,175,'lambda_background_image',''),(8577,175,'lambda_background_position_vertical','0'),(8578,175,'lambda_background_image_parallax_start','0'),(8579,175,'lambda_site_skin','0'),(8606,517,'_wp_attached_file','2017/06/winelist.pdf'),(8607,518,'_wp_attached_file','2017/06/lunch.pdf'),(8608,519,'_wp_attached_file','2017/06/dinner.pdf'),(8763,532,'_wp_attached_file','2017/07/pom-logo-icondesk.jpg'),(8764,532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:101;s:4:\"file\";s:29:\"2017/07/pom-logo-icondesk.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"pom-logo-icondesk-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"pom-logo-icondesk-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8765,532,'_wp_attachment_image_alt','Fine Persian Cuisine'),(8766,533,'_wp_attached_file','2017/07/cropped-pom-logo-icondesk.jpg'),(8767,533,'_wp_attachment_context','site-icon'),(8768,533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:37:\"2017/07/cropped-pom-logo-icondesk.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-pom-logo-icondesk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"cropped-pom-logo-icondesk-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:37:\"cropped-pom-logo-icondesk-512x400.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:37:\"cropped-pom-logo-icondesk-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:37:\"cropped-pom-logo-icondesk-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:37:\"cropped-pom-logo-icondesk-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:35:\"cropped-pom-logo-icondesk-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8769,535,'_wp_attached_file','2017/07/pomegranate-icon.jpg'),(8770,535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:98;s:6:\"height\";i:101;s:4:\"file\";s:28:\"2017/07/pomegranate-icon.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8771,535,'_wp_attachment_image_alt','Fine Persian Cuisine'),(8772,536,'_wp_attached_file','2017/07/cropped-pomegranate-icon.jpg'),(8773,536,'_wp_attachment_context','site-icon'),(8774,536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:36:\"2017/07/cropped-pomegranate-icon.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-pomegranate-icon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-pomegranate-icon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:36:\"cropped-pomegranate-icon-512x400.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:36:\"cropped-pomegranate-icon-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:36:\"cropped-pomegranate-icon-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:36:\"cropped-pomegranate-icon-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:34:\"cropped-pomegranate-icon-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8794,539,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8795,539,'_menu_item_type','post_type'),(8796,539,'_menu_item_menu_item_parent','0'),(8797,539,'_menu_item_object_id','512'),(8798,539,'_menu_item_object','page'),(8799,539,'_menu_item_target',''),(8800,539,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8801,539,'_menu_item_xfn',''),(8802,539,'_menu_item_url',''),(8804,539,'oxy_modal',''),(8805,539,'oxy_icon',''),(8806,539,'oxy_special',''),(8807,539,'oxy_label',''),(8808,539,'oxy_label_type','default'),(8862,543,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8863,543,'_menu_item_type','post_type'),(8864,543,'_menu_item_menu_item_parent','0'),(8865,543,'_menu_item_object_id','177'),(8866,543,'_menu_item_object','page'),(8867,543,'_menu_item_target',''),(8868,543,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8869,543,'_menu_item_xfn',''),(8870,543,'_menu_item_url',''),(8872,544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8873,544,'_menu_item_type','post_type'),(8874,544,'_menu_item_menu_item_parent','0'),(8875,544,'_menu_item_object_id','512'),(8876,544,'_menu_item_object','page'),(8877,544,'_menu_item_target',''),(8878,544,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8879,544,'_menu_item_xfn',''),(8880,544,'_menu_item_url',''),(8882,545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8883,545,'_menu_item_type','post_type'),(8884,545,'_menu_item_menu_item_parent','544'),(8885,545,'_menu_item_object_id','174'),(8886,545,'_menu_item_object','page'),(8887,545,'_menu_item_target',''),(8888,545,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8889,545,'_menu_item_xfn',''),(8890,545,'_menu_item_url',''),(8892,546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8893,546,'_menu_item_type','post_type'),(8894,546,'_menu_item_menu_item_parent','544'),(8895,546,'_menu_item_object_id','196'),(8896,546,'_menu_item_object','page'),(8897,546,'_menu_item_target',''),(8898,546,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8899,546,'_menu_item_xfn',''),(8900,546,'_menu_item_url',''),(8902,547,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8903,547,'_menu_item_type','post_type'),(8904,547,'_menu_item_menu_item_parent','544'),(8905,547,'_menu_item_object_id','197'),(8906,547,'_menu_item_object','page'),(8907,547,'_menu_item_target',''),(8908,547,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8909,547,'_menu_item_xfn',''),(8910,547,'_menu_item_url',''),(8922,549,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8923,549,'_menu_item_type','post_type'),(8924,549,'_menu_item_menu_item_parent','554'),(8925,549,'_menu_item_object_id','200'),(8926,549,'_menu_item_object','page'),(8927,549,'_menu_item_target',''),(8928,549,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8929,549,'_menu_item_xfn',''),(8930,549,'_menu_item_url',''),(8932,550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8933,550,'_menu_item_type','post_type'),(8934,550,'_menu_item_menu_item_parent','554'),(8935,550,'_menu_item_object_id','202'),(8936,550,'_menu_item_object','page'),(8937,550,'_menu_item_target',''),(8938,550,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8939,550,'_menu_item_xfn',''),(8940,550,'_menu_item_url',''),(8942,551,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8943,551,'_menu_item_type','post_type'),(8944,551,'_menu_item_menu_item_parent','554'),(8945,551,'_menu_item_object_id','204'),(8946,551,'_menu_item_object','page'),(8947,551,'_menu_item_target',''),(8948,551,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8949,551,'_menu_item_xfn',''),(8950,551,'_menu_item_url',''),(8952,552,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8953,552,'_menu_item_type','post_type'),(8954,552,'_menu_item_menu_item_parent','0'),(8955,552,'_menu_item_object_id','206'),(8956,552,'_menu_item_object','page'),(8957,552,'_menu_item_target',''),(8958,552,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8959,552,'_menu_item_xfn',''),(8960,552,'_menu_item_url',''),(8962,553,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8963,553,'_menu_item_type','post_type'),(8964,553,'_menu_item_menu_item_parent','0'),(8965,553,'_menu_item_object_id','175'),(8966,553,'_menu_item_object','page'),(8967,553,'_menu_item_target',''),(8968,553,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8969,553,'_menu_item_xfn',''),(8970,553,'_menu_item_url',''),(8972,554,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8973,554,'_menu_item_type','custom'),(8974,554,'_menu_item_menu_item_parent','0'),(8975,554,'_menu_item_object_id','554'),(8976,554,'_menu_item_object','custom'),(8977,554,'_menu_item_target',''),(8978,554,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8979,554,'_menu_item_xfn',''),(8980,554,'_menu_item_url','http://#'),(8982,543,'oxy_modal',''),(8983,543,'oxy_icon',''),(8984,543,'oxy_special',''),(8985,543,'oxy_label',''),(8986,543,'oxy_label_type','default'),(8987,544,'oxy_modal',''),(8988,544,'oxy_icon',''),(8989,544,'oxy_special',''),(8990,544,'oxy_label',''),(8991,544,'oxy_label_type','default'),(8992,545,'oxy_modal',''),(8993,545,'oxy_icon',''),(8994,545,'oxy_special',''),(8995,545,'oxy_label',''),(8996,545,'oxy_label_type','default'),(8997,546,'oxy_modal',''),(8998,546,'oxy_icon',''),(8999,546,'oxy_special',''),(9000,546,'oxy_label',''),(9001,546,'oxy_label_type','default'),(9002,547,'oxy_modal',''),(9003,547,'oxy_icon',''),(9004,547,'oxy_special',''),(9005,547,'oxy_label',''),(9006,547,'oxy_label_type','default'),(9012,549,'oxy_modal',''),(9013,549,'oxy_icon',''),(9014,549,'oxy_special',''),(9015,549,'oxy_label',''),(9016,549,'oxy_label_type','default'),(9017,550,'oxy_modal',''),(9018,550,'oxy_icon',''),(9019,550,'oxy_special',''),(9020,550,'oxy_label',''),(9021,550,'oxy_label_type','default'),(9022,551,'oxy_modal',''),(9023,551,'oxy_icon',''),(9024,551,'oxy_special',''),(9025,551,'oxy_label',''),(9026,551,'oxy_label_type','default'),(9027,552,'oxy_modal',''),(9028,552,'oxy_icon',''),(9029,552,'oxy_special',''),(9030,552,'oxy_label',''),(9031,552,'oxy_label_type','default'),(9032,553,'oxy_modal',''),(9033,553,'oxy_icon',''),(9034,553,'oxy_special',''),(9035,553,'oxy_label',''),(9036,553,'oxy_label_type','default'),(9037,554,'oxy_modal',''),(9038,554,'oxy_icon',''),(9039,554,'oxy_special',''),(9040,554,'oxy_label',''),(9041,554,'oxy_label_type','default'),(9043,556,'_wp_attached_file','2014/12/pom-blue-bg.jpg'),(9044,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1172;s:4:\"file\";s:23:\"2014/12/pom-blue-bg.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"pom-blue-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"pom-blue-bg-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"pom-blue-bg-768x643.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"pom-blue-bg-1024x857.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:23:\"pom-blue-bg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:23:\"pom-blue-bg-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"pom-blue-bg-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9045,556,'_wp_attachment_image_alt','Tile Background'),(9072,558,'_wp_attached_file','2014/12/pom-blue-bg2.jpg'),(9073,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:940;s:4:\"file\";s:24:\"2014/12/pom-blue-bg2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"pom-blue-bg2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"pom-blue-bg2-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"pom-blue-bg2-768x451.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"pom-blue-bg2-1024x602.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"square-image\";a:4:{s:4:\"file\";s:24:\"pom-blue-bg2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"related-post-image\";a:4:{s:4:\"file\";s:24:\"pom-blue-bg2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:24:\"pom-blue-bg2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9074,558,'_wp_attachment_image_alt','Tile Background'),(9263,177,'_yoast_wpseo_title','Fresh Persian Cuisine - Greenville, SC'),(9265,567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9266,567,'_menu_item_type','post_type'),(9267,567,'_menu_item_menu_item_parent','0'),(9268,567,'_menu_item_object_id','170'),(9269,567,'_menu_item_object','page'),(9270,567,'_menu_item_target',''),(9271,567,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9272,567,'_menu_item_xfn',''),(9273,567,'_menu_item_url',''),(9275,567,'oxy_modal',''),(9276,567,'oxy_icon',''),(9277,567,'oxy_special',''),(9278,567,'oxy_label',''),(9279,567,'oxy_label_type','default'),(9294,177,'_yoast_wpseo_content_score','30'),(9321,536,'_oembed_97108f503b7fe4b5e5b9f1b0e98acc13','{{unknown}}'),(9322,533,'_oembed_4d96e69e2907e023d7e7c09b883701ac','{{unknown}}'),(9337,177,'_oembed_81f5d7db73fe47517bd77b62857daf55','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/tBieRGWUqRQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9338,177,'_oembed_time_81f5d7db73fe47517bd77b62857daf55','1618323230'),(9365,572,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9366,572,'_edit_lock','1618580364:2'),(9367,572,'_edit_last','2'),(9368,572,'_wp_page_template','default'),(9369,572,'slide_template','default'),(9370,572,'_wpb_vc_js_status','true'),(9371,572,'lambda_site_footer','show'),(9372,572,'lambda_override_header','default'),(9373,572,'lambda_show_header','show'),(9375,572,'lambda_text_color','text-normal'),(9376,572,'lambda_header_type','h1'),(9377,572,'lambda_header_size','normal'),(9378,572,'lambda_header_weight','default'),(9379,572,'lambda_header_align','left'),(9380,572,'lambda_header_fade_out','off'),(9382,572,'lambda_margin_top','20'),(9383,572,'lambda_margin_bottom','20'),(9384,572,'lambda_text_shadow','no-shadow'),(9385,572,'lambda_inner_shadow','no-shadow'),(9386,572,'lambda_width','padded'),(9390,572,'lambda_overlay_colour','#000000'),(9396,572,'lambda_background_image_size','cover'),(9397,572,'lambda_background_image_repeat','no-repeat'),(9399,572,'lambda_background_image_attachment','scroll'),(9400,572,'lambda_background_image_parallax','off'),(9402,572,'lambda_background_image_parallax_end','-80'),(9403,572,'lambda_height','normal'),(9404,572,'lambda_transparency','opaque'),(9405,572,'lambda_vertical_alignment','default'),(9406,572,'lambda_hidden_on_large','off'),(9407,572,'lambda_hidden_on_medium','off'),(9408,572,'lambda_hidden_on_small','off'),(9409,572,'lambda_hidden_on_xsmall','off'),(9410,572,'lambda_bullet_nav','hide'),(9411,572,'lambda_bullet_nav_tooltips','off'),(9412,572,'lambda_site_top_nav','show'),(9413,572,'lambda_site_top_nav_transparency','off'),(9415,572,'_yoast_wpseo_content_score','30'),(9416,572,'_oembed_81f5d7db73fe47517bd77b62857daf55','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/tBieRGWUqRQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9417,572,'_oembed_time_81f5d7db73fe47517bd77b62857daf55','1618323492'),(9496,227,'_oembed_81f5d7db73fe47517bd77b62857daf55','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/tBieRGWUqRQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9497,227,'_oembed_time_81f5d7db73fe47517bd77b62857daf55','1618580389'),(9524,572,'lambda_content',''),(9525,572,'lambda_extra_classes',''),(9526,572,'lambda_class',''),(9527,572,'lambda_id',''),(9528,572,'lambda_label',''),(9529,572,'lambda_overlay_opacity','0'),(9530,572,'lambda_overlay_grid','0'),(9531,572,'lambda_background_video_mp4',''),(9532,572,'lambda_background_video_webm',''),(9533,572,'lambda_background_image',''),(9534,572,'lambda_background_position_vertical','0'),(9535,572,'lambda_background_image_parallax_start','0'),(9536,572,'lambda_site_skin','0'),(9537,172,'_oembed_81f5d7db73fe47517bd77b62857daf55','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/tBieRGWUqRQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9538,172,'_oembed_time_81f5d7db73fe47517bd77b62857daf55','1618760245'),(9539,173,'_oembed_81f5d7db73fe47517bd77b62857daf55','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/tBieRGWUqRQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9540,173,'_oembed_time_81f5d7db73fe47517bd77b62857daf55','1619014294'),(9593,171,'_oembed_81f5d7db73fe47517bd77b62857daf55','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/tBieRGWUqRQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9594,171,'_oembed_time_81f5d7db73fe47517bd77b62857daf55','1619014605'),(9595,229,'_oembed_81f5d7db73fe47517bd77b62857daf55','<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/tBieRGWUqRQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(9596,229,'_oembed_time_81f5d7db73fe47517bd77b62857daf55','1619014973'),(9612,177,'_oembed_a5a748f851e464fa60d9afc50511b9a2','{{unknown}}'),(9626,177,'lambda_content',''),(9627,177,'lambda_extra_classes',''),(9628,177,'lambda_class',''),(9629,177,'lambda_id',''),(9630,177,'lambda_label',''),(9631,177,'lambda_overlay_opacity','0'),(9632,177,'lambda_overlay_grid','0'),(9633,177,'lambda_background_video_mp4',''),(9634,177,'lambda_background_video_webm',''),(9635,177,'lambda_background_image',''),(9636,177,'lambda_background_position_vertical','0'),(9637,177,'lambda_background_image_parallax_start','0'),(9638,177,'lambda_site_skin','0'),(9653,196,'_yoast_wpseo_content_score','30'),(9654,196,'lambda_content',''),(9655,196,'lambda_extra_classes',''),(9656,196,'lambda_class',''),(9657,196,'lambda_id',''),(9658,196,'lambda_label',''),(9659,196,'lambda_overlay_opacity','0'),(9660,196,'lambda_overlay_grid','0'),(9661,196,'lambda_background_video_mp4',''),(9662,196,'lambda_background_video_webm',''),(9663,196,'lambda_background_image',''),(9664,196,'lambda_background_position_vertical','0'),(9665,196,'lambda_background_image_parallax_start','0'),(9666,196,'lambda_site_skin','0'),(9680,174,'_yoast_wpseo_content_score','30'),(9681,174,'lambda_content',''),(9682,174,'lambda_extra_classes',''),(9683,174,'lambda_class',''),(9684,174,'lambda_id',''),(9685,174,'lambda_label',''),(9686,174,'lambda_overlay_opacity','0'),(9687,174,'lambda_overlay_grid','0'),(9688,174,'lambda_background_video_mp4',''),(9689,174,'lambda_background_video_webm',''),(9690,174,'lambda_background_image',''),(9691,174,'lambda_background_position_vertical','0'),(9692,174,'lambda_background_image_parallax_start','0'),(9693,174,'lambda_site_skin','0'),(9694,582,'_wp_attached_file','2021/07/All-Menus-Website.pdf'),(9708,512,'_yoast_wpseo_content_score','30'),(9735,512,'lambda_content',''),(9736,512,'lambda_extra_classes',''),(9737,512,'lambda_class',''),(9738,512,'lambda_id',''),(9739,512,'lambda_label',''),(9740,512,'lambda_overlay_opacity','0'),(9741,512,'lambda_overlay_grid','0'),(9742,512,'lambda_background_video_mp4',''),(9743,512,'lambda_background_video_webm',''),(9744,512,'lambda_background_image',''),(9745,512,'lambda_background_position_vertical','0'),(9746,512,'lambda_background_image_parallax_start','0'),(9747,512,'lambda_site_skin','0'),(9748,177,'_cff_oembed_done_checking','1'),(9749,173,'_cff_oembed_done_checking','1'),(9750,227,'_cff_oembed_done_checking','1'),(9751,229,'_cff_oembed_done_checking','1'),(9752,171,'_cff_oembed_done_checking','1'),(9753,172,'_cff_oembed_done_checking','1'),(9754,197,'_cff_oembed_done_checking','1'),(9755,196,'_cff_oembed_done_checking','1'),(9758,174,'_cff_oembed_done_checking','1'),(9759,175,'_cff_oembed_done_checking','1'),(9760,512,'_cff_oembed_done_checking','1'),(9761,170,'_cff_oembed_done_checking','1'),(9762,206,'_cff_oembed_done_checking','1'),(9763,200,'_cff_oembed_done_checking','1'),(9764,204,'_cff_oembed_done_checking','1'),(9765,202,'_cff_oembed_done_checking','1'),(9766,572,'_cff_oembed_done_checking','1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext 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(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=586 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (7,1,'2017-03-08 21:15:48','2017-03-08 21:15:48','','Mega Menu','','publish','closed','closed','','mega-menu','','','2017-03-08 21:15:48','2017-03-08 21:15:48','',0,'http://www.pomegranateonmain.com/index.php/oxy_mega_menu/mega-menu/',0,'oxy_mega_menu','',0),(8,1,'2017-03-08 21:15:48','2017-03-08 21:15:48','col-md-3','One Quarter Column (1/4)','','publish','closed','closed','','one-quarter-column-14','','','2017-03-08 21:15:48','2017-03-08 21:15:48','',0,'http://www.pomegranateonmain.com/index.php/oxy_mega_columns/one-quarter-column-14/',0,'oxy_mega_columns','',0),(9,1,'2017-03-08 21:15:48','2017-03-08 21:15:48','col-md-4','One Third Column (1/3)','','publish','closed','closed','','one-third-column-13','','','2017-03-08 21:15:48','2017-03-08 21:15:48','',0,'http://www.pomegranateonmain.com/index.php/oxy_mega_columns/one-third-column-13/',0,'oxy_mega_columns','',0),(108,1,'2017-03-09 19:31:57','2017-03-09 19:31:57','','blue-icons_0000_Vector-Smart-Object','','inherit','closed','closed','','blue-icons_0000_vector-smart-object','','','2017-03-09 19:31:57','2017-03-09 19:31:57','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/blue-icons_0000_Vector-Smart-Object.png',0,'attachment','image/png',0),(140,1,'2017-03-09 19:33:43','2017-03-09 19:33:43','','bg-4','','inherit','closed','closed','','bg-4','','','2017-03-09 19:33:43','2017-03-09 19:33:43','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/bg-4.jpg',0,'attachment','image/jpeg',0),(148,1,'2017-03-09 19:34:13','2017-03-09 19:34:13','','bg-1','','inherit','closed','closed','','bg-1','','','2017-03-09 19:34:13','2017-03-09 19:34:13','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/bg-1.jpg',0,'attachment','image/jpeg',0),(152,1,'2017-03-09 19:34:27','2017-03-09 19:34:27','','decor-2-big-gold','','inherit','closed','closed','','decor-2-big-gold','','','2017-03-09 19:34:27','2017-03-09 19:34:27','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-2-big-gold.png',0,'attachment','image/png',0),(153,1,'2017-03-09 19:34:30','2017-03-09 19:34:30','','decor-2-big-white','','inherit','closed','closed','','decor-2-big-white','','','2017-03-09 19:34:30','2017-03-09 19:34:30','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-2-big-white.png',0,'attachment','image/png',0),(154,1,'2017-03-09 19:34:33','2017-03-09 19:34:33','','decor-1-big-white','','inherit','closed','closed','','decor-1-big-white','','','2017-03-09 19:34:33','2017-03-09 19:34:33','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-1-big-white.png',0,'attachment','image/png',0),(155,1,'2017-03-09 19:34:36','2017-03-09 19:34:36','','decor-2-big-black','','inherit','closed','closed','','decor-2-big-black','','','2017-03-09 19:34:36','2017-03-09 19:34:36','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-2-big-black.png',0,'attachment','image/png',0),(156,1,'2017-03-09 19:34:39','2017-03-09 19:34:39','','decor-1-big-black','','inherit','closed','closed','','decor-1-big-black','','','2017-03-09 19:34:39','2017-03-09 19:34:39','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-1-big-black.png',0,'attachment','image/png',0),(157,1,'2017-03-09 19:34:42','2017-03-09 19:34:42','','decor-1-big-gold','','inherit','closed','closed','','decor-1-big-gold','','','2017-03-09 19:34:42','2017-03-09 19:34:42','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-1-big-gold.png',0,'attachment','image/png',0),(159,1,'2014-12-19 10:07:56','2014-12-19 10:07:56','<div class=\"row\">\r\n <div class=\"col-md-6\">\r\n <div class=\"form-group form-icon-group\">\r\n <i class=\"fa fa-user\"></i> [text* your-name class:form-control placeholder \"Your name *\"] \r\n </div>\r\n </div>\r\n <div class=\"col-md-6\">\r\n <div class=\"form-group form-icon-group\">\r\n <i class=\"fa fa-envelope\" > </i> [text* your-email class:form-control placeholder\"Your email *\"] \r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <div class=\"form-group form-icon-group\">\r\n <i class=\"fa fa-file-text\"></i> [text* your-subject class:form-control placeholder \"Your subject *\"] \r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"form-group form-icon-group\">\r\n <i class=\"fa fa-pencil\"></i> [textarea your-message class:form-control x8 placeholder \"Your message\"] \r\n</div>\r\n[submit class:btn class:btn-primary \"Send email\"]\n1\nWebsite Contact\n[your-name] <wordpress@pomegranateonmain.com>\npaige@subwaysc.com,debbie@smartcommunicationsllc.com,chris@mainstreetwebmarketing.com\nName: [your-name]\r\nEmail: [your-email]\r\nSubject: [your-subject]\r\n\r\nMessage: [your-message]\n\n\n\n\n\n\n\n\n\n\n\n\n\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na','Contact form','','publish','open','open','','contact-form-1-2','','','2021-02-02 14:22:50','2021-02-02 14:22:50','',0,'http://www.pomegranateonmain.com/?post_type=wpcf7_contact_form&p=159',0,'wpcf7_contact_form','',0),(170,1,'2014-12-18 14:41:54','2014-12-18 14:41:54','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Reservations[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Cuisine In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Reservations','','publish','closed','closed','','reservations','','','2017-05-03 20:33:48','2017-05-03 20:33:48','',0,'http://www.pomegranateonmain.com/reservations/',4,'page','',0),(171,1,'2014-12-18 10:21:23','2014-12-18 10:21:23','<div class=\"_5x46\">Excellent meal and service! If you want a truly unique and delicious dining experience then you must try Pomegranate on Main. Order the <span class=\"highlightNode\">hummus</span> and pomegranate martinis to start!</div>','Melody Berry Healan','','publish','closed','closed','','116','','','2017-03-09 21:30:42','2017-03-09 21:30:42','',0,'http://www.pomegranateonmain.com/oxy_testimonial/116/',0,'oxy_testimonial','',0),(172,1,'2014-12-18 10:19:31','2014-12-18 10:19:31','Been here twice and always have excellent service and delicious food! The rice is to die for!! I will be back soon I am sure.','Jennifer Roselli','','publish','closed','closed','','steakhouse-bliss','','','2017-03-09 21:31:50','2017-03-09 21:31:50','',0,'http://www.pomegranateonmain.com/oxy_testimonial/steakhouse-bliss/',0,'oxy_testimonial','',0),(173,1,'2014-12-18 10:14:28','2014-12-18 10:14:28','One of my favorite places in Greenville The staff, food are GREAT!','Bill Vanderwerff','','publish','closed','closed','','dinner-served','','','2017-03-09 21:33:53','2017-03-09 21:33:53','',0,'http://www.pomegranateonmain.com/oxy_testimonial/dinner-served/',0,'oxy_testimonial','',0),(174,1,'2014-12-17 13:12:29','2014-12-17 13:12:29','[vc_row inner_shadow=\"shadow\" background_image=\"487\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"20\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"24\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"24\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"31\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','publish','closed','closed','','dinner-menu','','','2021-07-21 12:52:37','2021-07-21 12:52:37','',0,'http://www.pomegranateonmain.com/menu/',1,'page','',0),(175,1,'2014-12-17 13:11:34','2014-12-17 13:11:34','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"494\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How To Reach Us[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate on Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve the local community and visitors who have supported our restaurant for 10 years. If you have any questions regarding our restaurant, menu or private parties please don’t hesitate to contact us. Thank You!\r\n\r\nVisit us at: 618 S. Main Street, Greenville, SC 29601\r\nCall us at: 864-241-3012[/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"237\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Contact & Directions','','publish','closed','closed','','contact-directions','','','2017-06-23 17:04:41','2017-06-23 17:04:41','',0,'http://www.pomegranateonmain.com/contact/',9,'page','',0),(176,4,'2014-12-17 12:21:53','2014-12-17 12:21:53','<div class=\"row\">\r\n <div class=\"col-md-6\">\r\n <div class=\"form-group text-left\"> \r\n <label>Your email</label>\r\n [email* your-email class:form-control placeholder\"Your email *\"] \r\n </div>\r\n </div>\r\n <div class=\"col-md-6\">\r\n <div class=\"form-group text-left\">\r\n <label>When would you like to book?</label> \r\n [date* date-589 class:form-control]\r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"row\">\r\n <div class=\"col-md-6\">\r\n <div class=\"form-group text-left\">\r\n <label>What time?</label> \r\n [select menu-133 \"18:00\" \"18:30\" \"19:00\" \"19:30\" \"20:00\" \"20:30\" \"21:00\" \"21:30\"]\r\n </div>\r\n </div>\r\n <div class=\"col-md-6\">\r\n <div class=\"form-group text-left\">\r\n <label>Party Size</label> \r\n [select menu-164 \"1\" \"2\" \"3\" \"4\" \"5\" \"6\" \"7\" \"8\" \"9\" \"10\" \"11\" \"12\"] \r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"form-group\">\r\n <label></label>\r\n [submit class:btn class:btn-primary class:btn-lg \"Book my table\"]\r\n</div>\n1\nWebsite Contact\n[your-email] <wordpress@pomegranateonmain.com>\npaige@subwaysc.com,datkins@summitslc.com,chris@mainstreetwebmarketing.com\nEmail: [your-email]\r\nDate: [date-589]\r\nMenu: [menu-133]\r\nMenu: [menu-164]\n\n\n\n\n\n\n\n\n\n\n\n\n\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na\na','Book a table','','publish','open','open','','contact-form-1','','','2017-05-03 19:19:53','2017-05-03 19:19:53','',0,'http://www.pomegranateonmain.com/?post_type=wpcf7_contact_form&p=176',0,'wpcf7_contact_form','',0),(177,1,'2014-12-17 12:21:21','2014-12-17 12:21:21','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"ORDER ONLINE\" link=\"https://pomegranateonmain.hrpos.heartland.us/menu\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"558\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image_size=\"auto\"][vc_column width=\"1/1\"][vc_video src=\"https://youtu.be/tBieRGWUqRQ\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][/vc_row]','Home','','publish','open','open','','home','','','2021-04-21 14:16:32','2021-04-21 14:16:32','',0,'http://www.pomegranateonmain.com/home/',0,'page','',0),(179,4,'2014-12-16 14:16:48','2014-12-16 14:16:48','','Pomegranate','','publish','closed','closed','','restaurant','','','2017-07-19 17:20:19','2017-07-19 17:20:19','',0,'http://www.pomegranateonmain.com/oxy_stack/restaurant/',0,'oxy_stack','',0),(187,1,'2017-03-09 20:32:59','2017-03-09 20:32:59','','Pomegranate On Main','','inherit','closed','closed','','pomegranate-header','','','2017-03-09 20:33:18','2017-03-09 20:33:18','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pomegranate-header.jpg',0,'attachment','image/jpeg',0),(188,1,'2017-03-09 20:33:26','2017-03-09 20:33:26','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"147\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"146\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Home Made Pasta[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/5\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"145\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"144\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"143\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/5\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"141\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Guest Reviews[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials layout=\"no-image\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"139\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"138\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"176\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-09 20:33:26','2017-03-09 20:33:26','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(189,1,'2017-03-09 20:35:46','2017-03-09 20:35:46','[vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0.3\" overlay_grid=\"0\" background_image=\"146\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][heading text_color=\"text-light\" header_type=\"h1\" header_size=\"hyper\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"190\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact[/heading][vc_single_image image=\"154\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"20\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"140\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"off\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"middle\" id=\"book\"][vc_column width=\"1/2\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][heading text_color=\"text-normal\" header_type=\"h1\" header_size=\"normal\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Get in touch[/heading][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-normal\" margin_top=\"0\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column width=\"1/4\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][vc_single_image image=\"112\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"20\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_single_image image=\"110\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column width=\"1/4\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][vc_single_image image=\"111\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"20\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][vc_single_image image=\"109\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"151\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/6\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][/vc_column][vc_column width=\"2/3\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][panel style=\"panel-default\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\" background_colour=\"rgba(0, 0, 0, 0.69)\"][heading text_color=\"text-light\" header_type=\"h1\" header_size=\"normal\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"20\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Opening hours[/heading][vc_single_image image=\"153\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"10\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items. <h3>Monday to Friday</h3> 18:00 - 23:00 <h3>Saturday</h3> 14:00 - 24:00 <h3>Sunday</h3> 14:00 - 20:00 [/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"no-padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" background_image_parallax=\"off\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\"][map map_type=\"ROADMAP\" map_style=\"blackwhite\" auto_center=\"auto\" center_latlng=\"51.508333, -0.126636\" map_zoom=\"15\" map_scrollable=\"on\" marker=\"show\" label=\"London Royal | Athens Bistro\" latlng=\"51.511084, -0.133202 | 51.506623, -0.111916\" height=\"559\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-09 20:35:46','2017-03-09 20:35:46','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(191,1,'2017-03-09 20:36:55','2017-03-09 20:36:55','[vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"137\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][heading text_color=\"text-light\" header_type=\"h1\" header_size=\"hyper\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"190\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"20\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"140\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" background_image_parallax=\"off\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading text_color=\"text-normal\" header_type=\"h2\" header_size=\"big\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"20\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Appetisers [/heading][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tzatsiki \" description=\"Refreshing traditional cucumber and garlic yoghurt dip.\" shape=\"round\" price=\"$3\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Aubergine salad\" description=\"Pureed eggplant, garlic, green pepper and tomato dip.\" shape=\"round\" price=\"$5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Houmous\" description=\"Pureed chick peas, garlic, lemon and tahini dip.\" shape=\"round\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" featured_label=\"Chef\'s Special\"][pricing_item title=\"Grilled Salmon\" description=\"Salmon with beetroot confit, horseradish and mandarin sauce.\" shape=\"round\" price=\"$7.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][/pricing_list][heading text_color=\"text-normal\" header_type=\"h2\" header_size=\"big\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"20\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Season\" description=\"Tomato,cucumber,lettuce and carrot.\" shape=\"round\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Greek\" description=\"Tomato,cucumber,green pepper,onion,olives and feta cheese.\" shape=\"round\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Mozzarella \'Capreze\'\" description=\"Slice of mozzarella cheese on a bed of sliced tomato.\" shape=\"round\" price=\"$4.50\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" featured_label=\"Chef\'s Special\"][pricing_item title=\"Caesar Salad\" description=\"The traditional crispy lettuce salad topped with chicken.\" shape=\"round\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading text_color=\"text-normal\" header_type=\"h2\" header_size=\"big\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"20\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Haloumi Bacon\" description=\"Traditional grilled Cypriot cheese wrapped in bacon.\" shape=\"round\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Shrimp Saganaki\" description=\"Shrimp sauteed in an ouzo, cheese and tomato sauce.\" shape=\"round\" price=\"$11.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Wild Mushrooms\" description=\"Grilled wild mushrooms with freshly squeezed lemon.\" shape=\"round\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Octopus in Wine Sauce\" description=\"Slices of octopus sauteed in a white wine & tomato sauce.\" shape=\"round\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Cornish Mackerel\" description=\"Cornish mackerel, marinated tomatoes, fragrant curry, tamarillo\" shape=\"round\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" featured_label=\"Recommended\"][/pricing_list][heading text_color=\"text-normal\" header_type=\"h2\" header_size=\"big\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"20\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Main Dishes[/heading][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roast Lamb\" description=\"Oven lamb, served with pureed potato and grilled vegetables.\" shape=\"round\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Chicken Oriental\" description=\"Ginger, onion, cashew nuts in a soy sauce served on rice.\" shape=\"round\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"T-bone Veal steak\" description=\"Served with baked potato and grilled vegetables.\" shape=\"round\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"151\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][heading text_color=\"text-light\" header_type=\"h1\" header_size=\"super\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"80\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"20\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"140\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" background_image_parallax=\"off\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" shape=\"round\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"135\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" shape=\"round\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"128\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" shape=\"round\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"127\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" shape=\"round\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"125\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" shape=\"round\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"131\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" shape=\"round\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"127\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" shape=\"round\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"136\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" shape=\"round\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"128\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" shape=\"round\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"130\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" shape=\"round\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"125\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-09 20:36:55','2017-03-09 20:36:55','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(193,1,'2017-03-09 20:38:09','2017-03-09 20:38:09','[vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0.3\" overlay_grid=\"0\" background_image=\"146\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][heading text_color=\"text-light\" header_type=\"h1\" header_size=\"hyper\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"190\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact[/heading][vc_single_image image=\"154\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"20\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"140\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"off\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"middle\" id=\"book\"][vc_column width=\"1/2\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][heading text_color=\"text-normal\" header_type=\"h1\" header_size=\"normal\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Get in touch[/heading][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-normal\" margin_top=\"0\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column width=\"1/4\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][vc_single_image image=\"112\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"20\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_single_image image=\"110\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column width=\"1/4\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][vc_single_image image=\"111\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"20\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][vc_single_image image=\"109\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"151\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/6\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][/vc_column][vc_column width=\"2/3\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][panel style=\"panel-default\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\" background_colour=\"rgba(0, 0, 0, 0.69)\"][heading text_color=\"text-light\" header_type=\"h1\" header_size=\"normal\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"20\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Opening hours[/heading][vc_single_image image=\"153\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"10\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.\r\n<h3>Monday to Friday</h3>\r\n18:00 - 23:00\r\n<h3>Saturday</h3>\r\n14:00 - 24:00\r\n<h3>Sunday</h3>\r\n14:00 - 20:00 [/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"no-padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" background_image_parallax=\"off\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\"][map map_type=\"ROADMAP\" map_style=\"blackwhite\" auto_center=\"auto\" center_latlng=\"51.508333, -0.126636\" map_zoom=\"15\" map_scrollable=\"on\" marker=\"show\" label=\"London Royal | Athens Bistro\" latlng=\"51.511084, -0.133202 | 51.506623, -0.111916\" height=\"559\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-09 20:38:09','2017-03-09 20:38:09','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(194,1,'2017-03-09 20:38:15','2017-03-09 20:38:15','[vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0.2\" overlay_grid=\"0\" background_image=\"141\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][heading text_color=\"text-light\" header_type=\"h1\" header_size=\"hyper\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"190\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Reservations[/heading][vc_single_image image=\"154\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"20\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"148\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" background_image_parallax=\"off\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/2\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"124\" link_type=\"magnific\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column width=\"1/2\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading text_color=\"text-normal\" header_type=\"h2\" header_size=\"big\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"none\" scroll_animation_delay=\"0\"]Athens Bistro[/heading][vc_column_text text_color=\"text-normal\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"none\" scroll_animation_delay=\"0\"]Located in Central Athens in a perfect location to enjoy your dinner. Easy to access from the nearby metro station.[/vc_column_text][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"152\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][contact-form-7 id=\"79\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"146\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/6\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][/vc_column][vc_column width=\"2/3\"][panel style=\"panel-default\" background_colour=\"rgba(0, 0, 0, 0.68)\" margin_top=\"80\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][testimonials count=\"3\" layout=\"no-image\" speed=\"7000\" animation_type=\"slide\" show_controls=\"show\" randomize=\"off\" text_align=\"center\" text_color=\"text-light\" margin_top=\"20\" margin_bottom=\"20\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"140\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" background_image_parallax=\"off\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/2\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading text_color=\"text-normal\" header_type=\"h2\" header_size=\"big\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]London Royal[/heading][vc_column_text text_color=\"text-normal\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Located in the heart of London in a perfect location to enjoy your dinner. Easy to access from the nearby metro station.[/vc_column_text][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][contact-form-7 id=\"79\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column width=\"1/2\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"123\" link_type=\"magnific\" link_target=\"_self\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Reservations','','inherit','closed','closed','','170-revision-v1','','','2017-03-09 20:38:15','2017-03-09 20:38:15','',170,'http://www.pomegranateonmain.com/uncategorized/170-revision-v1/',0,'revision','',0),(195,1,'2017-03-09 20:42:17','2017-03-09 20:42:17','[vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"137\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][heading text_color=\"text-light\" header_type=\"h1\" header_size=\"hyper\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"190\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"20\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"140\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" background_image_parallax=\"off\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading text_color=\"text-normal\" header_type=\"h2\" header_size=\"big\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"20\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Appetisers [/heading][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tzatsiki \" description=\"Refreshing traditional cucumber and garlic yoghurt dip.\" shape=\"round\" price=\"$3\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Aubergine salad\" description=\"Pureed eggplant, garlic, green pepper and tomato dip.\" shape=\"round\" price=\"$5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Houmous\" description=\"Pureed chick peas, garlic, lemon and tahini dip.\" shape=\"round\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" featured_label=\"Chef\'s Special\"][pricing_item title=\"Grilled Salmon\" description=\"Salmon with beetroot confit, horseradish and mandarin sauce.\" shape=\"round\" price=\"$7.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][/pricing_list][heading text_color=\"text-normal\" header_type=\"h2\" header_size=\"big\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"20\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Season\" description=\"Tomato,cucumber,lettuce and carrot.\" shape=\"round\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Greek\" description=\"Tomato,cucumber,green pepper,onion,olives and feta cheese.\" shape=\"round\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Mozzarella \'Capreze\'\" description=\"Slice of mozzarella cheese on a bed of sliced tomato.\" shape=\"round\" price=\"$4.50\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" featured_label=\"Chef\'s Special\"][pricing_item title=\"Caesar Salad\" description=\"The traditional crispy lettuce salad topped with chicken.\" shape=\"round\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading text_color=\"text-normal\" header_type=\"h2\" header_size=\"big\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"20\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Haloumi Bacon\" description=\"Traditional grilled Cypriot cheese wrapped in bacon.\" shape=\"round\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Shrimp Saganaki\" description=\"Shrimp sauteed in an ouzo, cheese and tomato sauce.\" shape=\"round\" price=\"$11.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Wild Mushrooms\" description=\"Grilled wild mushrooms with freshly squeezed lemon.\" shape=\"round\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Octopus in Wine Sauce\" description=\"Slices of octopus sauteed in a white wine & tomato sauce.\" shape=\"round\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Cornish Mackerel\" description=\"Cornish mackerel, marinated tomatoes, fragrant curry, tamarillo\" shape=\"round\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" featured_label=\"Recommended\"][/pricing_list][heading text_color=\"text-normal\" header_type=\"h2\" header_size=\"big\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"20\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"]Main Dishes[/heading][vc_single_image image=\"152\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roast Lamb\" description=\"Oven lamb, served with pureed potato and grilled vegetables.\" shape=\"round\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"Chicken Oriental\" description=\"Ginger, onion, cashew nuts in a soy sauce served on rice.\" shape=\"round\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][pricing_item title=\"T-bone Veal steak\" description=\"Served with baked potato and grilled vegetables.\" shape=\"round\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"151\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\" align=\"center\" align_sm=\"default\" border_top=\"off\" border_right=\"off\" border_bottom=\"off\" border_left=\"off\" scroll_animation=\"none\" scroll_animation_delay=\"0\"][heading text_color=\"text-light\" header_type=\"h1\" header_size=\"super\" header_weight=\"default\" header_align=\"center\" header_fade_out=\"off\" margin_top=\"80\" margin_bottom=\"20\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" link_target=\"_self\" margin_top=\"20\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row text_shadow=\"no-shadow\" inner_shadow=\"no-shadow\" width=\"padded\" overlay_colour=\"#000000\" overlay_opacity=\"0\" overlay_grid=\"0\" background_image=\"140\" background_image_size=\"cover\" background_image_repeat=\"no-repeat\" background_position_vertical=\"0\" background_image_attachment=\"scroll\" background_image_parallax=\"off\" background_image_parallax_start=\"0\" background_image_parallax_end=\"-80\" height=\"normal\" transparency=\"opaque\" vertical_alignment=\"default\"][vc_column width=\"1/1\"][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" shape=\"round\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"135\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" shape=\"round\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"128\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" shape=\"round\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"127\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" shape=\"round\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"125\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" shape=\"round\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"131\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" shape=\"round\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"127\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" shape=\"round\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"136\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" shape=\"round\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"128\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" shape=\"round\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"130\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" shape=\"round\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0\" image=\"125\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider visibility=\"hidden\" background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-09 20:42:17','2017-03-09 20:42:17','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(196,1,'2017-03-09 20:42:40','2017-03-09 20:42:40','[vc_row inner_shadow=\"shadow\" background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"4\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"7\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"7\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"7\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"12\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Lunch Menu','','publish','closed','closed','','lunch-menu','','','2021-07-21 12:30:58','2021-07-21 12:30:58','',0,'http://www.pomegranateonmain.com/?page_id=196',2,'page','',0),(197,1,'2017-03-09 20:42:53','2017-03-09 20:42:53','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"70\" sm_height=\"70\" md_height=\"70\" lg_height=\"80\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','publish','closed','closed','','beverage-menu','','','2017-05-05 16:06:45','2017-05-05 16:06:45','',0,'http://www.pomegranateonmain.com/?page_id=197',3,'page','',0),(198,1,'2017-03-09 20:42:40','2017-03-09 20:42:40','Coming Soon.','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-03-09 20:42:40','2017-03-09 20:42:40','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(199,1,'2017-03-09 20:42:53','2017-03-09 20:42:53','Coming Soon.','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-03-09 20:42:53','2017-03-09 20:42:53','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(200,1,'2017-03-09 20:43:17','2017-03-09 20:43:17','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Private Parties & To-Go[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Curbside To-Go[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<p style=\"text-align: center;\">Don’t worry about parking for to-go orders - we have you covered! Call ahead to place your order. Park in our designated space across the street. Call when you arrive and we will deliver your order to your car. It’s that easy!</p>\r\n<p style=\"text-align: center;\"><strong>Call us at: 864-241-3012</strong></p>\r\n[/vc_column_text][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Private Parties[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]We would love the opportunity to impress your guests with Persian cuisine. Please call the restaurant at 864-241-3012 for details on booking a private party.[/vc_column_text][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"448\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"447\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"449\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"446\" image_size=\"medium\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Private Parties & To-Go','','publish','closed','closed','','private-parties-carryout','','','2017-06-05 16:59:22','2017-06-05 16:59:22','',0,'http://www.pomegranateonmain.com/?page_id=200',5,'page','',0),(201,1,'2017-03-09 20:43:17','2017-03-09 20:43:17','Coming Soon.','Catering & To-Go','','inherit','closed','closed','','200-revision-v1','','','2017-03-09 20:43:17','2017-03-09 20:43:17','',200,'http://www.pomegranateonmain.com/uncategorized/200-revision-v1/',0,'revision','',0),(202,1,'2017-03-09 20:43:31','2017-03-09 20:43:31','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Gift Cards[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Perfect Gift For Foodies[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<p style=\"text-align: center;\">Gift cards for Pomegranate on Main can be purchased securely through QuickGifts using the link below or at our restaurant. Treat your family, friends and colleagues to the exceptional experience of the highest-rated Persian Cuisine in South Carolina, according to online reviews. We suggest pairing our private label wine, available in restaurant, with a gift card to create a memorable present for any special occasion.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/1\"][vc_column_text]\r\n<p style=\"text-align: center;\">Click below to purchase a gift card.</p>\r\n[/vc_column_text][vc_single_image image=\"452\" link_type=\"item\" hover_effect=\"image-effect-zoom-out\" link=\"http://onelink.quickgifts.com/merchant/pomegranate-on-main\" link_target=\"_blank\" onclick=\"custom_link\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Gift Cards','','publish','closed','closed','','gift-cards','','','2017-05-03 20:25:03','2017-05-03 20:25:03','',0,'http://www.pomegranateonmain.com/?page_id=202',6,'page','',0),(203,1,'2017-03-09 20:43:31','2017-03-09 20:43:31','Coming Soon.','Gift Cards','','inherit','closed','closed','','202-revision-v1','','','2017-03-09 20:43:31','2017-03-09 20:43:31','',202,'http://www.pomegranateonmain.com/uncategorized/202-revision-v1/',0,'revision','',0),(204,1,'2017-03-09 20:43:46','2017-03-09 20:43:46','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Events[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate Events & Gatherings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][panel title=\"Wednesdays\" background_colour=\"#444444\"][vc_column_text text_color=\"text-light\"]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio.\r\n\r\nWith half-off bottles of wine, Wednesday night offers a great opportunity to try new wines.\r\n\r\nPaired with our Persian cuisine in a relaxing,fun environment Pomegranate on Main creates the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][/vc_column][/vc_row]','Events','','publish','closed','closed','','events','','','2017-06-05 17:28:37','2017-06-05 17:28:37','',0,'http://www.pomegranateonmain.com/?page_id=204',7,'page','',0),(205,1,'2017-03-09 20:43:46','2017-03-09 20:43:46','Coming Soon.','Events','','inherit','closed','closed','','204-revision-v1','','','2017-03-09 20:43:46','2017-03-09 20:43:46','',204,'http://www.pomegranateonmain.com/uncategorized/204-revision-v1/',0,'revision','',0),(206,1,'2017-03-09 20:44:00','2017-03-09 20:44:00','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Cuisine[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Our Story','','publish','closed','closed','','our-story','','','2017-05-03 19:10:06','2017-05-03 19:10:06','',0,'http://www.pomegranateonmain.com/?page_id=206',8,'page','',0),(207,1,'2017-03-09 20:44:00','2017-03-09 20:44:00','Coming Soon.','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-09 20:44:00','2017-03-09 20:44:00','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(209,1,'2017-03-09 20:48:11','2017-03-09 20:48:11','','Our Service','','publish','closed','closed','','reservations-more','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=209',6,'nav_menu_item','',0),(210,1,'2017-03-09 20:48:11','2017-03-09 20:48:11',' ','','','publish','closed','closed','','210','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=210',11,'nav_menu_item','',0),(211,1,'2017-03-09 20:48:11','2017-03-09 20:48:11',' ','','','publish','closed','closed','','211','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=211',10,'nav_menu_item','',0),(212,1,'2017-03-09 20:48:11','2017-03-09 20:48:11',' ','','','publish','closed','closed','','212','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=212',9,'nav_menu_item','',0),(213,1,'2017-03-09 20:48:11','2017-03-09 20:48:11',' ','','','publish','closed','closed','','213','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=213',8,'nav_menu_item','',0),(214,1,'2017-03-09 20:48:11','2017-03-09 20:48:11','','Beverage','','publish','closed','closed','','214','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=214',5,'nav_menu_item','',0),(215,1,'2017-03-09 20:48:11','2017-03-09 20:48:11','','Lunch','','publish','closed','closed','','215','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=215',4,'nav_menu_item','',0),(216,1,'2017-03-09 20:48:11','2017-03-09 20:48:11',' ','','','publish','closed','closed','','216','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=216',7,'nav_menu_item','',0),(217,1,'2017-03-09 20:48:11','2017-03-09 20:48:11','','Dinner','','publish','closed','closed','','217','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=217',3,'nav_menu_item','',0),(218,1,'2017-03-09 20:48:11','2017-03-09 20:48:11','','Contact','','publish','closed','closed','','218','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=218',12,'nav_menu_item','',0),(219,1,'2017-03-09 20:48:11','2017-03-09 20:48:11',' ','','','publish','closed','closed','','219','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=219',1,'nav_menu_item','',0),(220,1,'2017-03-09 21:13:09','2017-03-09 21:13:09','','Reservation Sidebar','','publish','closed','closed','','reservation-sidebar','','','2017-03-09 21:13:09','2017-03-09 21:13:09','',0,'http://www.pomegranateonmain.com/?post_type=sidebar&p=220',0,'sidebar','',0),(221,1,'2017-07-07 22:47:00','2017-07-07 22:47:00','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE OUR MENU\" link=\"http://www.pomegranateonmain.com/our-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\n\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-autosave-v1','','','2017-07-07 22:47:00','2017-07-07 22:47:00','',177,'http://www.pomegranateonmain.com/uncategorized/177-autosave-v1/',0,'revision','',0),(222,1,'2017-03-09 21:22:32','2017-03-09 21:22:32','','Pomegranate Appetizers','','inherit','closed','closed','','pomegranate-appetizers','','','2017-03-09 21:22:45','2017-03-09 21:22:45','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pomegranate-appetizers.jpg',0,'attachment','image/jpeg',0),(223,1,'2017-03-09 21:26:16','2017-03-09 21:26:16','','Pomegranate Street View','','inherit','closed','closed','','pomegranate-streetview','','','2017-03-09 21:26:40','2017-03-09 21:26:40','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pomegranate-streetview.jpg',0,'attachment','image/jpeg',0),(224,1,'2017-03-09 21:30:42','2017-03-09 21:30:42','<div class=\"_5x46\">Excellent meal and service! If you want a truly unique and delicious dining experience then you must try Pomegranate on Main. Order the <span class=\"highlightNode\">hummus</span> and pomegranate martinis to start!</div>','Melody Berry Healan','','inherit','closed','closed','','171-revision-v1','','','2017-03-09 21:30:42','2017-03-09 21:30:42','',171,'http://www.pomegranateonmain.com/uncategorized/171-revision-v1/',0,'revision','',0),(225,1,'2017-03-09 21:31:50','2017-03-09 21:31:50','Been here twice and always have excellent service and delicious food! The rice is to die for!! I will be back soon I am sure.','Jennifer Roselli','','inherit','closed','closed','','172-revision-v1','','','2017-03-09 21:31:50','2017-03-09 21:31:50','',172,'http://www.pomegranateonmain.com/uncategorized/172-revision-v1/',0,'revision','',0),(226,1,'2017-03-09 21:33:53','2017-03-09 21:33:53','One of my favorite places in Greenville The staff, food are GREAT!','Bill Vanderwerff','','inherit','closed','closed','','173-revision-v1','','','2017-03-09 21:33:53','2017-03-09 21:33:53','',173,'http://www.pomegranateonmain.com/uncategorized/173-revision-v1/',0,'revision','',0),(227,1,'2017-03-09 21:35:11','2017-03-09 21:35:11','They were dog friendly on the <span class=\"highlightNode\">patio</span>, and the food was great. They understand the food is new to customers and are good at explaining.','Laurel Ebert','','publish','closed','closed','','laurel-ebert','','','2017-03-09 21:35:11','2017-03-09 21:35:11','',0,'http://www.pomegranateonmain.com/?post_type=oxy_testimonial&p=227',0,'oxy_testimonial','',0),(228,1,'2017-03-09 21:35:11','2017-03-09 21:35:11','They were dog friendly on the <span class=\"highlightNode\">patio</span>, and the food was great. They understand the food is new to customers and are good at explaining.','Laurel Ebert','','inherit','closed','closed','','227-revision-v1','','','2017-03-09 21:35:11','2017-03-09 21:35:11','',227,'http://www.pomegranateonmain.com/uncategorized/227-revision-v1/',0,'revision','',0),(229,1,'2017-03-09 21:36:11','2017-03-09 21:36:11','I have never had Persian Food before and went to celebrate friends b-day, the most awesome food and soo delicious!! I highly recommend it. I had the Lamb Kabobs...I can\'t wait to bring my family to try it!!','Abigail Moreno','','publish','closed','closed','','abigail-moreno','','','2017-03-09 21:36:11','2017-03-09 21:36:11','',0,'http://www.pomegranateonmain.com/?post_type=oxy_testimonial&p=229',0,'oxy_testimonial','',0),(230,1,'2017-03-09 21:36:11','2017-03-09 21:36:11','I have never had Persian Food before and went to celebrate friends b-day, the most awesome food and soo delicious!! I highly recommend it. I had the Lamb Kabobs...I can\'t wait to bring my family to try it!!','Abigail Moreno','','inherit','closed','closed','','229-revision-v1','','','2017-03-09 21:36:11','2017-03-09 21:36:11','',229,'http://www.pomegranateonmain.com/uncategorized/229-revision-v1/',0,'revision','',0),(231,1,'2017-03-09 21:36:55','2017-03-09 21:36:55','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"147\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"146\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Home Made Pasta[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/5\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"145\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"144\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"143\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/5\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"141\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Guest Reviews[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-09 21:36:55','2017-03-09 21:36:55','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(232,1,'2017-03-09 21:44:49','2017-03-09 21:44:49','','Pomegranate On Main Grill','','inherit','closed','closed','','pom-grill-background','','','2017-03-09 21:45:14','2017-03-09 21:45:14','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pom-grill-background.jpg',0,'attachment','image/jpeg',0),(233,1,'2017-03-09 21:53:42','2017-03-09 21:53:42','','Shish Entree','','inherit','closed','closed','','shish-entree','','','2017-03-09 21:58:36','2017-03-09 21:58:36','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/shish-entree.jpg',0,'attachment','image/jpeg',0),(234,1,'2017-03-09 21:53:43','2017-03-09 21:53:43','','Saffron Ice Cream','','inherit','closed','closed','','saffron-icecream','','','2017-03-09 21:53:58','2017-03-09 21:53:58','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/saffron-icecream.jpg',0,'attachment','image/jpeg',0),(235,1,'2017-03-09 21:53:44','2017-03-09 21:53:44','','Chicken Wings','','inherit','closed','closed','','wings-small','','','2017-03-09 21:58:16','2017-03-09 21:58:16','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/wings-small.jpg',0,'attachment','image/jpeg',0),(236,1,'2017-03-09 22:07:33','2017-03-09 22:07:33','','wine-glasses-background','','inherit','closed','closed','','wine-glasses-background','','','2017-03-09 22:07:33','2017-03-09 22:07:33','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/wine-glasses-background.jpg',0,'attachment','image/jpeg',0),(237,1,'2017-03-09 22:07:36','2017-03-09 22:07:36','','Patio Dining','','inherit','closed','closed','','dining-open-background','','','2017-03-09 22:07:48','2017-03-09 22:07:48','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/dining-open-background.jpg',0,'attachment','image/jpeg',0),(238,1,'2017-03-09 22:07:53','2017-03-09 22:07:53','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"147\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-09 22:07:53','2017-03-09 22:07:53','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(239,1,'2017-03-09 22:46:11','2017-03-09 22:46:11','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"147\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-09 22:46:11','2017-03-09 22:46:11','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(240,1,'2017-03-09 22:50:42','2017-03-09 22:50:42','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"147\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-09 22:50:42','2017-03-09 22:50:42','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(244,1,'2017-03-25 20:22:27','2017-03-25 20:22:27','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Aubergine salad\" description=\"Pureed eggplant, garlic, green pepper and tomato dip.\" price=\"$5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Houmous\" description=\"Pureed chick peas, garlic, lemon and tahini dip.\" featured_label=\"Chef\'s Special\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Salmon\" description=\"Salmon with beetroot confit, horseradish and mandarin sauce.\" price=\"$7.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Season\" description=\"Tomato,cucumber,lettuce and carrot.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Greek\" description=\"Tomato,cucumber,green pepper,onion,olives and feta cheese.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mozzarella \'Capreze\'\" description=\"Slice of mozzarella cheese on a bed of sliced tomato.\" featured_label=\"Chef\'s Special\" price=\"$4.50\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caesar Salad\" description=\"The traditional crispy lettuce salad topped with chicken.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Haloumi Bacon\" description=\"Traditional grilled Cypriot cheese wrapped in bacon.\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Saganaki\" description=\"Shrimp sauteed in an ouzo, cheese and tomato sauce.\" price=\"$11.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Wild Mushrooms\" description=\"Grilled wild mushrooms with freshly squeezed lemon.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Octopus in Wine Sauce\" description=\"Slices of octopus sauteed in a white wine & tomato sauce.\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Cornish Mackerel\" description=\"Cornish mackerel, marinated tomatoes, fragrant curry, tamarillo\" featured_label=\"Recommended\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Main Dishes[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roast Lamb\" description=\"Oven lamb, served with pureed potato and grilled vegetables.\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Oriental\" description=\"Ginger, onion, cashew nuts in a soy sauce served on rice.\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"T-bone Veal steak\" description=\"Served with baked potato and grilled vegetables.\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-25 20:22:27','2017-03-25 20:22:27','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(245,1,'2017-03-25 20:37:03','2017-03-25 20:37:03','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Salmon\" description=\"Salmon with beetroot confit, horseradish and mandarin sauce.\" price=\"$7.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Season\" description=\"Tomato,cucumber,lettuce and carrot.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Greek\" description=\"Tomato,cucumber,green pepper,onion,olives and feta cheese.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mozzarella \'Capreze\'\" description=\"Slice of mozzarella cheese on a bed of sliced tomato.\" featured_label=\"Chef\'s Special\" price=\"$4.50\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caesar Salad\" description=\"The traditional crispy lettuce salad topped with chicken.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Haloumi Bacon\" description=\"Traditional grilled Cypriot cheese wrapped in bacon.\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Saganaki\" description=\"Shrimp sauteed in an ouzo, cheese and tomato sauce.\" price=\"$11.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Wild Mushrooms\" description=\"Grilled wild mushrooms with freshly squeezed lemon.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Octopus in Wine Sauce\" description=\"Slices of octopus sauteed in a white wine & tomato sauce.\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Cornish Mackerel\" description=\"Cornish mackerel, marinated tomatoes, fragrant curry, tamarillo\" featured_label=\"Recommended\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Main Dishes[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roast Lamb\" description=\"Oven lamb, served with pureed potato and grilled vegetables.\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Oriental\" description=\"Ginger, onion, cashew nuts in a soy sauce served on rice.\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"T-bone Veal steak\" description=\"Served with baked potato and grilled vegetables.\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-25 20:37:03','2017-03-25 20:37:03','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(246,1,'2017-03-25 20:44:18','2017-03-25 20:44:18','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Season\" description=\"Tomato,cucumber,lettuce and carrot.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Greek\" description=\"Tomato,cucumber,green pepper,onion,olives and feta cheese.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mozzarella \'Capreze\'\" description=\"Slice of mozzarella cheese on a bed of sliced tomato.\" featured_label=\"Chef\'s Special\" price=\"$4.50\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caesar Salad\" description=\"The traditional crispy lettuce salad topped with chicken.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Haloumi Bacon\" description=\"Traditional grilled Cypriot cheese wrapped in bacon.\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Saganaki\" description=\"Shrimp sauteed in an ouzo, cheese and tomato sauce.\" price=\"$11.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Wild Mushrooms\" description=\"Grilled wild mushrooms with freshly squeezed lemon.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Octopus in Wine Sauce\" description=\"Slices of octopus sauteed in a white wine & tomato sauce.\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Cornish Mackerel\" description=\"Cornish mackerel, marinated tomatoes, fragrant curry, tamarillo\" featured_label=\"Recommended\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Main Dishes[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roast Lamb\" description=\"Oven lamb, served with pureed potato and grilled vegetables.\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Oriental\" description=\"Ginger, onion, cashew nuts in a soy sauce served on rice.\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"T-bone Veal steak\" description=\"Served with baked potato and grilled vegetables.\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-25 20:44:18','2017-03-25 20:44:18','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(247,1,'2017-03-25 20:48:33','2017-03-25 20:48:33','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Season\" description=\"Tomato,cucumber,lettuce and carrot.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Greek\" description=\"Tomato,cucumber,green pepper,onion,olives and feta cheese.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mozzarella \'Capreze\'\" description=\"Slice of mozzarella cheese on a bed of sliced tomato.\" featured_label=\"Chef\'s Special\" price=\"$4.50\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caesar Salad\" description=\"The traditional crispy lettuce salad topped with chicken.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Haloumi Bacon\" description=\"Traditional grilled Cypriot cheese wrapped in bacon.\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Saganaki\" description=\"Shrimp sauteed in an ouzo, cheese and tomato sauce.\" price=\"$11.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Wild Mushrooms\" description=\"Grilled wild mushrooms with freshly squeezed lemon.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Octopus in Wine Sauce\" description=\"Slices of octopus sauteed in a white wine & tomato sauce.\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Cornish Mackerel\" description=\"Cornish mackerel, marinated tomatoes, fragrant curry, tamarillo\" featured_label=\"Recommended\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Main Dishes[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roast Lamb\" description=\"Oven lamb, served with pureed potato and grilled vegetables.\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Oriental\" description=\"Ginger, onion, cashew nuts in a soy sauce served on rice.\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"T-bone Veal steak\" description=\"Served with baked potato and grilled vegetables.\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-25 20:48:33','2017-03-25 20:48:33','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(248,1,'2017-03-25 20:54:48','2017-03-25 20:54:48','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Season\" description=\"Tomato,cucumber,lettuce and carrot.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Greek\" description=\"Tomato,cucumber,green pepper,onion,olives and feta cheese.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mozzarella \'Capreze\'\" description=\"Slice of mozzarella cheese on a bed of sliced tomato.\" featured_label=\"Chef\'s Special\" price=\"$4.50\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caesar Salad\" description=\"The traditional crispy lettuce salad topped with chicken.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Octopus in Wine Sauce\" description=\"Slices of octopus sauteed in a white wine & tomato sauce.\" price=\"$11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Main Dishes[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roast Lamb\" description=\"Oven lamb, served with pureed potato and grilled vegetables.\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Oriental\" description=\"Ginger, onion, cashew nuts in a soy sauce served on rice.\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"T-bone Veal steak\" description=\"Served with baked potato and grilled vegetables.\" price=\"$6.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-25 20:54:48','2017-03-25 20:54:48','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(249,1,'2017-03-25 21:07:30','2017-03-25 21:07:30','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Season\" description=\"Tomato,cucumber,lettuce and carrot.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Greek\" description=\"Tomato,cucumber,green pepper,onion,olives and feta cheese.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mozzarella \'Capreze\'\" description=\"Slice of mozzarella cheese on a bed of sliced tomato.\" featured_label=\"Chef\'s Special\" price=\"$4.50\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caesar Salad\" description=\"The traditional crispy lettuce salad topped with chicken.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-25 21:07:30','2017-03-25 21:07:30','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(250,1,'2017-03-26 01:18:16','2017-03-26 01:18:16','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" featured_label=\"Chef\'s Special\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-26 01:18:16','2017-03-26 01:18:16','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(251,1,'2017-03-26 01:33:24','2017-03-26 01:33:24','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-26 01:33:24','2017-03-26 01:33:24','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(252,1,'2017-03-26 01:41:10','2017-03-26 01:41:10','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice 1\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-26 01:41:10','2017-03-26 01:41:10','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(253,1,'2017-03-26 01:45:21','2017-03-26 01:45:21','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-26 01:45:21','2017-03-26 01:45:21','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(254,1,'2017-03-26 02:23:03','2017-03-26 02:23:03','','wings-bg','','inherit','closed','closed','','wings-bg','','','2017-03-26 02:23:03','2017-03-26 02:23:03','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/wings-bg.jpg',0,'attachment','image/jpeg',0),(255,1,'2017-03-26 02:23:05','2017-03-26 02:23:05','','shirazi-bg','','inherit','closed','closed','','shirazi-bg','','','2017-03-26 02:23:05','2017-03-26 02:23:05','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/shirazi-bg.jpg',0,'attachment','image/jpeg',0),(256,1,'2017-03-26 02:23:06','2017-03-26 02:23:06','','Pomegrenate on Main','','inherit','closed','closed','','street-view-bg','','','2017-03-26 02:38:51','2017-03-26 02:38:51','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/street-view-bg.jpg',0,'attachment','image/jpeg',0),(257,1,'2017-03-26 02:23:08','2017-03-26 02:23:08','','Saffron Ice Cream','','inherit','closed','closed','','saffron-icecream-bg','','','2017-03-26 02:23:45','2017-03-26 02:23:45','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/saffron-icecream-bg.jpg',0,'attachment','image/jpeg',0),(258,1,'2017-03-26 02:23:10','2017-03-26 02:23:10','','tour-persia-menu','','inherit','closed','closed','','tour-persia-menu','','','2017-03-26 02:23:10','2017-03-26 02:23:10','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/tour-persia-menu.jpg',0,'attachment','image/jpeg',0),(259,1,'2017-03-26 02:23:11','2017-03-26 02:23:11','','pometini','','inherit','closed','closed','','pometini','','','2017-03-26 02:23:11','2017-03-26 02:23:11','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pometini.jpg',0,'attachment','image/jpeg',0),(260,1,'2017-06-05 17:01:56','2017-06-05 17:01:56','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How To Reach Us[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate on Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve the local community and visitors who have supported our restaurant for 10 years. If you have any questions regarding our restaurant, menu or private parties please don’t hesitate to contact us. Thank You!\n\nVisit us at: 618 S. Main Street, Greenville, SC 29601\nCall us at: 864-241-3012[/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"237\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\n<h3>Monday to Friday</h3>\n11:30am - 2:30pm\n5:30pm - UNTIL\n<h3>Saturday</h3>\n11:30am - UNTIL\n<h3>Closed Sunday</h3>\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-autosave-v1','','','2017-06-05 17:01:56','2017-06-05 17:01:56','',175,'http://www.pomegranateonmain.com/uncategorized/175-autosave-v1/',0,'revision','',0),(261,1,'2017-03-26 02:27:02','2017-03-26 02:27:02','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Get in touch[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"112\" link_type=\"no-link\" margin_top=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_single_image image=\"110\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"111\" link_type=\"no-link\" margin_top=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][vc_single_image image=\"109\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Opening hours[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.\r\n<h3>Monday to Friday</h3>\r\n18:00 - 23:00\r\n<h3>Saturday</h3>\r\n14:00 - 24:00\r\n<h3>Sunday</h3>\r\n14:00 - 20:00 [/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"51.508333, -0.126636\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\" label=\"London Royal | Athens Bistro\" latlng=\"51.511084, -0.133202 | 51.506623, -0.111916\" height=\"559\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-26 02:27:02','2017-03-26 02:27:02','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(262,1,'2017-03-26 02:27:57','2017-03-26 02:27:57','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Get in touch[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"112\" link_type=\"no-link\" margin_top=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_single_image image=\"110\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"111\" link_type=\"no-link\" margin_top=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][vc_single_image image=\"109\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Opening hours[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.\r\n<h3>Monday to Friday</h3>\r\n18:00 - 23:00\r\n<h3>Saturday</h3>\r\n14:00 - 24:00\r\n<h3>Sunday</h3>\r\n14:00 - 20:00 [/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"51.508333, -0.126636\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\" label=\"London Royal | Athens Bistro\" latlng=\"51.511084, -0.133202 | 51.506623, -0.111916\" height=\"559\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-26 02:27:57','2017-03-26 02:27:57','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(263,1,'2017-03-26 02:37:33','2017-03-26 02:37:33','','champ-bottles','','inherit','closed','closed','','champ-bottles','','','2017-03-26 02:37:33','2017-03-26 02:37:33','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/champ-bottles.jpg',0,'attachment','image/jpeg',0),(264,1,'2017-03-26 02:40:22','2017-03-26 02:40:22','','Pomegrenate On Main','','inherit','closed','closed','','pom-street-view-small','','','2017-03-26 02:40:37','2017-03-26 02:40:37','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pom-street-view-small.jpg',0,'attachment','image/jpeg',0),(265,1,'2017-03-26 02:43:04','2017-03-26 02:43:04','','Wine Rack','','inherit','closed','closed','','wine-rack-small','','','2017-03-26 02:43:14','2017-03-26 02:43:14','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/wine-rack-small.jpg',0,'attachment','image/jpeg',0),(266,1,'2017-03-26 02:43:26','2017-03-26 02:43:26','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Get in touch[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"264\" image_size=\"medium\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-in\" alt=\"Pomegrenate On Main\" margin_top=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"265\" image_size=\"medium\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Opening hours[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.\r\n<h3>Monday to Friday</h3>\r\n18:00 - 23:00\r\n<h3>Saturday</h3>\r\n14:00 - 24:00\r\n<h3>Sunday</h3>\r\n14:00 - 20:00 [/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"51.508333, -0.126636\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\" label=\"London Royal | Athens Bistro\" latlng=\"51.511084, -0.133202 | 51.506623, -0.111916\" height=\"559\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-26 02:43:26','2017-03-26 02:43:26','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(267,1,'2017-03-26 02:45:45','2017-03-26 02:45:45','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Get in touch[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"264\" image_size=\"medium\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-in\" alt=\"Pomegrenate On Main\" margin_top=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" image_size=\"medium\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Opening hours[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.\r\n<h3>Monday to Friday</h3>\r\n18:00 - 23:00\r\n<h3>Saturday</h3>\r\n14:00 - 24:00\r\n<h3>Sunday</h3>\r\n14:00 - 20:00 [/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"51.508333, -0.126636\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\" label=\"London Royal | Athens Bistro\" latlng=\"51.511084, -0.133202 | 51.506623, -0.111916\" height=\"559\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-26 02:45:45','2017-03-26 02:45:45','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(268,1,'2017-03-26 02:46:17','2017-03-26 02:46:17','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Get in touch[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-in\" alt=\"Pomegrenate On Main\" margin_top=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" image_size=\"medium\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Opening hours[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.\r\n<h3>Monday to Friday</h3>\r\n18:00 - 23:00\r\n<h3>Saturday</h3>\r\n14:00 - 24:00\r\n<h3>Sunday</h3>\r\n14:00 - 20:00 [/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"51.508333, -0.126636\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\" label=\"London Royal | Athens Bistro\" latlng=\"51.511084, -0.133202 | 51.506623, -0.111916\" height=\"559\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-26 02:46:17','2017-03-26 02:46:17','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(269,1,'2017-03-26 02:47:06','2017-03-26 02:47:06','','Pomegrenate Patio','','inherit','closed','closed','','outside-dining-small','','','2017-03-26 02:47:24','2017-03-26 02:47:24','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/outside-dining-small.jpg',0,'attachment','image/jpeg',0),(270,1,'2017-03-26 02:47:30','2017-03-26 02:47:30','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Get in touch[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-in\" alt=\"Pomegrenate On Main\" margin_top=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" image_size=\"medium\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" image_size=\"medium\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Opening hours[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.\r\n<h3>Monday to Friday</h3>\r\n18:00 - 23:00\r\n<h3>Saturday</h3>\r\n14:00 - 24:00\r\n<h3>Sunday</h3>\r\n14:00 - 20:00 [/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"51.508333, -0.126636\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\" label=\"London Royal | Athens Bistro\" latlng=\"51.511084, -0.133202 | 51.506623, -0.111916\" height=\"559\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-26 02:47:30','2017-03-26 02:47:30','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(271,1,'2017-03-26 02:49:18','2017-03-26 02:49:18','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Get in touch[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Opening hours[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.\r\n<h3>Monday to Friday</h3>\r\n18:00 - 23:00\r\n<h3>Saturday</h3>\r\n14:00 - 24:00\r\n<h3>Sunday</h3>\r\n14:00 - 20:00 [/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"51.508333, -0.126636\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\" label=\"London Royal | Athens Bistro\" latlng=\"51.511084, -0.133202 | 51.506623, -0.111916\" height=\"559\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-26 02:49:18','2017-03-26 02:49:18','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(272,1,'2017-03-26 02:50:02','2017-03-26 02:50:02','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Opening hours[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.\r\n<h3>Monday to Friday</h3>\r\n18:00 - 23:00\r\n<h3>Saturday</h3>\r\n14:00 - 24:00\r\n<h3>Sunday</h3>\r\n14:00 - 20:00 [/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"51.508333, -0.126636\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\" label=\"London Royal | Athens Bistro\" latlng=\"51.511084, -0.133202 | 51.506623, -0.111916\" height=\"559\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-26 02:50:02','2017-03-26 02:50:02','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(273,1,'2017-03-26 15:58:14','2017-03-26 15:58:14','','Pomegranate On Main','','inherit','closed','closed','','pomegranate-logo','','','2017-03-26 15:58:26','2017-03-26 15:58:26','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/pomegranate-logo.png',0,'attachment','image/png',0),(275,1,'2017-03-26 16:02:48','2017-03-26 16:02:48','','Pomegranate On Main','','inherit','closed','closed','','pom-logo-transbg','','','2017-07-07 21:38:33','2017-07-07 21:38:33','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/pom-logo-transbg.png',0,'attachment','image/png',0),(276,1,'2017-03-26 16:04:51','2017-03-26 16:04:51','','Pomegranate On Main','','inherit','closed','closed','','pomegranate-logo-trans','','','2017-07-07 21:38:15','2017-07-07 21:38:15','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/pomegranate-logo-trans.png',0,'attachment','image/png',0),(280,1,'2017-03-26 18:04:42','2017-03-26 18:04:42','','pom-header-bg','','inherit','closed','closed','','pom-header-bg','','','2017-03-26 18:04:42','2017-03-26 18:04:42','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/pom-header-bg.png',0,'attachment','image/png',0),(281,1,'2017-03-27 18:34:16','2017-03-27 18:34:16','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to please so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_type=\"SATELLITE\" center_latlng=\"34.845021, -82.402741\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\" label=\"Pomegranate On Main\" address=\"618 S.Main St\r\nGreenville, SC 29201\" height=\"480\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-27 18:34:16','2017-03-27 18:34:16','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(282,1,'2017-03-27 18:35:22','2017-03-27 18:35:22','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to please so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map center_latlng=\"34.845021,-82.402741\" marker_link=\"http://lambda.oxygenna.com/restaurant/wp-content/uploads/sites/14/2015/05/blue-icons_0000_Vector-Smart-Object.png\" label=\"Pomegranate On Main\" address=\"618 S.Main St\r\nGreenville, SC 29201\" latlng=\"34.845021,-82.402741\" height=\"480\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-27 18:35:22','2017-03-27 18:35:22','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(283,1,'2017-03-27 18:37:14','2017-03-27 18:37:14','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map center_latlng=\"34.845021,-82.402741\" label=\"Pomegranate On Main\" address=\"618 S. Main Street Greenville, SC 29201\" latlng=\"34.845021,-82.402741\" mceu_123=\"true\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-27 18:37:14','2017-03-27 18:37:14','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(284,1,'2017-03-27 18:39:03','2017-03-27 18:39:03','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"34.845021, -82.402741\" label=\"Pomegranate On Main\" address=\"618 S. Main Street Greenville, SC 29201\" mceu_123=\"true\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-27 18:39:03','2017-03-27 18:39:03','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(285,1,'2017-03-27 18:44:54','2017-03-27 18:44:54','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate On Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve our fare to the local community and visitors who have supported our restaurant for over 10 years.\r\n\r\nIf you have any questions regarding our fare, facilities, or available food service please don\'t hesitate to contact us below. Thank You![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"34.845021, -82.402741\" label=\"Pomegranate On Main\" address=\"618 S. Main Street Greenville, SC 29201\" mceu_123=\"true\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-27 18:44:54','2017-03-27 18:44:54','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(286,1,'2017-05-03 19:03:59','2017-05-03 19:03:59','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Cuisine[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"80\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\n<h3>Monday to Friday</h3>\n11:30am - 2:30pm\n5:30pm - UNTIL\n<h3>Saturday</h3>\n11:30am - UNTIL\n<h3>Closed Sunday</h3>\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-autosave-v1','','','2017-05-03 19:03:59','2017-05-03 19:03:59','',206,'http://www.pomegranateonmain.com/uncategorized/206-autosave-v1/',0,'revision','',0),(287,1,'2017-03-27 18:49:26','2017-03-27 18:49:26','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-27 18:49:26','2017-03-27 18:49:26','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(289,1,'2017-03-27 21:03:19','2017-03-27 21:03:19','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Season\" description=\"Tomato,cucumber,lettuce and carrot.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Greek\" description=\"Tomato,cucumber,green pepper,onion,olives and feta cheese.\" price=\"$4.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mozzarella \'Capreze\'\" description=\"Slice of mozzarella cheese on a bed of sliced tomato.\" featured_label=\"Chef\'s Special\" price=\"$4.50\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caesar Salad\" description=\"The traditional crispy lettuce salad topped with chicken.\" price=\"$5.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-03-27 21:03:19','2017-03-27 21:03:19','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(291,1,'2017-03-27 21:08:39','2017-03-27 21:08:39','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-27 21:08:39','2017-03-27 21:08:39','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(292,1,'2017-03-27 21:40:19','2017-03-27 21:40:19','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Special Dishes[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Risotto\" description=\"Fillet of beef, chicken, bamboo, onions & garlic.\" image=\"135\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Curry\" description=\"Slightly spicy shrimp and vegetables.\" image=\"128\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mushroom with Truffle Oil\" description=\"With garlic, onion and red wine.\" image=\"127\" price=\"$13.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne with Chicken and Zucchini\" description=\"With a cream and tomato sauce.\" image=\"125\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tagliatelle Salmon\" description=\"Onion, garlic, vodka in a creamy tomato sauce.\" image=\"131\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Tagliatelle Bon Fillet\" description=\"With beetroot confit, horseradish and mandarin sauce \" image=\"127\" price=\"$12.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Penne Spinach and Sesame\" description=\"Onion, garlic, sesame seeds in a fresh cream sauce.\" image=\"136\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beef in Lemon Sauce\" description=\"Beef medallions served with basmati rice.\" image=\"128\" price=\"$3.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Beefburger Roquefort\" description=\"Homemade patties , served with pureed potato.\" image=\"130\" price=\"$8.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pork Fillet with Mustard Sauce\" description=\"Served with grilled vegetables.\" image=\"125\" price=\"$9.99\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-03-27 21:40:19','2017-03-27 21:40:19','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(293,1,'2017-03-27 21:52:37','2017-03-27 21:52:37','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-03-27 21:52:37','2017-03-27 21:52:37','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(294,1,'2017-06-23 16:19:49','2017-06-23 16:19:49','[vc_row inner_shadow=\"shadow\" background_image=\"487\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-autosave-v1','','','2017-06-23 16:19:49','2017-06-23 16:19:49','',174,'http://www.pomegranateonmain.com/uncategorized/174-autosave-v1/',0,'revision','',0),(295,1,'2017-03-27 22:03:06','2017-03-27 22:03:06','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"$28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-27 22:03:06','2017-03-27 22:03:06','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(296,1,'2017-03-27 22:08:38','2017-03-27 22:08:38','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"$28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-27 22:08:38','2017-03-27 22:08:38','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(297,1,'2017-03-27 22:09:09','2017-03-27 22:09:09','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-03-27 22:09:09','2017-03-27 22:09:09','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(299,1,'2017-03-29 17:46:05','2017-03-29 17:46:05','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"298\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 17:46:05','2017-03-29 17:46:05','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(301,1,'2017-03-29 18:02:34','2017-03-29 18:02:34','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"300\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 18:02:34','2017-03-29 18:02:34','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(303,1,'2017-03-29 18:06:49','2017-03-29 18:06:49','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"302\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 18:06:49','2017-03-29 18:06:49','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(306,1,'2017-03-29 18:18:34','2017-03-29 18:18:34','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"305\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 18:18:34','2017-03-29 18:18:34','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(307,1,'2017-03-29 18:33:48','2017-03-29 18:33:48','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 18:33:48','2017-03-29 18:33:48','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(309,1,'2017-03-29 18:34:12','2017-03-29 18:34:12','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"308\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 18:34:12','2017-03-29 18:34:12','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(310,1,'2017-03-29 18:38:31','2017-03-29 18:38:31','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 18:38:31','2017-03-29 18:38:31','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(311,1,'2017-03-29 18:38:47','2017-03-29 18:38:47','','salad-bg','','inherit','closed','closed','','salad-bg','','','2017-03-29 18:38:47','2017-03-29 18:38:47','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/salad-bg.png',0,'attachment','image/png',0),(312,1,'2017-03-29 18:38:58','2017-03-29 18:38:58','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]the right ingredients[/heading][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"]for the right food[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 18:38:58','2017-03-29 18:38:58','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(314,1,'2017-03-29 19:39:18','2017-03-29 19:39:18','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][vc_single_image image=\"313\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" hover_effect=\"image-effect-zoom-in\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:39:18','2017-03-29 19:39:18','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(315,1,'2017-03-29 19:44:15','2017-03-29 19:44:15','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][vc_single_image link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" hover_effect=\"image-effect-zoom-in\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:44:15','2017-03-29 19:44:15','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(316,1,'2017-03-29 19:44:30','2017-03-29 19:44:30','','decor-2-big-pom','','inherit','closed','closed','','decor-2-big-pom','','','2017-03-29 19:44:30','2017-03-29 19:44:30','',206,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/decor-2-big-pom.png',0,'attachment','image/png',0),(317,1,'2017-03-29 19:44:47','2017-03-29 19:44:47','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"316\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" hover_effect=\"image-effect-zoom-in\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:44:47','2017-03-29 19:44:47','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(318,1,'2017-03-29 19:49:28','2017-03-29 19:49:28','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:49:28','2017-03-29 19:49:28','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(319,1,'2017-03-29 19:52:35','2017-03-29 19:52:35','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:52:35','2017-03-29 19:52:35','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(320,1,'2017-03-29 19:53:35','2017-03-29 19:53:35','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(68, 68, 68, 0.75)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:53:35','2017-03-29 19:53:35','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(321,1,'2017-03-29 19:54:03','2017-03-29 19:54:03','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(68, 68, 68, 0.6)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:54:03','2017-03-29 19:54:03','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(322,1,'2017-03-29 19:54:44','2017-03-29 19:54:44','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(68, 68, 68, 0.38)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:54:44','2017-03-29 19:54:44','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(323,1,'2017-03-29 19:55:57','2017-03-29 19:55:57','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:55:57','2017-03-29 19:55:57','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(324,1,'2017-03-29 19:57:15','2017-03-29 19:57:15','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:57:15','2017-03-29 19:57:15','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(325,1,'2017-03-29 19:58:19','2017-03-29 19:58:19','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 19:58:19','2017-03-29 19:58:19','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(326,1,'2017-03-29 20:00:53','2017-03-29 20:00:53','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:00:53','2017-03-29 20:00:53','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(327,1,'2017-03-29 20:07:51','2017-03-29 20:07:51','','indoor-dining','','inherit','closed','closed','','indoor-dining','','','2017-03-29 20:07:51','2017-03-29 20:07:51','',206,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/indoor-dining.jpg',0,'attachment','image/jpeg',0),(328,1,'2017-03-29 20:09:03','2017-03-29 20:09:03','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Meet Our Founder - Ali Saifi[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:09:03','2017-03-29 20:09:03','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(329,1,'2017-03-29 20:10:12','2017-03-29 20:10:12','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Meet Our Founder - Ali Saifi[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:10:12','2017-03-29 20:10:12','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(330,1,'2017-03-29 20:12:26','2017-03-29 20:12:26','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Meet Our Founder - Ali Saifi[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h4\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:12:26','2017-03-29 20:12:26','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(331,1,'2017-03-29 20:12:56','2017-03-29 20:12:56','','Ali Saifi','','inherit','closed','closed','','ali-saifi','','','2017-03-29 20:13:11','2017-03-29 20:13:11','',206,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/ali-saifi.jpg',0,'attachment','image/jpeg',0),(332,1,'2017-03-29 20:14:18','2017-03-29 20:14:18','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Meet Our Founder - Ali Saifi[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]<img class=\"alignleft size-medium wp-image-331\" src=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/ali-saifi-215x300.jpg\" alt=\"Ali Saifi\" width=\"215\" height=\"300\" />Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h4\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:14:18','2017-03-29 20:14:18','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(333,1,'2017-03-29 20:14:50','2017-03-29 20:14:50','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Meet Our Founder - Ali Saifi[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]<img class=\"alignleft size-medium wp-image-331\" src=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/ali-saifi-215x300.jpg\" alt=\"Ali Saifi\" width=\"215\" height=\"300\" />Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h4\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:14:50','2017-03-29 20:14:50','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(334,1,'2017-03-29 20:20:25','2017-03-29 20:20:25','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Beginning[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]Pomegranate on Main has the highest rated Persian Cuisine in South Carolina. The restaurant opened on November 21, 2007 at 618 South Main Street in the heart of Greenville’s historic West End District. Owner Ali Saifi created Pomegranate on Main to share the rich culture and heritage of his homeland with residents and visitors to the Greenville community. He has lived and worked in Greenville for over 30 years.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:20:25','2017-03-29 20:20:25','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(335,1,'2017-03-29 20:21:55','2017-03-29 20:21:55','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Beginning[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Pomegranate on Main has the highest rated Persian Cuisine in South Carolina. The restaurant opened on November 21, 2007 at 618 South Main Street in the heart of Greenville’s historic West End District. Owner Ali Saifi created Pomegranate on Main to share the rich culture and heritage of his homeland with residents and visitors to the Greenville community. He has lived and worked in Greenville for over 30 years.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:21:55','2017-03-29 20:21:55','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(336,1,'2017-03-29 20:35:53','2017-03-29 20:35:53','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Beginning[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Pomegranate on Main has the highest rated Persian Cuisine in South Carolina. The restaurant opened on November 21, 2007 at 618 South Main Street in the heart of Greenville’s historic West End District. Owner Ali Saifi created Pomegranate on Main to share the rich culture and heritage of his homeland with residents and visitors to the Greenville community. He has lived and worked in Greenville for over 30 years.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][vc_column_text][custom-facebook-feed][/vc_column_text][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:35:53','2017-03-29 20:35:53','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(337,1,'2017-03-29 20:38:16','2017-03-29 20:38:16','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Beginning[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Pomegranate on Main has the highest rated Persian Cuisine in South Carolina. The restaurant opened on November 21, 2007 at 618 South Main Street in the heart of Greenville’s historic West End District. Owner Ali Saifi created Pomegranate on Main to share the rich culture and heritage of his homeland with residents and visitors to the Greenville community. He has lived and worked in Greenville for over 30 years.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:38:16','2017-03-29 20:38:16','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(338,1,'2017-03-29 20:39:14','2017-03-29 20:39:14','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Beginning[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Pomegranate on Main has the highest rated Persian Cuisine in South Carolina. The restaurant opened on November 21, 2007 at 618 South Main Street in the heart of Greenville’s historic West End District. Owner Ali Saifi created Pomegranate on Main to share the rich culture and heritage of his homeland with residents and visitors to the Greenville community. He has lived and worked in Greenville for over 30 years.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:39:14','2017-03-29 20:39:14','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(339,1,'2017-03-29 20:40:28','2017-03-29 20:40:28','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Beginning[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Pomegranate on Main has the highest rated Persian Cuisine in South Carolina. The restaurant opened on November 21, 2007 at 618 South Main Street in the heart of Greenville’s historic West End District. Owner Ali Saifi created Pomegranate on Main to share the rich culture and heritage of his homeland with residents and visitors to the Greenville community. He has lived and worked in Greenville for over 30 years.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"50\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:40:28','2017-03-29 20:40:28','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(340,1,'2017-03-29 20:44:51','2017-03-29 20:44:51','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Beginning[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Pomegranate on Main has the highest rated Persian Cuisine in South Carolina. The restaurant opened on November 21, 2007 at 618 South Main Street in the heart of Greenville’s historic West End District. Owner Ali Saifi created Pomegranate on Main to share the rich culture and heritage of his homeland with residents and visitors to the Greenville community. He has lived and worked in Greenville for over 30 years.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Founder - Ali Saifi[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]<img class=\"alignleft size-medium wp-image-331\" src=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/ali-saifi-215x300.jpg\" alt=\"Ali Saifi\" width=\"215\" height=\"300\" />Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"50\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:44:51','2017-03-29 20:44:51','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(341,1,'2017-03-29 20:46:25','2017-03-29 20:46:25','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Beginning[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Pomegranate on Main has the highest rated Persian Cuisine in South Carolina. The restaurant opened on November 21, 2007 at 618 South Main Street in the heart of Greenville’s historic West End District. Owner Ali Saifi created Pomegranate on Main to share the rich culture and heritage of his homeland with residents and visitors to the Greenville community. He has lived and worked in Greenville for over 30 years.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Founder - Ali Saifi[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]<img class=\"alignleft size-medium wp-image-331\" src=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/ali-saifi-215x300.jpg\" alt=\"Ali Saifi\" width=\"215\" height=\"300\" />Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"50\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:46:25','2017-03-29 20:46:25','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(342,1,'2017-03-29 20:47:04','2017-03-29 20:47:04','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate On Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Beginning[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Pomegranate on Main has the highest rated Persian Cuisine in South Carolina. The restaurant opened on November 21, 2007 at 618 South Main Street in the heart of Greenville’s historic West End District. Owner Ali Saifi created Pomegranate on Main to share the rich culture and heritage of his homeland with residents and visitors to the Greenville community. He has lived and worked in Greenville for over 30 years.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Founder - Ali Saifi[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]<img class=\"alignleft size-medium wp-image-331\" src=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/03/ali-saifi-215x300.jpg\" alt=\"Ali Saifi\" width=\"215\" height=\"300\" />Entrepreneur Ali Saifi owns Pomegranate on Main, a casual fine dining restaurant featuring authentic Persian cuisine located on South Main Street in the heart of Greenville’s historic West End District.\r\n\r\nBorn and raised in the city of Shiraz in the South of Iran, Ali learned “Southern hospitality” long before settling in the Upstate. He draws many similarities between the Southern regions in the United States and Iran describing the people as easygoing, hospitable and friendly. Through the Pomegranate restaurant, Ali is able to share the rich culture and heritage of Persia with residents and visitors to the Greenville community.\r\n\r\nAli immigrated to the United States in 1973 to further his education with the intention of returning upon graduation. After meeting Nancy, now his wife of 38 years, he decided to stay and plant roots in America, becoming a citizen in 1980. That same year he joined SUBWAY® sandwich shops, purchasing his first sub shop in Washington, D.C. At the time, there were 154 SUBWAY® locations.\r\n\r\nHe moved to South Carolina in 1982 and ventured to bring the SUBWAY® concept to an area where it was virtually unknown, becoming the chain’s first developer for the state. With his leadership, SUBWAY® sandwich shops has grown to approximately 400 franchise-owned locations in South Carolina and employs more than 4,000 people statewide (there are more than 44,000 SUBWAY® shops worldwide).\r\n\r\nAs a way of giving back to the Greenville community which has been so generous to him, Ali decided to open the Pomegranate restaurant in 2007 and introduce Persian cuisine to the Upstate. All of the menu items are prepared fresh daily using traditional recipes from the handmade ice cream with pistachio and saffron rosewater to the slow-cooked rice to the carefully grilled kabobs. All entrées on the dinner menu are gluten free. Catering and VIP Curbside Takeout have been added to introduce even more people to Pomegranate’s authentic cuisine.\r\n\r\nAli also has served the community as a member of the Board of Directors for Goodwill Industries of Upper South Carolina, Inc. and is the recipient of the first Goodwill Industries Champions Award presented in 2009. He was inducted into the 2009 Class of the Greenville Tech Entrepreneurs Forum.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"50\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-03-29 20:47:04','2017-03-29 20:47:04','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(343,1,'2017-03-29 20:54:50','2017-03-29 20:54:50','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate On Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve our fare to the local community and visitors who have supported our restaurant for over 10 years.\r\n\r\nIf you have any questions regarding our fare, facilities, or available food service please don\'t hesitate to contact us below. Thank You![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"34.845021, -82.402741\" label=\"Pomegranate On Main\" address=\"618 S. Main Street Greenville, SC 29201\" mceu_123=\"true\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-29 20:54:50','2017-03-29 20:54:50','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(344,1,'2017-03-29 20:56:15','2017-03-29 20:56:15','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact & Directions[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How Might We Be Of Assistance[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate On Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve our fare to the local community and visitors who have supported our restaurant for over 10 years.\r\n\r\nIf you have any questions regarding our fare, facilities, or available food service please don\'t hesitate to contact us below. Thank You![/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"265\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row][vc_row width=\"no-padded\"][vc_column width=\"1/1\"][map map_style=\"blackwhite\" center_latlng=\"34.845021, -82.402741\" label=\"Pomegranate On Main\" address=\"618 S. Main Street Greenville, SC 29201\" mceu_123=\"true\"][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-03-29 20:56:15','2017-03-29 20:56:15','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(345,1,'2017-03-29 21:08:35','2017-03-29 21:08:35','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Persian Fare[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 21:08:35','2017-03-29 21:08:35','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(346,1,'2017-03-29 21:09:16','2017-03-29 21:09:16','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Persian Fare[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Open Inviting Atmosphere[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 21:09:16','2017-03-29 21:09:16','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(347,1,'2017-03-29 21:09:37','2017-03-29 21:09:37','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"240\" lg_height=\"240\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Persian Fare[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Open Inviting Atmosphere[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 21:09:37','2017-03-29 21:09:37','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(348,1,'2017-03-29 21:10:15','2017-03-29 21:10:15','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Persian Fare[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Open Inviting Atmosphere[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"237\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining [/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 21:10:15','2017-03-29 21:10:15','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(349,1,'2017-03-29 21:16:45','2017-03-29 21:16:45','','outside-dining','','inherit','closed','closed','','outside-dining','','','2017-03-29 21:16:45','2017-03-29 21:16:45','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/outside-dining.jpg',0,'attachment','image/jpeg',0),(350,1,'2017-03-29 21:18:52','2017-03-29 21:18:52','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Persian Fare[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Open Inviting Atmosphere[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Just the Right Food[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 21:18:52','2017-03-29 21:18:52','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(351,1,'2017-03-29 21:20:55','2017-03-29 21:20:55','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Persian Fare[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Open Inviting Atmosphere[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out! We have so much more in store than just our fabulous fresh bagels, muffins, and cheese. Our restaurants offer a unique atmosphere in which you can order to-go or linger in our dining area with our wide assortment of breakfast and lunch items.[/vc_column_text][vc_column_text text_color=\"text-light\"]I am text block. Click edit button to change this text.[/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"142\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"rgba(0, 0, 0, 0.69)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 21:20:55','2017-03-29 21:20:55','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(352,1,'2017-03-29 21:48:44','2017-03-29 21:48:44','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Persian Fare[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Open Inviting Atmosphere[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to one of our restaurants, you\'ve seen - and tasted - what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out![/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 21:48:44','2017-03-29 21:48:44','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(353,1,'2017-03-29 21:51:42','2017-03-29 21:51:42','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Persian Fare[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Open Inviting Atmosphere[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese.[/vc_column_text][vc_single_image image=\"158\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][vc_single_image link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 21:51:42','2017-03-29 21:51:42','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(354,1,'2017-03-29 21:53:42','2017-03-29 21:53:42','','hummus-home','','inherit','closed','closed','','hummus-home','','','2017-03-29 21:53:42','2017-03-29 21:53:42','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/hummus-home.jpg',0,'attachment','image/jpeg',0),(355,1,'2017-03-29 21:54:13','2017-03-29 21:54:13','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Persian Fare[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Open Inviting Atmosphere[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"354\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 21:54:13','2017-03-29 21:54:13','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(356,1,'2017-03-29 21:54:37','2017-03-29 21:54:37','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Persian Fare[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Open Inviting Atmosphere[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"link\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" text_color=\"text-light\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.5\" extra_classes=\"btn-header scroll-to-id\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://lambda.oxygenna.com/restaurant/menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"60\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"354\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-03-29 21:54:37','2017-03-29 21:54:37','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(358,1,'2017-04-12 15:17:24','2017-04-12 15:17:24','[vc_row background_image=\"137\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"151\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-04-12 15:17:24','2017-04-12 15:17:24','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(359,1,'2017-04-12 15:38:32','2017-04-12 15:38:32','','IMG_0232','','inherit','closed','closed','','img_0232','','','2017-04-12 15:38:32','2017-04-12 15:38:32','',196,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/IMG_0232.jpg',0,'attachment','image/jpeg',0),(360,1,'2017-04-12 15:52:17','2017-04-12 15:52:17','','Signature Salad','','inherit','closed','closed','','signature-salad','','','2017-04-12 15:52:40','2017-04-12 15:52:40','',196,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/signature-salad.jpg',0,'attachment','image/jpeg',0),(361,1,'2017-04-12 15:53:30','2017-04-12 15:53:30','[vc_row background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-04-12 15:53:30','2017-04-12 15:53:30','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(362,1,'2017-04-12 15:58:07','2017-04-12 15:58:07','','Salad with Kabob','','inherit','closed','closed','','kabob-salad','','','2017-04-12 15:58:34','2017-04-12 15:58:34','',196,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/kabob-salad.jpg',0,'attachment','image/jpeg',0),(363,1,'2017-04-12 16:04:54','2017-04-12 16:04:54','','Salad with Kabob','','inherit','closed','closed','','salad-with-kabob','','','2017-04-12 16:05:10','2017-04-12 16:05:10','',196,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/salad-with-kabob.jpg',0,'attachment','image/jpeg',0),(364,1,'2017-04-12 16:09:56','2017-04-12 16:09:56','[vc_row background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][vc_single_image image=\"363\"][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-04-12 16:09:56','2017-04-12 16:09:56','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(365,1,'2017-04-12 16:33:00','2017-04-12 16:33:00','[vc_row background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][vc_single_image image=\"363\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-04-12 16:33:00','2017-04-12 16:33:00','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(366,1,'2017-04-12 16:43:11','2017-04-12 16:43:11','','Torsh Soltani Combination','','inherit','closed','closed','','torsh-soltani','','','2017-04-12 16:43:32','2017-04-12 16:43:32','',174,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/Torsh-Soltani.jpg',0,'attachment','image/jpeg',0),(367,1,'2017-04-12 16:44:04','2017-04-12 16:44:04','[vc_row background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-04-12 16:44:04','2017-04-12 16:44:04','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(368,1,'2017-04-12 16:51:05','2017-04-12 16:51:05','','Rack of Lamb','','inherit','closed','closed','','rackof-lamb','','','2017-04-12 16:52:00','2017-04-12 16:52:00','',174,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/Rackof-lamb.jpg',0,'attachment','image/jpeg',0),(369,1,'2017-04-12 17:00:37','2017-04-12 17:00:37','','Rack of Lamb','','inherit','closed','closed','','rack-of-lamb-bg','','','2017-04-12 17:00:50','2017-04-12 17:00:50','',174,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/Rack-of-lamb-bg.jpg',0,'attachment','image/jpeg',0),(370,1,'2017-04-12 17:02:21','2017-04-12 17:02:21','[vc_row background_image=\"369\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-04-12 17:02:21','2017-04-12 17:02:21','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(372,1,'2017-05-01 18:53:27','2017-05-01 18:53:27','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"354\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-05-01 18:53:27','2017-05-01 18:53:27','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(373,1,'2017-05-01 18:55:33','2017-05-01 18:55:33','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" column_colour=\"rgba(68, 68, 68, 0.7)\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fine Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]If you\'ve been to our restaurant, you know - and have tasted - what keeps our customers coming back for more. Authentic recipes, quality ingredients, and a great environment make us hard to resist![/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"235\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"233\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"354\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-05-01 18:55:33','2017-05-01 18:55:33','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(374,1,'2017-05-01 19:09:30','2017-05-01 19:09:30','','Rack of Lamb','','inherit','closed','closed','','racklamb-small-pom','','','2017-05-01 19:09:44','2017-05-01 19:09:44','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/racklamb-small-pom.jpg',0,'attachment','image/jpeg',0),(375,1,'2017-05-01 19:16:54','2017-05-01 19:16:54','','Flame Grilled','','inherit','closed','closed','','grill-small-pom','','','2017-05-01 19:17:10','2017-05-01 19:17:10','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/grill-small-pom.jpg',0,'attachment','image/jpeg',0),(376,1,'2017-05-01 19:17:35','2017-05-01 19:17:35','','Shish','','inherit','closed','closed','','shish-small-pom','','','2017-05-01 19:17:51','2017-05-01 19:17:51','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/shish-small-pom.jpg',0,'attachment','image/jpeg',0),(377,1,'2017-05-01 19:18:18','2017-05-01 19:18:18','','Grilled Salmon','','inherit','closed','closed','','salmon-small-pom','','','2017-05-01 19:18:30','2017-05-01 19:18:30','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/salmon-small-pom.jpg',0,'attachment','image/jpeg',0),(378,1,'2017-05-01 19:18:39','2017-05-01 19:18:39','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][panel background_colour=\"rgba(68, 68, 68, 0.7)\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist! Chicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-05-01 19:18:39','2017-05-01 19:18:39','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(379,1,'2017-05-01 19:19:56','2017-05-01 19:19:56','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist! Chicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-05-01 19:19:56','2017-05-01 19:19:56','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(380,1,'2017-05-01 19:20:43','2017-05-01 19:20:43','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist! Chicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]What Our Guests Say[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-05-01 19:20:43','2017-05-01 19:20:43','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(381,1,'2017-05-01 19:22:07','2017-05-01 19:22:07','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist! Chicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"quote\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-05-01 19:22:07','2017-05-01 19:22:07','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(382,1,'2017-05-01 20:06:10','2017-05-01 20:06:10','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist! Chicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"223\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-05-01 20:06:10','2017-05-01 20:06:10','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(383,1,'2017-05-02 15:11:49','2017-05-02 15:11:49','[vc_row inner_shadow=\"shadow\" background_image=\"369\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" featured_label=\"Chef\'s Special\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:11:49','2017-05-02 15:11:49','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(384,1,'2017-05-02 15:14:19','2017-05-02 15:14:19','[vc_row inner_shadow=\"shadow\" background_image=\"369\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:14:19','2017-05-02 15:14:19','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(385,1,'2017-05-02 15:18:46','2017-05-02 15:18:46','','Persian Dinner','','inherit','closed','closed','','dinner-header','','','2017-05-02 15:19:09','2017-05-02 15:19:09','',174,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/dinner-header.jpg',0,'attachment','image/jpeg',0),(386,1,'2017-05-02 15:19:15','2017-05-02 15:19:15','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:19:15','2017-05-02 15:19:15','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(387,1,'2017-05-02 15:32:11','2017-05-02 15:32:11','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:32:11','2017-05-02 15:32:11','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(388,1,'2017-05-02 15:37:00','2017-05-02 15:37:00','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Large Starter\" description=\"Single Starter 4.5\r\nDUO - any two starters 9\r\nTRIO - any three starters 13\r\nCHAHR - any four starters 16\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:37:00','2017-05-02 15:37:00','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(389,1,'2017-05-02 15:40:36','2017-05-02 15:40:36','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:40:36','2017-05-02 15:40:36','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(390,1,'2017-05-02 15:41:39','2017-05-02 15:41:39','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"10\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"10\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"10\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"10\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:41:39','2017-05-02 15:41:39','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(391,1,'2017-05-02 15:42:32','2017-05-02 15:42:32','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:42:32','2017-05-02 15:42:32','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(392,1,'2017-05-02 15:45:11','2017-05-02 15:45:11','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:45:11','2017-05-02 15:45:11','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(393,1,'2017-05-02 15:46:41','2017-05-02 15:46:41','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:46:41','2017-05-02 15:46:41','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(394,1,'2017-05-02 15:48:24','2017-05-02 15:48:24','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:48:24','2017-05-02 15:48:24','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (395,1,'2017-05-02 15:49:06','2017-05-02 15:49:06','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:49:06','2017-05-02 15:49:06','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(396,1,'2017-05-02 15:50:32','2017-05-02 15:50:32','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][vc_column_text]<em>Beef entrees are served with Basmati rice and a grilled tomato.</em>[/vc_column_text][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:50:32','2017-05-02 15:50:32','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(397,1,'2017-05-02 15:51:38','2017-05-02 15:51:38','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:51:38','2017-05-02 15:51:38','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(398,1,'2017-05-02 15:52:39','2017-05-02 15:52:39','[vc_row inner_shadow=\"shadow\" background_image=\"385\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-02 15:52:39','2017-05-02 15:52:39','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(399,1,'2017-06-23 16:10:54','2017-06-23 16:10:54','[vc_row inner_shadow=\"shadow\" background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\n<ul>\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-autosave-v1','','','2017-06-23 16:10:54','2017-06-23 16:10:54','',196,'http://www.pomegranateonmain.com/uncategorized/196-autosave-v1/',0,'revision','',0),(400,1,'2017-05-02 19:23:28','2017-05-02 19:23:28','[vc_row background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" featured_label=\"Chef\'s Special\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][vc_single_image image=\"363\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:23:28','2017-05-02 19:23:28','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(401,1,'2017-05-02 19:26:51','2017-05-02 19:26:51','[vc_row background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][vc_single_image image=\"363\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:26:51','2017-05-02 19:26:51','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(402,1,'2017-05-02 19:27:17','2017-05-02 19:27:17','[vc_row background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:27:17','2017-05-02 19:27:17','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(403,1,'2017-05-02 19:27:52','2017-05-02 19:27:52','[vc_row background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:27:52','2017-05-02 19:27:52','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(404,1,'2017-05-02 19:31:24','2017-05-02 19:31:24','','Wings','','inherit','closed','closed','','wings-background','','','2017-05-02 19:31:35','2017-05-02 19:31:35','',196,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/wings-background.jpg',0,'attachment','image/jpeg',0),(405,1,'2017-05-02 19:31:41','2017-05-02 19:31:41','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:31:41','2017-05-02 19:31:41','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(406,1,'2017-05-02 19:32:12','2017-05-02 19:32:12','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:32:12','2017-05-02 19:32:12','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(407,1,'2017-05-02 19:38:00','2017-05-02 19:38:00','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][vc_column_text]Ask your server about our specialty Hummus flavors.[/vc_column_text][pricing_list][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"10\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:38:00','2017-05-02 19:38:00','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(408,1,'2017-05-02 19:39:33','2017-05-02 19:39:33','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:39:33','2017-05-02 19:39:33','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(409,1,'2017-05-02 19:40:12','2017-05-02 19:40:12','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:40:12','2017-05-02 19:40:12','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(410,1,'2017-05-02 19:42:17','2017-05-02 19:42:17','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:42:17','2017-05-02 19:42:17','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(411,1,'2017-05-02 19:45:48','2017-05-02 19:45:48','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:45:48','2017-05-02 19:45:48','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(412,1,'2017-05-02 19:46:35','2017-05-02 19:46:35','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:46:35','2017-05-02 19:46:35','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(413,1,'2017-05-02 19:47:50','2017-05-02 19:47:50','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:47:50','2017-05-02 19:47:50','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(414,1,'2017-05-02 19:49:15','2017-05-02 19:49:15','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/3\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/3\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:49:15','2017-05-02 19:49:15','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(415,1,'2017-05-02 19:49:56','2017-05-02 19:49:56','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:49:56','2017-05-02 19:49:56','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(416,1,'2017-05-02 19:50:20','2017-05-02 19:50:20','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:50:20','2017-05-02 19:50:20','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(417,1,'2017-05-02 19:51:19','2017-05-02 19:51:19','[vc_row inner_shadow=\"shadow\" background_image=\"404\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-02 19:51:19','2017-05-02 19:51:19','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(418,1,'2017-05-05 16:01:43','2017-05-05 16:01:43','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-autosave-v1','','','2017-05-05 16:01:43','2017-05-05 16:01:43','',197,'http://www.pomegranateonmain.com/uncategorized/197-autosave-v1/',0,'revision','',0),(419,1,'2017-05-02 19:55:09','2017-05-02 19:55:09','','Wine Bar','','inherit','closed','closed','','beverage-background','','','2017-05-02 19:55:19','2017-05-02 19:55:19','',197,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/beverage-background.jpg',0,'attachment','image/jpeg',0),(420,1,'2017-05-02 19:55:24','2017-05-02 19:55:24','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-02 19:55:24','2017-05-02 19:55:24','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(421,1,'2017-05-02 19:56:03','2017-05-02 19:56:03','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-02 19:56:03','2017-05-02 19:56:03','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(422,1,'2017-05-03 19:01:14','2017-05-03 19:01:14','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"50\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-05-03 19:01:14','2017-05-03 19:01:14','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(423,1,'2017-05-03 19:02:54','2017-05-03 19:02:54','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Fare[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"80\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-05-03 19:02:54','2017-05-03 19:02:54','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(424,1,'2017-05-03 19:04:16','2017-05-03 19:04:16','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Cuisine[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"80\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-05-03 19:04:16','2017-05-03 19:04:16','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(425,1,'2017-05-03 19:05:07','2017-05-03 19:05:07','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Cuisine[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-05-03 19:05:07','2017-05-03 19:05:07','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(426,1,'2017-05-03 19:06:06','2017-05-03 19:06:06','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Cuisine[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Fare and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-05-03 19:06:06','2017-05-03 19:06:06','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(427,1,'2017-05-03 19:07:04','2017-05-03 19:07:04','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][/panel][panel background_colour=\"#444444\" margin_top=\"120\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Cuisine[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-05-03 19:07:04','2017-05-03 19:07:04','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(428,1,'2017-05-03 19:07:40','2017-05-03 19:07:40','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Cuisine[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-05-03 19:07:40','2017-05-03 19:07:40','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(429,1,'2017-05-03 19:08:05','2017-05-03 19:08:05','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Cuisine[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-05-03 19:08:05','2017-05-03 19:08:05','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(430,1,'2017-05-03 19:08:47','2017-05-03 19:08:47','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Cuisine[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate On Facebook[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"][custom-facebook-feed][/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-05-03 19:08:47','2017-05-03 19:08:47','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(431,1,'2017-05-03 19:09:15','2017-05-03 19:09:15','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Pomegranate on Main Story[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"269\" link_type=\"no-link\" hover_effect=\"image-effect-zoom-out\"][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Story[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]Proud to be a local business, Pomegranate on Main opened in 2007 contributing to the downtown development of Greenville’s historic West End District. Longtime resident and entrepreneur Ali Saifi and business partner/operator Hash Bassam created a one-of-a-kind concept to share traditional Persian recipes prepared using fresh ingredients and healthful cooking methods. Greenvillians and visitors alike can enjoy familiar foods – beef, chicken, lamb, seafood, rice and vegetables – prepared in a unique way with the subtle flavors of saffron, mint and pomegranate for a dining experience to savor.[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Cuisine[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\"]All of the menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. The starters are vegetarian and dips or spreads served with flatbread and a tray of fresh mint, radish, unsalted butter and feta cheese. The kabobs are perfectly cooked over an open flame on a two-foot skewer and paired with a complementary basmati rice to ensure the balance of flavors once again. The desserts are homemade by Ali’s wife Nancy ranging from moist chocolate cake to a coconut custard pie. The entrées are gluten-free and naturally healthy. Our signature Pomegranate Martini is loved by many, while we continue to explore and invent new artisanal cocktails. Our wine list offers selections sure to please the beginner and expert alike. At lunch we offer satisfying meals from $9-$15 and dinner from $16-$32.[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/3\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','206-revision-v1','','','2017-05-03 19:09:15','2017-05-03 19:09:15','',206,'http://www.pomegranateonmain.com/uncategorized/206-revision-v1/',0,'revision','',0),(432,1,'2017-05-03 19:20:18','2017-05-03 19:20:18','[vc_row overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How To Reach Us[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate on Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve the local community and visitors who have supported our restaurant for 10 years. If you have any questions regarding our restaurant, menu or booking special events, please don’t hesitate to contact us. Thank You!\r\n\r\nVisit us at: 618 S. Main Street, Greenville, SC 29601\r\nCall us at: 864-241-3012[/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"237\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-05-03 19:20:18','2017-05-03 19:20:18','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(433,1,'2017-05-03 19:23:13','2017-05-03 19:23:13','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How To Reach Us[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate on Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve the local community and visitors who have supported our restaurant for 10 years. If you have any questions regarding our restaurant, menu or booking special events, please don’t hesitate to contact us. Thank You!\r\n\r\nVisit us at: 618 S. Main Street, Greenville, SC 29601\r\nCall us at: 864-241-3012[/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"237\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-05-03 19:23:13','2017-05-03 19:23:13','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(434,1,'2017-05-03 19:23:43','2017-05-03 19:23:43','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How To Reach Us[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate on Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve the local community and visitors who have supported our restaurant for 10 years. If you have any questions regarding our restaurant, menu or booking special events, please don’t hesitate to contact us. Thank You!\r\n\r\nVisit us at: 618 S. Main Street, Greenville, SC 29601\r\nCall us at: 864-241-3012[/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"237\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-05-03 19:23:43','2017-05-03 19:23:43','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(435,1,'2017-05-03 19:28:19','2017-05-03 19:28:19','','pom-outside-night','','inherit','closed','closed','','pom-outside-night','','','2017-05-03 19:28:19','2017-05-03 19:28:19','',170,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pom-outside-night.jpg',0,'attachment','image/jpeg',0),(436,1,'2017-05-03 19:33:34','2017-05-03 19:33:34','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Reservations[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Cuisine In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\n[/vc_column_text][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][vc_row_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\n<h3>Monday to Friday</h3>\n11:30am - 2:30pm\n5:30pm - UNTIL\n<h3>Saturday</h3>\n11:30am - UNTIL\n<h3>Closed Sunday</h3>\n[/vc_column_text][/panel][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Reservations','','inherit','closed','closed','','170-autosave-v1','','','2017-05-03 19:33:34','2017-05-03 19:33:34','',170,'http://www.pomegranateonmain.com/uncategorized/170-autosave-v1/',0,'revision','',0),(437,1,'2017-05-03 19:31:32','2017-05-03 19:31:32','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Reservations[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Food In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Iranian artists provided the amazing one-of-a-kind pieces of art. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Reservations','','inherit','closed','closed','','170-revision-v1','','','2017-05-03 19:31:32','2017-05-03 19:31:32','',170,'http://www.pomegranateonmain.com/uncategorized/170-revision-v1/',0,'revision','',0),(438,1,'2017-05-03 19:32:28','2017-05-03 19:32:28','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Reservations[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Cuisine In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][/vc_row]','Reservations','','inherit','closed','closed','','170-revision-v1','','','2017-05-03 19:32:28','2017-05-03 19:32:28','',170,'http://www.pomegranateonmain.com/uncategorized/170-revision-v1/',0,'revision','',0),(439,1,'2017-05-03 19:33:45','2017-05-03 19:33:45','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Reservations[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Cuisine In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Reservations','','inherit','closed','closed','','170-revision-v1','','','2017-05-03 19:33:45','2017-05-03 19:33:45','',170,'http://www.pomegranateonmain.com/uncategorized/170-revision-v1/',0,'revision','',0),(440,1,'2017-05-03 19:34:10','2017-05-03 19:34:10','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Reservations[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Cuisine In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"40\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Reservations','','inherit','closed','closed','','170-revision-v1','','','2017-05-03 19:34:10','2017-05-03 19:34:10','',170,'http://www.pomegranateonmain.com/uncategorized/170-revision-v1/',0,'revision','',0),(441,1,'2017-05-03 19:34:26','2017-05-03 19:34:26','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Reservations[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Authentic Persian Cuisine In Greenville[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<div class=\"sec1\"><span class=\"desc-font\">Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. The outdoor patio offers a cozy, climate controlled feel under the pergola and beautiful sky!</span></div>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Reservations','','inherit','closed','closed','','170-revision-v1','','','2017-05-03 19:34:26','2017-05-03 19:34:26','',170,'http://www.pomegranateonmain.com/uncategorized/170-revision-v1/',0,'revision','',0),(442,1,'2017-06-05 16:58:06','2017-06-05 16:58:06','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Private Parties & To-Go[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Curbside To-Go[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\n<p style=\"text-align: center;\">Don’t worry about parking for to-go orders - we have you covered! Call ahead to place your order. Park in our designated space across the street. Call when you arrive and we will deliver your order to your car. It’s that easy!</p>\n<p style=\"text-align: center;\"><strong>Call us at: 864-241-3012</strong></p>\n\n[/vc_column_text][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Catering Menu[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Wrap Platters\" description=\"Serves 8\nHouse Salad\nAn assortment of Chenjeh, Koobideh, Chicken and Hummus wrap\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kabob Platters\" description=\"Serves 8\nChoice of rice\nChicken, Torsh, Koobideh and Veggie Kabobs\nExtra rice - 10\" price=\"80\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Starter Assortments\" description=\"Assortment of Kashk Bademjan, Hummus, Borani Spinach, Mirza Ghasemi\nIncludes freshly baked flat bread\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Boxed Lunches\" description=\"Choose from any salad, wrap, or entree on the menu\" price=\"Menu Price\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"448\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"447\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"449\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"446\" image_size=\"medium\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Private Parties & To-Go','','inherit','closed','closed','','200-autosave-v1','','','2017-06-05 16:58:06','2017-06-05 16:58:06','',200,'http://www.pomegranateonmain.com/uncategorized/200-autosave-v1/',0,'revision','',0),(443,1,'2017-05-03 19:37:54','2017-05-03 19:37:54','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Catering & To-Go[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Event Catering & Curbside To-Go[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]Don’t worry about parking for to-go orders - we have you covered! Call ahead to place your order. Park in our designated space across the street. Call when you arrive and we will deliver your order to your car. It’s that easy! Call us at: 864-241-3012.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column_inner][vc_column_inner width=\"1/2\"][panel background_colour=\"#444444\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h3\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Catering & To-Go','','inherit','closed','closed','','200-revision-v1','','','2017-05-03 19:37:54','2017-05-03 19:37:54','',200,'http://www.pomegranateonmain.com/uncategorized/200-revision-v1/',0,'revision','',0),(444,1,'2017-05-03 20:09:55','2017-05-03 20:09:55','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Catering & To-Go[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Event Catering & Curbside To-Go[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<p style=\"text-align: center;\">Don’t worry about parking for to-go orders - we have you covered! Call ahead to place your order. Park in our designated space across the street. Call when you arrive and we will deliver your order to your car. It’s that easy!</p>\r\n<p style=\"text-align: center;\"><strong>Call us at: 864-241-3012</strong></p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Wrap Platters\" description=\"Serves 8 \r\nHouse Salad\r\nAn assortment of Chenjeh, Koobideh, Chicken and Hummus wrap\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kabob Platters\" description=\"Serves 8\r\nChoice of rice\r\nChicken, Torsh, Koobideh and Veggie Kabobs\r\nExtra rice - 10\" price=\"80\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Starter Assortments\" description=\"Assortment of Kashk Bademjan, Hummus, Borani Spinach, Mirza Ghasemi\r\nIncludes freshly baked flat bread\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Boxed Lunches\" description=\"Choose from any salad, wrap, or entree on the menu\" price=\"Menu Price\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Catering & To-Go','','inherit','closed','closed','','200-revision-v1','','','2017-05-03 20:09:55','2017-05-03 20:09:55','',200,'http://www.pomegranateonmain.com/uncategorized/200-revision-v1/',0,'revision','',0),(445,1,'2017-05-03 20:10:26','2017-05-03 20:10:26','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Catering & To-Go[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Event Catering & Curbside To-Go[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<p style=\"text-align: center;\">Don’t worry about parking for to-go orders - we have you covered! Call ahead to place your order. Park in our designated space across the street. Call when you arrive and we will deliver your order to your car. It’s that easy!</p>\r\n<p style=\"text-align: center;\"><strong>Call us at: 864-241-3012</strong></p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Wrap Platters\" description=\"Serves 8 \r\nHouse Salad\r\nAn assortment of Chenjeh, Koobideh, Chicken and Hummus wrap\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kabob Platters\" description=\"Serves 8\r\nChoice of rice\r\nChicken, Torsh, Koobideh and Veggie Kabobs\r\nExtra rice - 10\" price=\"80\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Starter Assortments\" description=\"Assortment of Kashk Bademjan, Hummus, Borani Spinach, Mirza Ghasemi\r\nIncludes freshly baked flat bread\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Boxed Lunches\" description=\"Choose from any salad, wrap, or entree on the menu\" price=\"Menu Price\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Catering & To-Go','','inherit','closed','closed','','200-revision-v1','','','2017-05-03 20:10:26','2017-05-03 20:10:26','',200,'http://www.pomegranateonmain.com/uncategorized/200-revision-v1/',0,'revision','',0),(446,1,'2017-05-03 20:15:23','2017-05-03 20:15:23','','IMG_4484','','inherit','closed','closed','','img_4484','','','2017-05-03 20:15:23','2017-05-03 20:15:23','',200,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/IMG_4484.jpg',0,'attachment','image/jpeg',0),(447,1,'2017-05-03 20:15:24','2017-05-03 20:15:24','','IMG_4496','','inherit','closed','closed','','img_4496','','','2017-05-03 20:15:24','2017-05-03 20:15:24','',200,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/IMG_4496.jpg',0,'attachment','image/jpeg',0),(448,1,'2017-05-03 20:15:25','2017-05-03 20:15:25','','IMG_4516','','inherit','closed','closed','','img_4516','','','2017-05-03 20:15:25','2017-05-03 20:15:25','',200,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/IMG_4516.jpg',0,'attachment','image/jpeg',0),(449,1,'2017-05-03 20:15:26','2017-05-03 20:15:26','','IMG_4542','','inherit','closed','closed','','img_4542','','','2017-05-03 20:15:26','2017-05-03 20:15:26','',200,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/IMG_4542.jpg',0,'attachment','image/jpeg',0),(450,1,'2017-05-03 20:16:57','2017-05-03 20:16:57','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Catering & To-Go[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Event Catering & Curbside To-Go[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<p style=\"text-align: center;\">Don’t worry about parking for to-go orders - we have you covered! Call ahead to place your order. Park in our designated space across the street. Call when you arrive and we will deliver your order to your car. It’s that easy!</p>\r\n<p style=\"text-align: center;\"><strong>Call us at: 864-241-3012</strong></p>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Wrap Platters\" description=\"Serves 8 \r\nHouse Salad\r\nAn assortment of Chenjeh, Koobideh, Chicken and Hummus wrap\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kabob Platters\" description=\"Serves 8\r\nChoice of rice\r\nChicken, Torsh, Koobideh and Veggie Kabobs\r\nExtra rice - 10\" price=\"80\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Starter Assortments\" description=\"Assortment of Kashk Bademjan, Hummus, Borani Spinach, Mirza Ghasemi\r\nIncludes freshly baked flat bread\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Boxed Lunches\" description=\"Choose from any salad, wrap, or entree on the menu\" price=\"Menu Price\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"448\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"447\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"449\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"446\" image_size=\"medium\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Catering & To-Go','','inherit','closed','closed','','200-revision-v1','','','2017-05-03 20:16:57','2017-05-03 20:16:57','',200,'http://www.pomegranateonmain.com/uncategorized/200-revision-v1/',0,'revision','',0),(451,1,'2017-05-03 20:24:23','2017-05-03 20:24:23','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Gift Cards[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Perfect Gift For Foodies[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\n<p style=\"text-align: center;\">Gift cards for Pomegranate on Main can be purchased securely through QuickGifts using the link below or at our restaurant. Treat your family, friends and colleagues to the exceptional experience of the highest-rated Persian Cuisine in South Carolina, according to online reviews. We suggest pairing our private label wine, available in restaurant, with a gift card to create a memorable present for any special occasion.</p>\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/1\"][vc_column_text]\n\nI am text block. Click edit button to change this text.\n\n[/vc_column_text][vc_single_image image=\"452\" link_type=\"item\" hover_effect=\"image-effect-zoom-out\" link=\"http://onelink.quickgifts.com/merchant/pomegranate-on-main\" link_target=\"_blank\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Gift Cards','','inherit','closed','closed','','202-autosave-v1','','','2017-05-03 20:24:23','2017-05-03 20:24:23','',202,'http://www.pomegranateonmain.com/uncategorized/202-autosave-v1/',0,'revision','',0),(452,1,'2017-05-03 20:21:50','2017-05-03 20:21:50','','Gift Card','','inherit','closed','closed','','giftcard','','','2017-05-03 20:22:01','2017-05-03 20:22:01','',202,'http://www.pomegranateonmain.com/wp-content/uploads/2017/03/giftcard.png',0,'attachment','image/png',0),(453,1,'2017-05-03 20:23:20','2017-05-03 20:23:20','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Gift Cards[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Perfect Gift For Foodies[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<p style=\"text-align: center;\">Gift cards for Pomegranate on Main can be purchased securely through QuickGifts using the link below or at our restaurant. Treat your family, friends and colleagues to the exceptional experience of the highest-rated Persian Cuisine in South Carolina, according to online reviews. We suggest pairing our private label wine, available in restaurant, with a gift card to create a memorable present for any special occasion.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"452\"][/vc_column_inner][vc_column_inner width=\"1/2\"][button size=\"lg\" label=\"Purchase A Gift Card\" link=\"http://onelink.quickgifts.com/merchant/pomegranate-on-main\" link_open=\"_blank\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Gift Cards','','inherit','closed','closed','','202-revision-v1','','','2017-05-03 20:23:20','2017-05-03 20:23:20','',202,'http://www.pomegranateonmain.com/uncategorized/202-revision-v1/',0,'revision','',0),(454,1,'2017-05-03 20:24:37','2017-05-03 20:24:37','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Gift Cards[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Perfect Gift For Foodies[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<p style=\"text-align: center;\">Gift cards for Pomegranate on Main can be purchased securely through QuickGifts using the link below or at our restaurant. Treat your family, friends and colleagues to the exceptional experience of the highest-rated Persian Cuisine in South Carolina, according to online reviews. We suggest pairing our private label wine, available in restaurant, with a gift card to create a memorable present for any special occasion.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/1\"][vc_column_text]\r\n<p style=\"text-align: center;\">Click below to purchase a gift card.</p>\r\n[/vc_column_text][vc_single_image image=\"452\" link_type=\"item\" hover_effect=\"image-effect-zoom-out\" link=\"http://onelink.quickgifts.com/merchant/pomegranate-on-main\" link_target=\"_blank\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Gift Cards','','inherit','closed','closed','','202-revision-v1','','','2017-05-03 20:24:37','2017-05-03 20:24:37','',202,'http://www.pomegranateonmain.com/uncategorized/202-revision-v1/',0,'revision','',0),(455,1,'2017-05-03 20:25:03','2017-05-03 20:25:03','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Gift Cards[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]The Perfect Gift For Foodies[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<p style=\"text-align: center;\">Gift cards for Pomegranate on Main can be purchased securely through QuickGifts using the link below or at our restaurant. Treat your family, friends and colleagues to the exceptional experience of the highest-rated Persian Cuisine in South Carolina, according to online reviews. We suggest pairing our private label wine, available in restaurant, with a gift card to create a memorable present for any special occasion.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/1\"][vc_column_text]\r\n<p style=\"text-align: center;\">Click below to purchase a gift card.</p>\r\n[/vc_column_text][vc_single_image image=\"452\" link_type=\"item\" hover_effect=\"image-effect-zoom-out\" link=\"http://onelink.quickgifts.com/merchant/pomegranate-on-main\" link_target=\"_blank\" onclick=\"custom_link\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Gift Cards','','inherit','closed','closed','','202-revision-v1','','','2017-05-03 20:25:03','2017-05-03 20:25:03','',202,'http://www.pomegranateonmain.com/uncategorized/202-revision-v1/',0,'revision','',0),(456,1,'2017-06-05 17:28:40','2017-06-05 17:28:40','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Events[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate Events & Gatherings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][panel title=\"Wednesdays\" background_colour=\"#444444\"][vc_column_text text_color=\"text-light\"]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio.\n\nWith half-off bottles of wine, Wednesday night offers a great opportunity to try new wines.\n\nPaired with our Persian cuisine in a relaxing,fun environment Pomegranate on Main creates the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][/vc_column][/vc_row]','Events','','inherit','closed','closed','','204-autosave-v1','','','2017-06-05 17:28:40','2017-06-05 17:28:40','',204,'http://www.pomegranateonmain.com/uncategorized/204-autosave-v1/',0,'revision','',0),(457,1,'2017-05-03 20:29:41','2017-05-03 20:29:41','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Events[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate Events & Gatherings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][panel title=\"Wednesdays\"][vc_column_text]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio. With half off bottles of wine, Wednesday night offers a great opportunity to try new wines paired with Persian cuisine in a relaxing fun environment, creating the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][panel title=\"Wednesdays\"][vc_column_text]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio. With half off bottles of wine, Wednesday night offers a great opportunity to try new wines paired with Persian cuisine in a relaxing fun environment, creating the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][panel title=\"Wednesdays\"][vc_column_text]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio. With half off bottles of wine, Wednesday night offers a great opportunity to try new wines paired with Persian cuisine in a relaxing fun environment, creating the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][panel title=\"Wednesdays\"][vc_column_text]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio. With half off bottles of wine, Wednesday night offers a great opportunity to try new wines paired with Persian cuisine in a relaxing fun environment, creating the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][panel title=\"Wednesdays\"][vc_column_text]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio. With half off bottles of wine, Wednesday night offers a great opportunity to try new wines paired with Persian cuisine in a relaxing fun environment, creating the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][panel title=\"Wednesdays\"][vc_column_text]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio. With half off bottles of wine, Wednesday night offers a great opportunity to try new wines paired with Persian cuisine in a relaxing fun environment, creating the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][panel title=\"Wednesdays\"][vc_column_text]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio. With half off bottles of wine, Wednesday night offers a great opportunity to try new wines paired with Persian cuisine in a relaxing fun environment, creating the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][/vc_column][/vc_row]','Events','','inherit','closed','closed','','204-revision-v1','','','2017-05-03 20:29:41','2017-05-03 20:29:41','',204,'http://www.pomegranateonmain.com/uncategorized/204-revision-v1/',0,'revision','',0),(458,1,'2017-05-03 20:32:01','2017-05-03 20:32:01','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Events[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate Events & Gatherings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][panel title=\"Mondays\" background_colour=\"#444444\"][vc_column_text]Coming Soon[/vc_column_text][/panel][panel title=\"Wednesdays\"][vc_column_text]Coming Soon[/vc_column_text][/panel][panel title=\"Wednesdays\" background_colour=\"#444444\"][vc_column_text]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio. With half off bottles of wine, Wednesday night offers a great opportunity to try new wines paired with Persian cuisine in a relaxing fun environment, creating the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][/vc_column][/vc_row]','Events','','inherit','closed','closed','','204-revision-v1','','','2017-05-03 20:32:01','2017-05-03 20:32:01','',204,'http://www.pomegranateonmain.com/uncategorized/204-revision-v1/',0,'revision','',0),(459,1,'2017-05-03 20:32:54','2017-05-03 20:32:54','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Events[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate Events & Gatherings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][panel title=\"Wednesdays\" background_colour=\"#444444\"][vc_column_text text_color=\"text-light\"]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio. With half off bottles of wine, Wednesday night offers a great opportunity to try new wines paired with Persian cuisine in a relaxing fun environment, creating the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][/vc_column][/vc_row]','Events','','inherit','closed','closed','','204-revision-v1','','','2017-05-03 20:32:54','2017-05-03 20:32:54','',204,'http://www.pomegranateonmain.com/uncategorized/204-revision-v1/',0,'revision','',0),(460,1,'2017-05-03 20:36:03','2017-05-03 20:36:03','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Catering & To-Go[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Curbside To-Go[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<p style=\"text-align: center;\">Don’t worry about parking for to-go orders - we have you covered! Call ahead to place your order. Park in our designated space across the street. Call when you arrive and we will deliver your order to your car. It’s that easy!</p>\r\n<p style=\"text-align: center;\"><strong>Call us at: 864-241-3012</strong></p>\r\n[/vc_column_text][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Catering Menu[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Wrap Platters\" description=\"Serves 8\r\nHouse Salad\r\nAn assortment of Chenjeh, Koobideh, Chicken and Hummus wrap\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kabob Platters\" description=\"Serves 8\r\nChoice of rice\r\nChicken, Torsh, Koobideh and Veggie Kabobs\r\nExtra rice - 10\" price=\"80\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Starter Assortments\" description=\"Assortment of Kashk Bademjan, Hummus, Borani Spinach, Mirza Ghasemi\r\nIncludes freshly baked flat bread\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Boxed Lunches\" description=\"Choose from any salad, wrap, or entree on the menu\" price=\"Menu Price\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"448\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"447\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"449\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"446\" image_size=\"medium\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Catering & To-Go','','inherit','closed','closed','','200-revision-v1','','','2017-05-03 20:36:03','2017-05-03 20:36:03','',200,'http://www.pomegranateonmain.com/uncategorized/200-revision-v1/',0,'revision','',0),(461,1,'2017-05-04 19:15:57','2017-05-04 19:15:57','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic & full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-04 19:15:57','2017-05-04 19:15:57','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(462,1,'2017-05-04 19:34:15','2017-05-04 19:34:15','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic & full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-04 19:34:15','2017-05-04 19:34:15','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(463,1,'2017-05-04 19:44:25','2017-05-04 19:44:25','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic & full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-04 19:44:25','2017-05-04 19:44:25','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(464,1,'2017-05-04 19:55:39','2017-05-04 19:55:39','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic & full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-04 19:55:39','2017-05-04 19:55:39','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(465,1,'2017-05-04 20:21:55','2017-05-04 20:21:55','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-04 20:21:55','2017-05-04 20:21:55','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(466,1,'2017-05-05 15:51:22','2017-05-05 15:51:22','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-05 15:51:22','2017-05-05 15:51:22','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(467,1,'2017-05-05 15:52:17','2017-05-05 15:52:17','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-05 15:52:17','2017-05-05 15:52:17','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(468,1,'2017-05-05 15:53:35','2017-05-05 15:53:35','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-05 15:53:35','2017-05-05 15:53:35','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(469,1,'2017-05-05 16:02:43','2017-05-05 16:02:43','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-05 16:02:43','2017-05-05 16:02:43','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(470,1,'2017-05-05 16:03:42','2017-05-05 16:03:42','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-05 16:03:42','2017-05-05 16:03:42','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(471,1,'2017-05-05 16:04:27','2017-05-05 16:04:27','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-05 16:04:27','2017-05-05 16:04:27','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(472,1,'2017-05-05 16:05:00','2017-05-05 16:05:00','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"70\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-05 16:05:00','2017-05-05 16:05:00','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(473,1,'2017-05-05 16:05:39','2017-05-05 16:05:39','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"70\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-05 16:05:39','2017-05-05 16:05:39','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(474,1,'2017-05-05 16:06:20','2017-05-05 16:06:20','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"70\" sm_height=\"70\" md_height=\"70\" lg_height=\"80\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-05 16:06:20','2017-05-05 16:06:20','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(475,1,'2017-05-05 16:06:45','2017-05-05 16:06:45','[vc_row inner_shadow=\"shadow\" background_image=\"419\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Beverages[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - light, aromatic and full of fruit[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hess Chardonnay\" description=\"Monterey\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"1749 Sauvignon Blanc\" description=\"Loire, France\" price=\"7/28\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Frisk Riesling\" description=\"Australia\" price=\"6.5/26\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avia Pinot Grigio\" description=\"Slovenia\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valminor Albarino\" description=\"Spain\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - medium bodied, aromatic[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Scaia Corvina\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Castillo Monseran Garnacha\" description=\"Carinena, Spain\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shooting Star Merlot\" description=\"Lake County\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Meiomi Pinot Noir\" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sartori Pinot Noir\" description=\"Italy\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sasyr Sangiovese/Syrah\" description=\"Italy\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Evolution Pinot Noir/Syrah/Zin Blend\" description=\"Oregon\" price=\"8/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Domaine Houchart Red Blend\" description=\"Provence, France\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Nipozzano Chianti Rufina \" description=\"Italy\" price=\"44\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Matanza’s Creek Merlot\" description=\"Sonoma County\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Ventoux Red Blend\" description=\"Provence, France\" price=\"10.5/42*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Banfi Belnero Sangiovese Blend\" description=\"Tuscany\" price=\"53\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Belle Glos Pinot Noir\" description=\"Santa Maria\" price=\"70\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"70\" sm_height=\"70\" md_height=\"70\" lg_height=\"80\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beer[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Blue Moon\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bud Light\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avery Ellie’s Brown Ale \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fat Tire\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grolsh\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Michelob Ultra \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Miller Lite\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"New Planet IPA\" description=\"gluten free\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate Wheat\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Stella Artois \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Victory Storm King Stout \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sweetwater 420 \" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Thomas Creek Red\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Bell\'s Two Hearted Ale\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Whites - medium to full bodied[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Anne Amie Pinot Gris\" description=\"Oregon\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Chardonnay\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Sonoma Cutrer Chardonnay\" description=\"Russian River\" price=\"40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"La Colombe Rose`\" description=\"France\" price=\"7.5/30\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Viognier\" description=\"California\" price=\"54*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Reds - full bodied, rustic and big[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bodega Norton Malbec\" description=\"Argentina\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Perrin Reserve Cotes du Rhone \" description=\"France\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Jim Barry Shiraz\" description=\"South Australia\" price=\"9/36\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chateau De Sours Bordeaux \" description=\"France\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Silver Palm Cabernet Sauvignon\" description=\"California\" price=\"8.5/34\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Steele Cabernet Franc \" description=\"California\" price=\"10/40\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fortress Cabernet Sauvignon \" description=\"Sonoma Valley\" price=\"9.5/38\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Valravn Zinfandel \" description=\"Sonoma Valley\" price=\"42\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Arrowood Cabernet\" description=\"Sonoma Valley\" price=\"47\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Markham Cabernet/Merlot\" description=\"Napa Valley\" price=\"54\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Brunel Les Cailloux Chateauneuf du Pape\" description=\"France\" price=\"86*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Groth Cabernet Sauvignon \" description=\"Napa Valley\" price=\"82*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Caymus Special Select Cabernet\" description=\"Napa Valley\" price=\"150*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Darioush Cabernet Sauvignon\" description=\"Oak Knoll\" price=\"155*\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sparkling[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Zonin Prosecco Brut Sparkling\" description=\"Italy\" price=\"8.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Veuve De Vernay Brut Sparkling\" description=\"France\" price=\"8/32\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Piper Heidsieck Brut\" description=\"Champagne, France\" price=\"65\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Beverage Menu','','inherit','closed','closed','','197-revision-v1','','','2017-05-05 16:06:45','2017-05-05 16:06:45','',197,'http://www.pomegranateonmain.com/uncategorized/197-revision-v1/',0,'revision','',0),(478,1,'2017-05-05 16:54:25','2017-05-05 16:54:25','','Pomegranate Logo','','inherit','closed','closed','','pom-logo-new','','','2017-05-05 16:54:37','2017-05-05 16:54:37','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/05/pom-logo-new.jpg',0,'attachment','image/jpeg',0),(480,1,'2017-05-05 16:57:28','2017-05-05 16:57:28','','Pomegranate on Main','','inherit','closed','closed','','pom-logo-new2','','','2017-05-05 16:57:43','2017-05-05 16:57:43','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/05/pom-logo-new2.jpg',0,'attachment','image/jpeg',0),(482,1,'2017-05-05 16:58:54','2017-05-05 16:58:54','','pom-header-bg','','inherit','closed','closed','','pom-header-bg-2','','','2017-05-05 16:58:54','2017-05-05 16:58:54','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/05/pom-header-bg.jpg',0,'attachment','image/jpeg',0),(485,1,'2017-05-05 17:07:20','2017-05-05 17:07:20','[vc_row inner_shadow=\"shadow\" background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-05 17:07:20','2017-05-05 17:07:20','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(486,1,'2017-05-05 17:07:53','2017-05-05 17:07:53','[vc_row inner_shadow=\"shadow\" background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-05-05 17:07:53','2017-05-05 17:07:53','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(487,1,'2017-05-05 17:11:54','2017-05-05 17:11:54','','rack-lamb-header','','inherit','closed','closed','','rack-lamb-header','','','2017-05-05 17:11:54','2017-05-05 17:11:54','',174,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/rack-lamb-header.jpg',0,'attachment','image/jpeg',0),(488,1,'2017-05-05 17:12:04','2017-05-05 17:12:04','[vc_row inner_shadow=\"shadow\" background_image=\"487\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-05 17:12:04','2017-05-05 17:12:04','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(489,1,'2017-05-05 17:12:58','2017-05-05 17:12:58','[vc_row inner_shadow=\"shadow\" background_image=\"487\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-05-05 17:12:58','2017-05-05 17:12:58','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(491,1,'2017-06-05 16:59:22','2017-06-05 16:59:22','[vc_row overlay_opacity=\"0.3\" background_image=\"256\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Private Parties & To-Go[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Curbside To-Go[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]\r\n<p style=\"text-align: center;\">Don’t worry about parking for to-go orders - we have you covered! Call ahead to place your order. Park in our designated space across the street. Call when you arrive and we will deliver your order to your car. It’s that easy!</p>\r\n<p style=\"text-align: center;\"><strong>Call us at: 864-241-3012</strong></p>\r\n[/vc_column_text][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Private Parties[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text]We would love the opportunity to impress your guests with Persian cuisine. Please call the restaurant at 864-241-3012 for details on booking a private party.[/vc_column_text][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"448\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"447\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"449\" image_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"446\" image_size=\"medium\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Private Parties & To-Go','','inherit','closed','closed','','200-revision-v1','','','2017-06-05 16:59:22','2017-06-05 16:59:22','',200,'http://www.pomegranateonmain.com/uncategorized/200-revision-v1/',0,'revision','',0),(492,1,'2017-06-05 17:02:03','2017-06-05 17:02:03','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"257\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How To Reach Us[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate on Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve the local community and visitors who have supported our restaurant for 10 years. If you have any questions regarding our restaurant, menu or private parties please don’t hesitate to contact us. Thank You!\r\n\r\nVisit us at: 618 S. Main Street, Greenville, SC 29601\r\nCall us at: 864-241-3012[/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"237\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-06-05 17:02:03','2017-06-05 17:02:03','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(493,1,'2017-06-05 17:08:27','2017-06-05 17:08:27','','contact-header-2','','inherit','closed','closed','','contact-header-2','','','2017-06-05 17:08:27','2017-06-05 17:08:27','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/contact-header-2.jpg',0,'attachment','image/jpeg',0),(494,1,'2017-06-05 17:08:29','2017-06-05 17:08:29','','Contact Page Header','','inherit','closed','closed','','contact-header-1','','','2017-06-05 17:08:47','2017-06-05 17:08:47','',175,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/contact-header-1.jpg',0,'attachment','image/jpeg',0),(495,1,'2017-06-05 17:08:54','2017-06-05 17:08:54','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"494\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How To Reach Us[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate on Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve the local community and visitors who have supported our restaurant for 10 years. If you have any questions regarding our restaurant, menu or private parties please don’t hesitate to contact us. Thank You!\r\n\r\nVisit us at: 618 S. Main Street, Greenville, SC 29601\r\nCall us at: 864-241-3012[/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"237\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-06-05 17:08:54','2017-06-05 17:08:54','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(496,1,'2017-06-05 17:15:30','2017-06-05 17:15:30','','Pomegranate on Main','','inherit','closed','closed','','pom-street-story','','','2017-06-05 17:15:44','2017-06-05 17:15:44','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pom-street-story.jpg',0,'attachment','image/jpeg',0),(497,1,'2017-06-05 17:19:12','2017-06-05 17:19:12','[vc_row overlay_opacity=\"0.3\" background_image=\"187\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-06-05 17:19:12','2017-06-05 17:19:12','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(498,1,'2017-06-05 17:28:21','2017-06-05 17:28:21','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Events[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate Events & Gatherings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][panel title=\"Wednesdays\" background_colour=\"#444444\"][vc_column_text text_color=\"text-light\"]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio.\r\n\r\nWith half off bottles of wine, Wednesday night offers a great opportunity to try new wines.\r\n\r\nPaired with our Persian cuisine in a relaxing,fun environment Pomegranate on Main creates the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][/vc_column][/vc_row]','Events','','inherit','closed','closed','','204-revision-v1','','','2017-06-05 17:28:21','2017-06-05 17:28:21','',204,'http://www.pomegranateonmain.com/uncategorized/204-revision-v1/',0,'revision','',0),(499,1,'2017-06-05 17:28:37','2017-06-05 17:28:37','[vc_row overlay_opacity=\"0.3\" background_image=\"327\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Events[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_type=\"h2\" header_align=\"center\" margin_top=\"40\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Pomegranate Events & Gatherings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][panel title=\"Wednesdays\" background_colour=\"#444444\"][vc_column_text text_color=\"text-light\"]Local musicians perform acoustic music every Wednesday evening on our climate controlled patio.\r\n\r\nWith half-off bottles of wine, Wednesday night offers a great opportunity to try new wines.\r\n\r\nPaired with our Persian cuisine in a relaxing,fun environment Pomegranate on Main creates the perfect setting for an evening out during the middle of the week![/vc_column_text][/panel][/vc_column][/vc_row]','Events','','inherit','closed','closed','','204-revision-v1','','','2017-06-05 17:28:37','2017-06-05 17:28:37','',204,'http://www.pomegranateonmain.com/uncategorized/204-revision-v1/',0,'revision','',0),(502,1,'2017-06-23 16:03:40','2017-06-23 16:03:40','','pomegranate-dining','','inherit','closed','closed','','pomegranate-dining','','','2017-06-23 16:03:40','2017-06-23 16:03:40','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pomegranate-dining.jpg',0,'attachment','image/jpeg',0),(503,1,'2017-06-23 16:03:59','2017-06-23 16:03:59','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"180\" lg_height=\"210\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-06-23 16:03:59','2017-06-23 16:03:59','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(504,1,'2017-06-23 16:07:10','2017-06-23 16:07:10','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"150\" lg_height=\"180\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-06-23 16:07:10','2017-06-23 16:07:10','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(505,1,'2017-06-23 16:07:54','2017-06-23 16:07:54','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-06-23 16:07:54','2017-06-23 16:07:54','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(506,1,'2017-06-23 16:10:17','2017-06-23 16:10:17','[vc_row inner_shadow=\"shadow\" background_image=\"487\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-06-23 16:10:17','2017-06-23 16:10:17','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(507,1,'2017-06-23 16:13:49','2017-06-23 16:13:49','[vc_row inner_shadow=\"shadow\" background_image=\"487\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-06-23 16:13:49','2017-06-23 16:13:49','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(508,1,'2017-06-23 16:18:43','2017-06-23 16:18:43','[vc_row inner_shadow=\"shadow\" background_image=\"487\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-06-23 16:18:43','2017-06-23 16:18:43','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(509,1,'2017-06-23 16:21:38','2017-06-23 16:21:38','[vc_row inner_shadow=\"shadow\" background_image=\"487\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"23\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"22\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2017-06-23 16:21:38','2017-06-23 16:21:38','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(510,1,'2017-06-23 16:31:43','2017-06-23 16:31:43','[vc_row inner_shadow=\"shadow\" background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-06-23 16:31:43','2017-06-23 16:31:43','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(511,1,'2017-06-23 16:33:41','2017-06-23 16:33:41','[vc_row inner_shadow=\"shadow\" background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"13\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2017-06-23 16:33:41','2017-06-23 16:33:41','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(512,1,'2017-06-23 16:52:14','2017-06-23 16:52:14','[vc_row text_shadow=\"shadow\" inner_shadow=\"shadow\" width=\"no-padded\" overlay_opacity=\"0.3\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_single_image image=\"152\" link_type=\"no-link\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2021/07/All-Menus-Website.pdf\" title=\"Pomegranate on Main Menu\"][/vc_column_text][/vc_column][/vc_row]','Our Menu','','publish','closed','closed','','our-menu','','','2021-07-21 13:57:36','2021-07-21 13:57:36','',0,'http://www.pomegranateonmain.com/?page_id=512',0,'page','',0),(513,1,'2017-06-23 16:52:14','2017-06-23 16:52:14','[vc_row inner_shadow=\"shadow\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text][/vc_column_text][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-revision-v1','','','2017-06-23 16:52:14','2017-06-23 16:52:14','',512,'http://www.pomegranateonmain.com/uncategorized/512-revision-v1/',0,'revision','',0),(514,1,'2017-06-23 16:59:44','2017-06-23 16:59:44','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-06-23 16:59:44','2017-06-23 16:59:44','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(515,1,'2017-06-23 17:04:41','2017-06-23 17:04:41','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"494\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"170\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Contact[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]How To Reach Us[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]At Pomegranate on Main you can count on quality ingredients, freshly prepared in a warm and inviting atmosphere. It is our pleasure to serve the local community and visitors who have supported our restaurant for 10 years. If you have any questions regarding our restaurant, menu or private parties please don’t hesitate to contact us. Thank You!\r\n\r\nVisit us at: 618 S. Main Street, Greenville, SC 29601\r\nCall us at: 864-241-3012[/vc_column_text][contact-form-7 id=\"159\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][vc_single_image image=\"264\" link_type=\"no-link\" alt=\"Pomegrenate On Main\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"237\" custom_image_size=\"263x175\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"269\" custom_image_size=\"263x175\" link_type=\"no-link\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.9\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row overlay_opacity=\"0.2\" background_image=\"263\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Come Enjoy A Meal With Us[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience our authentic Persian Cuisine and inviting atmosphere for your next meal. We aim to serve, so please contact us with any questions you may have.\r\n<h3>Monday to Friday</h3>\r\n11:30am - 2:30pm\r\n5:30pm - UNTIL\r\n<h3>Saturday</h3>\r\n11:30am - UNTIL\r\n<h3>Closed Sunday</h3>\r\n[/vc_column_text][/panel][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Make A Reservation[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/panel][/vc_column][/vc_row]','Contact & Directions','','inherit','closed','closed','','175-revision-v1','','','2017-06-23 17:04:41','2017-06-23 17:04:41','',175,'http://www.pomegranateonmain.com/uncategorized/175-revision-v1/',0,'revision','',0),(516,1,'2017-06-23 17:07:01','2017-06-23 17:07:01','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE THE MENU\" link=\"http://www.pomegranateonmain.com/dinner-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-06-23 17:07:01','2017-06-23 17:07:01','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(517,1,'2017-06-23 17:10:50','2017-06-23 17:10:50','','Beverage Menu','','inherit','closed','closed','','winelist','','','2017-06-23 17:11:57','2017-06-23 17:11:57','',512,'http://www.pomegranateonmain.com/wp-content/uploads/2017/06/winelist.pdf',0,'attachment','application/pdf',0),(518,1,'2017-06-23 17:10:53','2017-06-23 17:10:53','','Lunch Menu','','inherit','closed','closed','','lunch','','','2017-06-23 17:11:03','2017-06-23 17:11:03','',512,'http://www.pomegranateonmain.com/wp-content/uploads/2017/06/lunch.pdf',0,'attachment','application/pdf',0),(519,1,'2017-06-23 17:10:55','2017-06-23 17:10:55','','Dinner Menu','','inherit','closed','closed','','dinner','','','2017-06-23 17:11:37','2017-06-23 17:11:37','',512,'http://www.pomegranateonmain.com/wp-content/uploads/2017/06/dinner.pdf',0,'attachment','application/pdf',0),(520,1,'2017-08-11 15:35:17','2017-08-11 15:35:17','[vc_row text_shadow=\"shadow\" inner_shadow=\"shadow\" width=\"no-padded\" overlay_opacity=\"0.2\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/pom-menu-all.pdf\" title=\"Pomegranate on Main Menu\"][/vc_column_text][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-autosave-v1','','','2017-08-11 15:35:17','2017-08-11 15:35:17','',512,'http://www.pomegranateonmain.com/uncategorized/512-autosave-v1/',0,'revision','',0),(521,1,'2017-06-23 17:13:14','2017-06-23 17:13:14','[vc_row inner_shadow=\"shadow\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/lunch.pdf\" title=\"Lunch Menu\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/dinner.pdf\" title=\"Dinner Menu\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/winelist.pdf\" title=\"Beverage Menu\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-revision-v1','','','2017-06-23 17:13:14','2017-06-23 17:13:14','',512,'http://www.pomegranateonmain.com/uncategorized/512-revision-v1/',0,'revision','',0),(522,1,'2017-06-23 17:15:46','2017-06-23 17:15:46','[vc_row inner_shadow=\"shadow\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lunch Menu[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/lunch.pdf\" title=\"Lunch Menu\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Dinner Menu[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/dinner.pdf\" title=\"Dinner Menu\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beverage Menu[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/winelist.pdf\" title=\"Beverage Menu\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-revision-v1','','','2017-06-23 17:15:46','2017-06-23 17:15:46','',512,'http://www.pomegranateonmain.com/uncategorized/512-revision-v1/',0,'revision','',0),(524,1,'2017-06-23 17:22:52','2017-06-23 17:22:52','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"PDF MENU\" link=\"http://www.pomegranateonmain.com/our-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-06-23 17:22:52','2017-06-23 17:22:52','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(525,1,'2017-06-23 17:35:30','2017-06-23 17:35:30','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"See Our Menu\" link=\"http://www.pomegranateonmain.com/our-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-06-23 17:35:30','2017-06-23 17:35:30','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(526,1,'2017-06-23 17:36:34','2017-06-23 17:36:34','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE OUR MENU\" link=\"http://www.pomegranateonmain.com/our-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-06-23 17:36:34','2017-06-23 17:36:34','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(532,1,'2017-07-07 21:43:43','2017-07-07 21:43:43','','Pomegranate On Main','','inherit','closed','closed','','pom-logo-icondesk','','','2017-07-07 21:44:09','2017-07-07 21:44:09','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/07/pom-logo-icondesk.jpg',0,'attachment','image/jpeg',0),(533,1,'2017-07-07 21:44:33','2017-07-07 21:44:33','http://www.pomegranateonmain.com/wp-content/uploads/2017/07/cropped-pom-logo-icondesk.jpg','cropped-pom-logo-icondesk.jpg','','inherit','closed','closed','','cropped-pom-logo-icondesk-jpg','','','2017-07-07 21:44:33','2017-07-07 21:44:33','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/07/cropped-pom-logo-icondesk.jpg',0,'attachment','image/jpeg',0),(535,1,'2017-07-07 21:46:34','2017-07-07 21:46:34','','Pomegranate On Main','','inherit','closed','closed','','pomegranate-icon','','','2017-07-07 21:46:55','2017-07-07 21:46:55','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/07/pomegranate-icon.jpg',0,'attachment','image/jpeg',0),(536,1,'2017-07-07 21:47:05','2017-07-07 21:47:05','http://www.pomegranateonmain.com/wp-content/uploads/2017/07/cropped-pomegranate-icon.jpg','cropped-pomegranate-icon.jpg','','inherit','closed','closed','','cropped-pomegranate-icon-jpg','','','2017-07-07 21:47:05','2017-07-07 21:47:05','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2017/07/cropped-pomegranate-icon.jpg',0,'attachment','image/jpeg',0),(539,1,'2017-07-07 22:07:16','2017-07-07 22:07:16',' ','','','publish','closed','closed','','539','','','2017-07-19 17:15:42','2017-07-19 17:15:42','',0,'http://www.pomegranateonmain.com/?p=539',2,'nav_menu_item','',0),(540,1,'2017-07-08 01:00:21','2017-07-08 01:00:21','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE OUR MENU\" link=\"http://www.pomegranateonmain.com/our-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-07-08 01:00:21','2017-07-08 01:00:21','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(541,1,'2017-07-08 01:01:21','2017-07-08 01:01:21','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE OUR MENU\" link=\"http://www.pomegranateonmain.com/our-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"349\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-07-08 01:01:21','2017-07-08 01:01:21','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(543,1,'2017-07-19 17:18:55','2017-07-19 17:18:55',' ','','','publish','closed','closed','','543','','','2017-11-08 17:44:01','2017-11-08 17:44:01','',0,'http://www.pomegranateonmain.com/?p=543',1,'nav_menu_item','',0),(544,1,'2017-07-19 17:18:55','2017-07-19 17:18:55',' ','','','publish','closed','closed','','544','','','2017-11-08 17:44:01','2017-11-08 17:44:01','',0,'http://www.pomegranateonmain.com/?p=544',2,'nav_menu_item','',0),(545,1,'2017-07-19 17:18:56','2017-07-19 17:18:56','','Dinner','','publish','closed','closed','','dinner','','','2017-11-08 17:44:02','2017-11-08 17:44:02','',0,'http://www.pomegranateonmain.com/?p=545',3,'nav_menu_item','',0),(546,1,'2017-07-19 17:18:56','2017-07-19 17:18:56','','Lunch','','publish','closed','closed','','lunch','','','2017-11-08 17:44:02','2017-11-08 17:44:02','',0,'http://www.pomegranateonmain.com/?p=546',4,'nav_menu_item','',0),(547,1,'2017-07-19 17:18:56','2017-07-19 17:18:56','','Beverage','','publish','closed','closed','','beverage','','','2017-11-08 17:44:02','2017-11-08 17:44:02','',0,'http://www.pomegranateonmain.com/?p=547',5,'nav_menu_item','',0),(549,1,'2017-07-19 17:18:56','2017-07-19 17:18:56',' ','','','publish','closed','closed','','549','','','2017-11-08 17:44:02','2017-11-08 17:44:02','',0,'http://www.pomegranateonmain.com/?p=549',7,'nav_menu_item','',0),(550,1,'2017-07-19 17:18:56','2017-07-19 17:18:56',' ','','','publish','closed','closed','','550','','','2017-11-08 17:44:02','2017-11-08 17:44:02','',0,'http://www.pomegranateonmain.com/?p=550',8,'nav_menu_item','',0),(551,1,'2017-07-19 17:18:56','2017-07-19 17:18:56',' ','','','publish','closed','closed','','551','','','2017-11-08 17:44:02','2017-11-08 17:44:02','',0,'http://www.pomegranateonmain.com/?p=551',9,'nav_menu_item','',0),(552,1,'2017-07-19 17:18:56','2017-07-19 17:18:56',' ','','','publish','closed','closed','','552','','','2017-11-08 17:44:02','2017-11-08 17:44:02','',0,'http://www.pomegranateonmain.com/?p=552',10,'nav_menu_item','',0),(553,1,'2017-07-19 17:18:56','2017-07-19 17:18:56','','Contact','','publish','closed','closed','','contact','','','2017-11-08 17:44:02','2017-11-08 17:44:02','',0,'http://www.pomegranateonmain.com/?p=553',12,'nav_menu_item','',0),(554,1,'2017-07-19 17:18:56','2017-07-19 17:18:56','','Our Service','','publish','closed','closed','','our-service','','','2017-11-08 17:44:02','2017-11-08 17:44:02','',0,'http://www.pomegranateonmain.com/?p=554',6,'nav_menu_item','',0),(556,1,'2017-08-11 15:11:07','2017-08-11 15:11:07','','Tile Background','','inherit','closed','closed','','pom-blue-bg','','','2017-08-11 15:11:27','2017-08-11 15:11:27','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pom-blue-bg.jpg',0,'attachment','image/jpeg',0),(557,1,'2017-08-11 15:11:34','2017-08-11 15:11:34','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE OUR MENU\" link=\"http://www.pomegranateonmain.com/our-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"556\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-08-11 15:11:34','2017-08-11 15:11:34','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(558,1,'2017-08-11 15:15:48','2017-08-11 15:15:48','','Tile Background','','inherit','closed','closed','','pom-blue-bg2','','','2017-08-11 15:16:05','2017-08-11 15:16:05','',177,'http://www.pomegranateonmain.com/wp-content/uploads/2014/12/pom-blue-bg2.jpg',0,'attachment','image/jpeg',0),(559,1,'2017-08-11 15:17:13','2017-08-11 15:17:13','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"SEE OUR MENU\" link=\"http://www.pomegranateonmain.com/our-menu/\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"558\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2017-08-11 15:17:13','2017-08-11 15:17:13','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(561,1,'2017-08-11 15:21:33','2017-08-11 15:21:33','[vc_row inner_shadow=\"shadow\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/pom-menu-all.pdf\" title=\"Pomegranate on Main Menu\"][/vc_column_text][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-revision-v1','','','2017-08-11 15:21:33','2017-08-11 15:21:33','',512,'http://www.pomegranateonmain.com/uncategorized/512-revision-v1/',0,'revision','',0),(562,1,'2017-08-11 15:35:00','2017-08-11 15:35:00','[vc_row text_shadow=\"shadow\" inner_shadow=\"shadow\" width=\"no-padded\" overlay_opacity=\"0.2\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/pom-menu-all.pdf\" title=\"Pomegranate on Main Menu\"][/vc_column_text][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-revision-v1','','','2017-08-11 15:35:00','2017-08-11 15:35:00','',512,'http://www.pomegranateonmain.com/uncategorized/512-revision-v1/',0,'revision','',0),(563,1,'2017-08-11 15:35:31','2017-08-11 15:35:31','[vc_row text_shadow=\"shadow\" inner_shadow=\"shadow\" width=\"no-padded\" overlay_opacity=\"0.3\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/pom-menu-all.pdf\" title=\"Pomegranate on Main Menu\"][/vc_column_text][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-revision-v1','','','2017-08-11 15:35:31','2017-08-11 15:35:31','',512,'http://www.pomegranateonmain.com/uncategorized/512-revision-v1/',0,'revision','',0),(564,1,'2017-08-11 15:37:12','2017-08-11 15:37:12','[vc_row text_shadow=\"shadow\" inner_shadow=\"shadow\" width=\"no-padded\" overlay_opacity=\"0.3\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"180\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/pom-menu-all.pdf\" title=\"Pomegranate on Main Menu\"][/vc_column_text][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-revision-v1','','','2017-08-11 15:37:12','2017-08-11 15:37:12','',512,'http://www.pomegranateonmain.com/uncategorized/512-revision-v1/',0,'revision','',0),(565,1,'2017-08-11 15:38:19','2017-08-11 15:38:19','[vc_row text_shadow=\"shadow\" inner_shadow=\"shadow\" width=\"no-padded\" overlay_opacity=\"0.3\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_single_image image=\"152\" link_type=\"no-link\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2017/06/pom-menu-all.pdf\" title=\"Pomegranate on Main Menu\"][/vc_column_text][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-revision-v1','','','2017-08-11 15:38:19','2017-08-11 15:38:19','',512,'http://www.pomegranateonmain.com/uncategorized/512-revision-v1/',0,'revision','',0),(567,1,'2017-11-08 17:39:59','2017-11-08 17:39:59',' ','','','publish','closed','closed','','567','','','2017-11-08 17:44:02','2017-11-08 17:44:02','',0,'http://www.pomegranateonmain.com/?p=567',11,'nav_menu_item','',0),(569,2,'2021-04-22 18:16:25','2021-04-22 18:16:25','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"ORDER ONLINE\" link=\"https://pomegranateonmain.hrpos.heartland.us/menu\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"558\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\n\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image_size=\"auto\"][vc_column width=\"1/1\"][vc_video src=\"https://youtu.be/tBieRGWUqRQ\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-autosave-v1','','','2021-04-22 18:16:25','2021-04-22 18:16:25','',177,'http://www.pomegranateonmain.com/uncategorized/177-autosave-v1/',0,'revision','',0),(570,2,'2021-01-04 17:32:43','2021-01-04 17:32:43','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"ORDER ONLINE\" link=\"https://pomegranateonmain.hrpos.heartland.us/menu\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"558\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2021-01-04 17:32:43','2021-01-04 17:32:43','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(572,2,'2021-04-16 13:41:23','2021-04-16 13:41:23','[vc_row][vc_column width=\"1/1\"][vc_video src=\"https://youtu.be/tBieRGWUqRQ\"][/vc_column][/vc_row]','Explore Persian Cuisine','','publish','closed','closed','','explore-persian-cuisine','','','2021-04-16 13:41:24','2021-04-16 13:41:24','',0,'http://www.pomegranateonmain.com/?page_id=572',0,'page','',0),(573,2,'2021-04-13 14:18:09','2021-04-13 14:18:09','[vc_row][vc_column width=\"1/1\"][vc_video src=\"https://youtu.be/tBieRGWUqRQ\"][/vc_column][/vc_row]','Our Video Profile','','inherit','closed','closed','','572-revision-v1','','','2021-04-13 14:18:09','2021-04-13 14:18:09','',572,'http://www.pomegranateonmain.com/uncategorized/572-revision-v1/',0,'revision','',0),(574,2,'2021-04-16 13:39:37','2021-04-16 13:39:37','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"ORDER ONLINE\" link=\"https://pomegranateonmain.hrpos.heartland.us/menu\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"558\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_video src=\"https://youtu.be/tBieRGWUqRQ\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2021-04-16 13:39:37','2021-04-16 13:39:37','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(575,2,'2021-04-16 13:40:42','2021-04-16 13:40:42','[vc_row][vc_column width=\"1/1\"][vc_video src=\"https://youtu.be/tBieRGWUqRQ\"][/vc_column][/vc_row]','Explore Persian Cuisine','','inherit','closed','closed','','572-revision-v1','','','2021-04-16 13:40:42','2021-04-16 13:40:42','',572,'http://www.pomegranateonmain.com/uncategorized/572-revision-v1/',0,'revision','',0),(576,2,'2021-04-21 14:16:32','2021-04-21 14:16:32','[vc_row inner_shadow=\"shadow\" overlay_opacity=\"0.3\" background_image=\"502\" background_image_attachment=\"fixed\" background_image_parallax=\"on\" background_image_parallax_end=\"-85\"][vc_column align=\"center\" width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"130\" lg_height=\"160\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Fresh Persian Cuisine[/heading][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]An Experience To Savor[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"0\" scroll_animation_delay=\"0.3\"][divider background_colour=\"#FFFFF\"][button type=\"warning\" size=\"lg\" label=\"BOOK A TABLE\" link=\"#book\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][button type=\"warning\" size=\"lg\" label=\"ORDER ONLINE\" link=\"https://pomegranateonmain.hrpos.heartland.us/menu\" icon_position=\"right\" margin_left=\"10\" margin_right=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\" extra_classes=\"btn-header\"][divider background_colour=\"#FFFFF\" xs_height=\"50\" sm_height=\"100\" md_height=\"100\" lg_height=\"100\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"5/12\"][heading header_align=\"center\" margin_top=\"30\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Healthy & Fresh[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Experience the refreshingly subtle, yet flavorful, Persian cuisine by dining with us at Pomegranate on Main. All of our menu items are prepared fresh daily using traditional recipes made with fresh ingredients. Persian cuisine requires the balance of flavors like pairing sweet pomegranate with earthy walnut to make the Fesenjan stew or lentils with raisins in the delicately prepared basmati rice. All entrees are gluten-free with various vegetarian options.[/vc_column_text][/vc_column][vc_column align=\"center\" width=\"7/12\"][vc_single_image image=\"311\" link_type=\"no-link\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeInRight\" scroll_animation_delay=\"0.5\"][/vc_column][/vc_row][vc_row background_image=\"558\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/4\"][/vc_column][vc_column align=\"center\" width=\"1/2\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Bistro-style Dining In Greenville[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text text_color=\"text-light\" margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Pomegranate on Main offers a modern, inviting atmosphere with an open dining room accented by traditional Persian touches. Local artists provided the amazing one-of-a-kind pieces of art. The climate controlled outdoor patio provides a unique outdoor dining experience under a pergola and the beautiful sky![/vc_column_text][/panel][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row background_image=\"148\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/1\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Quality Ingredients Over An Open Flame[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_column_text margin_top=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"]Authentic recipes, quality ingredients, and a great environment make us hard to resist!\r\n\r\nChicken, Beef, Lamb, Shrimp, Salmon and Vegetables are charbroiled over an open flame.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"374\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.7\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"375\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"376\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"377\" image_size=\"medium\" link_type=\"no-link\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row background_image_size=\"auto\"][vc_column width=\"1/1\"][vc_video src=\"https://youtu.be/tBieRGWUqRQ\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row background_image=\"232\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/6\"][/vc_column][vc_column align=\"center\" width=\"2/3\"][panel background_colour=\"#444444\" margin_top=\"100\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.4\"][heading text_color=\"text-light\" header_type=\"h2\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Highest Rated Persian Cuisine In South Carolina[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_top=\"10\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][testimonials count=\"5\" layout=\"no-image\" randomize=\"on\" text_color=\"text-light\"][/panel][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row id=\"book\" background_image=\"140\" background_image_attachment=\"fixed\" vertical_alignment=\"middle\"][vc_column align=\"center\" width=\"1/2\"][heading header_align=\"center\" margin_top=\"80\" margin_bottom=\"0\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Book Your Table[/heading][vc_single_image image=\"157\" link_type=\"no-link\" margin_top=\"10\" margin_bottom=\"30\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.2\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"496\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.5\"][/vc_column][vc_column align=\"center\" width=\"1/4\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_single_image image=\"222\" custom_image_size=\"225x268\" link_type=\"no-link\" margin_bottom=\"0\" scroll_animation=\"fadeInLeft\" scroll_animation_delay=\"0.7\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','177-revision-v1','','','2021-04-21 14:16:32','2021-04-21 14:16:32','',177,'http://www.pomegranateonmain.com/uncategorized/177-revision-v1/',0,'revision','',0),(578,2,'2021-07-21 12:29:58','2021-07-21 12:29:58','[vc_row inner_shadow=\"shadow\" background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\n<ul>\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"4\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"7\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"2\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"6\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"12\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-autosave-v1','','','2021-07-21 12:29:58','2021-07-21 12:29:58','',196,'http://www.pomegranateonmain.com/uncategorized/196-autosave-v1/',0,'revision','',0),(579,2,'2021-07-21 12:30:58','2021-07-21 12:30:58','[vc_row inner_shadow=\"shadow\" background_image=\"255\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Lunch[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion, fresh herbs and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side Of Sliced Cucumber And/Or Tomato\" price=\"2\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Wraps[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Hummus Wrap\" description=\"house made hummus containing pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice, wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, cucumbers, parsley and Persian citrus dressing\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Salmon Wrap\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, and wrapped in a freshly baked flat bread with a mixture of Diced tomatoes, onions, pickles, parsley and Persian citrus dressing \" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chenjeh Wrap\" description=\"marinated cuts of tenderloin, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo, and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Wrap\" description=\"a juicy strip of seasoned ground chuck, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Wrap\" description=\"juicy cuts of marinated boneless chicken breast, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, mayo and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Portobello Wrap\" description=\"portobello mushroom, charbroiled and wrapped in a freshly baked flat bread with a mixture of diced tomatoes, onions, pickles, parsley, feta cheese and Persian citrus dressing \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Soltani Barg\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" description=\"cuts of tenderloin, marinated in a zesty sweet and sour Pomegranate sauce mixed with walnuts, charbroiled\" price=\"14\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood and Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"15\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Kabob\" description=\"boneless cuts of chicken breast, marinated in a lemon saffron sauce, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"360\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Salads[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Traditional\" description=\"a bed of fresh seasonal greens with tomato, cucumber, red onion served with our Persian Citrus dressing \" price=\"7\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mediterranean\" description=\"Romaine lettuce, tomato, cucumber, green pepper, red onion, Kalamata olives and feta served with our Lemon Mint Vinaigrette dressing \" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Spinach\" description=\"Spinach, romaine, tomatoes, red onion, walnuts, feta and granny smith apples served with our Pomegranate Vinaigrette\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][pricing_list][pricing_item title=\"Signature\" description=\"seasonal greens and romaine lettuce, a blend of freshly diced cucumbers, tomatoes, onions and mint, shredded cabbage and carrots, basmati rice, lentils, raisins and served with our Cumin Lime dressing\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Avocado\" description=\"Romaine lettuce, avocado, tomato, potato, and garbanzo beans served with our Rice Vinegar & Olive Oil dressing \" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]House Made Dressings[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]\r\n<ul>\r\n <li><strong>Persian Citrus dressing</strong>: fresh squeezed orange, lemon and lime juices, honey, olive oil, salt and pepper.</li>\r\n <li><strong>Cumin Lime dressing</strong>: fresh squeezed lime juice, olive oil, honey, toasted cumin seeds, rice vinegar, cilantro, salt and white pepper.</li>\r\n <li><strong>Rice Vinegar & Olive Oil</strong>: rice vinegar, olive oil, cilantro, garlic, salt and pepper. Lemon Mint Vinaigrette: fresh squeezed lemon juice, olive oil, fresh mint, honey, salt and pepper.</li>\r\n <li><strong>Pomegranate Vinaigrette</strong>: pomegranate juice, olive oil, salt, pepper, minced onion, pomegranate molasses and rice vinegar.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h3\" header_align=\"center\"]Add your favorite Kabob to any of the Salads[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Grilled Chicken Kabob\" price=\"4\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Roasted Salmon\" price=\"7\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" price=\"3\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Torsh Kabob\" price=\"7\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob\" price=\"7\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"One Barg and Koobideh Kabob\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Bademjan\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"11\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Fesenjan\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"12\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"1/2\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnut and pomegranate, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"10\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Lunch Menu','','inherit','closed','closed','','196-revision-v1','','','2021-07-21 12:30:58','2021-07-21 12:30:58','',196,'http://www.pomegranateonmain.com/uncategorized/196-revision-v1/',0,'revision','',0),(580,2,'2021-07-21 12:50:20','2021-07-21 12:50:20','[vc_row inner_shadow=\"shadow\" background_image=\"487\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"20\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\nand walnut marinade, charbroiled \" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"24\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"24\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"31\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-autosave-v1','','','2021-07-21 12:50:20','2021-07-21 12:50:20','',174,'http://www.pomegranateonmain.com/uncategorized/174-autosave-v1/',0,'revision','',0),(581,2,'2021-07-21 12:52:37','2021-07-21 12:52:37','[vc_row inner_shadow=\"shadow\" background_image=\"487\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Dinner[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Starters[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Single Starter\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"Large Starter\" price=\"8\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"DUO - Any Two Starters\" price=\"9\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"TRIO - Any Three Starters\" price=\"13\" margin_top=\"0\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"][pricing_item title=\"CHAHR - Any Four Starters\" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shirazi Salad\" description=\"freshly diced cucumbers, tomatoes, onions, mint and Persian citrus dressing\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Borani Spinach\" description=\"smooth blend of sauteed spinach, onion, yogurt and garlic\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Hummus\" description=\"Pureed chickpeas, sesame tahini, garlic, olive oil and lemon juice\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mirza Ghasemi\" description=\"rich, smokey blend of roasted eggplant, tomato and garlic \" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Khiyar\" description=\"mixture of freshly diced cucumbers, yogurt, raisins, walnuts, and fresh herbs\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Kashk Bademjan\" description=\"sauteed eggplant and onion topped, topped with Persian cream of whey, crispy fried onion and mint\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Mast Mousir\" description=\"yogurt, Persian shallot, salt and white pepper\" price=\"4.5\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Sides[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Shrimp\" description=\"add three marinated jumbo shrimp to any entree\" price=\"9\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Grilled Wings\" description=\"chicken wings marinated in a zesty lemon saffron sauce and charbroiled on skewers\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Side of Veggies\" description=\"a medley of grilled veggies as found in the Veggie kabob\" price=\"8\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Seafood & Poultry[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Roasted Salmon\" description=\"fresh filet of salmon, marinated in a traditional Persian marinade of onion and saffron, served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp Kabob\" description=\"marinated jumbo shrimp, charbroiled to perfection and served with a grilled tomato and basmati rice mixed with dill and lima beans\" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Chicken Torsh Kabob\" description=\"cuts of chicken breast, immersed in a zesty sweet and sour Pomegranate and walnut marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"20\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Saffron Chicken Kabob\" description=\"boneless cuts of chicken breast in a lemon saffron marinade, charbroiled and served with a grilled tomato and basmati cranberry rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Beef[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Beef entrees are served with Basmati rice and a grilled tomato.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Tenderloin Torsh Kabob\" description=\"cuts of tenderloin, immersed in in a zesty sweet and sour Pomegranate\r\nand walnut marinade, charbroiled \" price=\"25\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg Kabob (Tenderloin)\" description=\"tenderloin, marinated in a traditional Persian marinade of onion and saffron, and precisely charbroiled \" price=\"24\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shish Kabob\" description=\"marinated cuts of tenderloin, eggplant, Portobello mushroom, bell pepper, pineapple, zucchini, onion and tomato\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Koobideh Kabob\" description=\"ground chuck, seasoned and charbroiled \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Lamb[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Rack of Lamb\" description=\"immersed in a rosemary marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Kabob\" description=\"boneless cuts of lamb, immersed in a mint and yogurt marinade, charbroiled and served with a grilled tomato and basmati rice mixed with lentils and golden raisins\" price=\"26\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Lamb Shank\" description=\"slow cooked lamb shank, seasoned to perfection and served with a side of basmati rice mixed with dill and lima beans \" price=\"24\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"366\" background_image_attachment=\"fixed\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"super\" header_align=\"center\" margin_top=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Soltani Combinations[/heading][vc_single_image image=\"153\" link_type=\"no-link\" margin_bottom=\"80\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Lamb and Koobideh\" description=\"a combination of one Koobideh kabob and one Lamb kabob\" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Tenderloin Torsh and Koobideh\" description=\"a combination of one Koobideh kabob and one Torsh kabob \" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Barg & Saffron Chicken\" description=\"a combination of one Barg Kabob and one Chicken kabob \" price=\"30\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][pricing_list][pricing_item title=\"Barg and Koobideh\" description=\"a combination of one Koobideh kabob and one Barg kabob \" price=\"27\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Koobideh\" description=\"a combination of one Koobideh kabob and one Shrimp kabob\" price=\"28\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Shrimp and Saffron Chicken\" description=\"a combination of one Shrimp Kabob and one Chicken kabob \" price=\"31\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row background_image=\"140\"][vc_column width=\"1/1\"][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][vc_row_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Vegetarian[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text]<strong>Please Note; all Starters are Vegetarian as well.</strong>[/vc_column_text][pricing_list][pricing_item title=\"Veggie Kabob\" description=\"a medley of eggplant, tomato, Portobello mushroom, zucchini, pineapple, bell pepper and onion, seasoned and charbroiled, served with basmati rice\" price=\"17\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Bademjan Stew\" description=\"pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Vegetarian Fesenjan Stew\" description=\"a savory stew with sautéed Portobello mushrooms slow cooked in finely ground walnuts and pomegranate, served with basmati rice \" price=\"16\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][vc_column_inner width=\"2/12\"][/vc_column_inner][vc_column_inner width=\"5/12\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Stews[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][pricing_list][pricing_item title=\"Eggplant Stew (Bademjan)\" description=\"your choice of Chicken or Beef, pan fried eggplant, slow cooked in a tomato based stew, served with basmati rice\" price=\"18\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][pricing_item title=\"Pomegranate and Walnut Stew (Fesenjan)\" description=\"your choice of Chicken or Beef in a savory stew of finely ground walnuts and pomegranate, served with basmati rice\" price=\"19\" margin_top=\"0\" margin_bottom=\"40\" scroll_animation=\"fadeIn\"][/pricing_list][/vc_column_inner][/vc_row_inner][divider background_colour=\"#FFFFF\" xs_height=\"80\" sm_height=\"80\" md_height=\"80\" lg_height=\"80\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][heading header_type=\"h2\" header_size=\"big\" header_align=\"center\" margin_bottom=\"0\" scroll_animation=\"fadeIn\"]Make A Reservation[/heading][vc_single_image image=\"152\" link_type=\"no-link\" margin_top=\"152\" margin_bottom=\"152\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_widget_sidebar sidebar_id=\"reservation-sidebar\"][/vc_column][/vc_row]','Dinner Menu','','inherit','closed','closed','','174-revision-v1','','','2021-07-21 12:52:37','2021-07-21 12:52:37','',174,'http://www.pomegranateonmain.com/uncategorized/174-revision-v1/',0,'revision','',0),(582,2,'2021-07-21 13:55:36','2021-07-21 13:55:36','','All Menus Website','','inherit','closed','closed','','all-menus-website','','','2021-07-21 13:55:36','2021-07-21 13:55:36','',0,'http://www.pomegranateonmain.com/wp-content/uploads/2021/07/All-Menus-Website.pdf',0,'attachment','application/pdf',0),(584,2,'2021-07-21 13:57:18','2021-07-21 13:57:18','[vc_row text_shadow=\"shadow\" inner_shadow=\"shadow\" width=\"no-padded\" overlay_opacity=\"0.3\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_single_image image=\"152\" link_type=\"no-link\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2021/07/All-Menus-Website.pdf\" title=\"Pomegranate on Main Menu\"][/vc_column_text][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-autosave-v1','','','2021-07-21 13:57:18','2021-07-21 13:57:18','',512,'http://www.pomegranateonmain.com/uncategorized/512-autosave-v1/',0,'revision','',0),(585,2,'2021-07-21 13:57:36','2021-07-21 13:57:36','[vc_row text_shadow=\"shadow\" inner_shadow=\"shadow\" width=\"no-padded\" overlay_opacity=\"0.3\" background_image=\"502\" background_position_vertical=\"10\" background_image_parallax=\"on\"][vc_column align=\"center\" width=\"1/1\"][heading text_color=\"text-light\" header_size=\"hyper\" header_align=\"center\" margin_top=\"190\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.1\"]Our Menu[/heading][vc_single_image image=\"154\" link_type=\"no-link\" margin_bottom=\"100\" scroll_animation=\"fadeIn\" scroll_animation_delay=\"0.3\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][vc_single_image image=\"152\" link_type=\"no-link\" scroll_animation=\"fadeIn\" extra_classes=\"block text-center\"][vc_column_text][pdf-embedder url=\"http://www.pomegranateonmain.com/wp-content/uploads/2021/07/All-Menus-Website.pdf\" title=\"Pomegranate on Main Menu\"][/vc_column_text][/vc_column][/vc_row]','Our Menu','','inherit','closed','closed','','512-revision-v1','','','2021-07-21 13:57:36','2021-07-21 13:57:36','',512,'http://www.pomegranateonmain.com/uncategorized/512-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `params` longtext NOT NULL, `advanced` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (171,2,0),(172,2,0),(173,2,0),(209,3,0),(210,3,0),(211,3,0),(212,3,0),(213,3,0),(214,3,0),(215,3,0),(216,3,0),(217,3,0),(218,3,0),(219,3,0),(227,2,0),(229,2,0),(539,3,0),(543,4,0),(544,4,0),(545,4,0),(546,4,0),(547,4,0),(549,4,0),(550,4,0),(551,4,0),(552,4,0),(553,4,0),(554,4,0),(567,4,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'oxy_testimonial_group','',0,5),(3,3,'nav_menu','',0,12),(4,4,'nav_menu','',0,12); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'dinner','dinner',0),(3,'Main','main',0),(4,'MainMenu','mainmenu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=60 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','Pomegranate'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers','vc_pointers_backend_editor'),(14,1,'show_welcome_panel','1'),(16,1,'wp_dashboard_quick_press_last_post_id','571'),(17,1,'wp_user-settings','libraryContent=browse&edit_element_vcUIPanelWidth=645&edit_element_vcUIPanelLeft=497px&edit_element_vcUIPanelTop=81px&editor=tinymce&woosidebarsshowadvanced=1&hidetb=1&imgsize=medium&align=left'),(18,1,'wp_user-settings-time','1502464891'),(19,1,'nav_menu_recently_edited','4'),(20,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(21,1,'metaboxhidden_nav-menus','a:15:{i:0;s:25:\"add-post-type-oxy_service\";i:1;s:29:\"add-post-type-oxy_testimonial\";i:2;s:23:\"add-post-type-oxy_staff\";i:3;s:33:\"add-post-type-oxy_portfolio_image\";i:4;s:27:\"add-post-type-oxy_mega_menu\";i:5;s:30:\"add-post-type-oxy_mega_columns\";i:6;s:23:\"add-post-type-oxy_modal\";i:7;s:23:\"add-post-type-oxy_stack\";i:8;s:12:\"add-post_tag\";i:9;s:15:\"add-post_format\";i:10;s:25:\"add-oxy_testimonial_group\";i:11;s:24:\"add-oxy_staff_department\";i:12;s:28:\"add-oxy_portfolio_categories\";i:13;s:28:\"add-oxy_slideshow_categories\";i:14;s:24:\"add-oxy_service_category\";}'),(22,1,'closedpostboxes_page','a:3:{i:0;s:12:\"revisionsdiv\";i:1;s:21:\"mymetabox_revslider_0\";i:2;s:16:\"page_footer_show\";}'),(23,1,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(24,1,'closedpostboxes_sidebar','a:1:{i:0;s:21:\"mymetabox_revslider_0\";}'),(25,1,'metaboxhidden_sidebar','a:1:{i:0;s:7:\"slugdiv\";}'),(26,1,'closedpostboxes_oxy_stack','a:17:{i:0;s:21:\"mymetabox_revslider_0\";i:1;s:14:\"typography-box\";i:2;s:19:\"heading-weights-box\";i:3;s:8:\"blog-box\";i:4;s:14:\"blockquote-box\";i:5;s:8:\"lead-box\";i:6;s:14:\"navigation-box\";i:7;s:16:\"body-text-colors\";i:8;s:17:\"background-colors\";i:9;s:11:\"top-bar-box\";i:10;s:10:\"footer-box\";i:11;s:14:\"sub-footer-box\";i:12;s:9:\"forms-box\";i:13;s:11:\"context-box\";i:14;s:14:\"components-box\";i:15;s:8:\"misc-box\";i:16;s:17:\"oxy-stack-imp-exp\";}'),(27,1,'metaboxhidden_oxy_stack','a:1:{i:0;s:7:\"slugdiv\";}'),(28,1,'meta-box-order_page','a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:112:\"wpb_visual_composer,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,mymetabox_revslider_0\";s:8:\"advanced\";s:130:\"page_footer_show,override_page_header,page_header_show,page_header_heading,page_header_section,page_bullet_nav,page_site_overrides\";}'),(29,1,'screen_layout_page','2'),(31,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"108.213.193.0\";}'),(32,1,'session_tokens','a:1:{s:64:\"7c3832fb38ffeea8d3cf55d9edc9de0d210f3318d368c62607d72fcb19d1d4eb\";a:4:{s:10:\"expiration\";i:1629992552;s:2:\"ip\";s:15:\"108.213.193.151\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0\";s:5:\"login\";i:1629819752;}}'),(33,1,'wp_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:559:\"To make sure all the links in your texts are counted, we need to analyze all your texts.\n All you have to do is press the following button and we\'ll go through all your texts for you.\n \n <button type=\"button\" id=\"noticeRunLinkIndex\" class=\"button\">Count links</button>\n \n The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your <a href=\"https://yoa.st/15m?utm_content=5.1\" target=\"_blank\">internal linking</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-reindex-links\";s:5:\"nonce\";s:10:\"99f8ca1615\";s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:322:\"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.<br/>We have detected that you have not finished this wizard yet, so we recommend you to <a href=\"http://www.pomegranateonmain.com/wp-admin/?page=wpseo_configurator\">start the configuration wizard to configure Yoast SEO</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:31:\"wpseo-dismiss-onboarding-notice\";s:5:\"nonce\";s:10:\"e6e6707e4f\";s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:175:\"Don\'t miss your crawl errors: <a href=\"http://www.pomegranateonmain.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:3;a:2:{s:7:\"message\";s:787:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?utm_content=5.7.1\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=5.7.1\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=5.7.1\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://www.pomegranateonmain.com/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(34,1,'wp_yoast_promo_hide_premium_upsell_admin_block','1'),(35,1,'wpseo-upsell-notice','seen'),(36,1,'wpseo-dismiss-onboarding-notice','seen'),(37,1,'wpseo-reindex-links','seen'),(38,1,'wpseo-dismiss-gsc','seen'),(39,2,'nickname','Paige'),(40,2,'first_name','Paige'),(41,2,'last_name','Robinson'),(42,2,'description',''),(43,2,'rich_editing','true'),(44,2,'comment_shortcuts','false'),(45,2,'admin_color','fresh'),(46,2,'use_ssl','0'),(47,2,'show_admin_bar_front','true'),(48,2,'locale',''),(49,2,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(50,2,'wp_user_level','7'),(51,2,'_yoast_wpseo_profile_updated','1510162962'),(52,2,'dismissed_wp_pointers','vc_pointers_backend_editor,vc_pointers_frontend_editor'),(53,2,'default_password_nag',''),(55,2,'wp_dashboard_quick_press_last_post_id','577'),(56,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"144.253.2.0\";}'),(57,2,'wp_user-settings','editor=tinymce&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=652px&edit_element_vcUIPanelTop=74px'),(58,2,'wp_user-settings-time','1612275526'),(59,2,'session_tokens','a:1:{s:64:\"6cb20088973bdd8e58284cf0e1d874156832f23436d851a0bf9161f018bd05cb\";a:4:{s:10:\"expiration\";i:1627042693;s:2:\"ip\";s:13:\"144.253.2.246\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36\";s:5:\"login\";i:1626869893;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) 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(11) 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=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'Pomegranate','$P$BbjW8dcV1uZbAotu9lcptkM5SMqV25.','pomegranate','chris@mainstreetwebmarketing.com','','2017-03-08 21:15:25','',0,'Pomegranate'),(2,'Paige','$P$BYhpFGEIlYlUiz2RSJACLbJM22wfUL1','paige','Paige@subwaysc.com','','2017-11-08 17:42:42','',0,'Paige Robinson'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_links` -- DROP TABLE IF EXISTS `wp_yoast_seo_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `target_post_id` bigint(20) unsigned NOT NULL, `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_links` -- LOCK TABLES `wp_yoast_seo_links` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_links` VALUES (5,'https://pomegranateonmain.hrpos.heartland.us/menu',177,0,'external'),(6,'http://www.pomegranateonmain.com/wp-content/uploads/2021/07/All-Menus-Website.pdf',512,0,'internal'); /*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_meta` -- DROP TABLE IF EXISTS `wp_yoast_seo_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_meta` ( `object_id` bigint(20) unsigned NOT NULL, `internal_link_count` int(10) unsigned DEFAULT NULL, `incoming_link_count` int(10) unsigned DEFAULT NULL, UNIQUE KEY `object_id` (`object_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_meta` -- LOCK TABLES `wp_yoast_seo_meta` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_meta` VALUES (174,0,0),(177,0,0),(196,0,0),(512,1,0),(548,0,0),(560,0,0),(566,0,0),(568,0,0),(571,0,0),(572,0,0),(577,0,0),(583,0,0),(586,0,0); /*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'pommainst' -- /*!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 2021-10-31 6:21:53