0byt3m1n1
Path:
/
data
/
23
/
2
/
120
/
102
/
2283917
/
meta
/
2509584
/
mysql.backup
/
[
Home
]
File: 1_0322163_7.mysqlcluster20.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster20 Database: 1_0322163_7 -- ------------------------------------------------------ -- Server version 5.6.34-79.1-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_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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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 COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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 */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2016-06-23 15:23:45','2016-06-23 15:23:45','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=327 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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://daviddelk.net/band','yes'),(2,'home','http://daviddelk.net/band','yes'),(3,'blogname','band','yes'),(4,'blogdescription','Cool music for every event','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','david@abcrental.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','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:220:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:39:\"rtb-booking/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"rtb-booking/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"rtb-booking/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"rtb-booking/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"rtb-booking/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"rtb-booking/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"rtb-booking/([^/]+)/embed/?$\";s:44:\"index.php?rtb-booking=$matches[1]&embed=true\";s:32:\"rtb-booking/([^/]+)/trackback/?$\";s:38:\"index.php?rtb-booking=$matches[1]&tb=1\";s:40:\"rtb-booking/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?rtb-booking=$matches[1]&paged=$matches[2]\";s:47:\"rtb-booking/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?rtb-booking=$matches[1]&cpage=$matches[2]\";s:36:\"rtb-booking/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?rtb-booking=$matches[1]&page=$matches[2]\";s:28:\"rtb-booking/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"rtb-booking/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"rtb-booking/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"rtb-booking/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"rtb-booking/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"rtb-booking/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:48:\"index.php?tpath_portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:42:\"index.php?tpath_portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tpath_portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?tpath_portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?tpath_portfolio=$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:61:\"portfolio-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?portfolio_categories=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?portfolio_categories=$matches[1]&feed=$matches[2]\";s:37:\"portfolio-categories/([^/]+)/embed/?$\";s:53:\"index.php?portfolio_categories=$matches[1]&embed=true\";s:49:\"portfolio-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?portfolio_categories=$matches[1]&paged=$matches[2]\";s:31:\"portfolio-categories/([^/]+)/?$\";s:42:\"index.php?portfolio_categories=$matches[1]\";s:57:\"portfolio-skills/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:52:\"portfolio-skills/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:33:\"portfolio-skills/([^/]+)/embed/?$\";s:49:\"index.php?portfolio_skills=$matches[1]&embed=true\";s:45:\"portfolio-skills/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?portfolio_skills=$matches[1]&paged=$matches[2]\";s:27:\"portfolio-skills/([^/]+)/?$\";s:38:\"index.php?portfolio_skills=$matches[1]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:50:\"index.php?tpath_testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:44:\"index.php?tpath_testimonial=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?tpath_testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?tpath_testimonial=$matches[1]&cpage=$matches[2]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?tpath_testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"authors/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?testimonial_categories=$matches[1]&feed=$matches[2]\";s:43:\"authors/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?testimonial_categories=$matches[1]&feed=$matches[2]\";s:24:\"authors/([^/]+)/embed/?$\";s:55:\"index.php?testimonial_categories=$matches[1]&embed=true\";s:36:\"authors/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?testimonial_categories=$matches[1]&paged=$matches[2]\";s:18:\"authors/([^/]+)/?$\";s:44:\"index.php?testimonial_categories=$matches[1]\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:50:\"index.php?tpath_team_member=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:44:\"index.php?tpath_team_member=$matches[1]&tb=1\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?tpath_team_member=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?tpath_team_member=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?tpath_team_member=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"members/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?team_member_categories=$matches[1]&feed=$matches[2]\";s:43:\"members/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?team_member_categories=$matches[1]&feed=$matches[2]\";s:24:\"members/([^/]+)/embed/?$\";s:55:\"index.php?team_member_categories=$matches[1]&embed=true\";s:36:\"members/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?team_member_categories=$matches[1]&paged=$matches[2]\";s:18:\"members/([^/]+)/?$\";s:44:\"index.php?team_member_categories=$matches[1]\";s:34:\"client/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"client/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"client/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"client/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"client/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"client/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"client/([^/]+)/embed/?$\";s:46:\"index.php?tpath_clients=$matches[1]&embed=true\";s:27:\"client/([^/]+)/trackback/?$\";s:40:\"index.php?tpath_clients=$matches[1]&tb=1\";s:35:\"client/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?tpath_clients=$matches[1]&paged=$matches[2]\";s:42:\"client/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?tpath_clients=$matches[1]&cpage=$matches[2]\";s:31:\"client/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?tpath_clients=$matches[1]&page=$matches[2]\";s:23:\"client/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"client/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"client/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"client/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"client/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"client/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"clients/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?client_categories=$matches[1]&feed=$matches[2]\";s:43:\"clients/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?client_categories=$matches[1]&feed=$matches[2]\";s:24:\"clients/([^/]+)/embed/?$\";s:50:\"index.php?client_categories=$matches[1]&embed=true\";s:36:\"clients/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?client_categories=$matches[1]&paged=$matches[2]\";s:18:\"clients/([^/]+)/?$\";s:39:\"index.php?client_categories=$matches[1]\";s:34:\"stores/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"stores/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"stores/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"stores/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"stores/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"stores/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"stores/([^/]+)/embed/?$\";s:45:\"index.php?tpath_stores=$matches[1]&embed=true\";s:27:\"stores/([^/]+)/trackback/?$\";s:39:\"index.php?tpath_stores=$matches[1]&tb=1\";s:35:\"stores/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?tpath_stores=$matches[1]&paged=$matches[2]\";s:42:\"stores/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?tpath_stores=$matches[1]&cpage=$matches[2]\";s:31:\"stores/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?tpath_stores=$matches[1]&page=$matches[2]\";s:23:\"stores/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"stores/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"stores/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"stores/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"stores/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"stores/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?store_types=$matches[1]&feed=$matches[2]\";s:41:\"types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?store_types=$matches[1]&feed=$matches[2]\";s:22:\"types/([^/]+)/embed/?$\";s:44:\"index.php?store_types=$matches[1]&embed=true\";s:34:\"types/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?store_types=$matches[1]&paged=$matches[2]\";s:16:\"types/([^/]+)/?$\";s:33:\"index.php?store_types=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s: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=129&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:3:{i:0;s:27:\"js_composer/js_composer.php\";i:1;s:51:\"restaurant-reservations/restaurant-reservations.php\";i:2;s:31:\"template-core/template-core.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:2:{i:0;s:98:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/themes/buffalo/style.css\";i:1;s:0:\"\";}','no'),(40,'template','twentysixteen','yes'),(41,'stylesheet','buffalo','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','36686','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','129','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','36686','yes'),(92,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:\"manage_bookings\";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:\"manage_bookings\";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:19:\"rtb_booking_manager\";a:2:{s:4:\"name\";s:15:\"Booking Manager\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:15:\"manage_bookings\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'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'),(95,'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'),(96,'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'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"primary\";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:12:\"header-right\";N;s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:4:{i:1491534098;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:1491535426;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:1491536169;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(117,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"david@abcrental.com\";s:7:\"version\";s:5:\"4.5.7\";s:9:\"timestamp\";i:1491501195;}','yes'),(138,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1489978910;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(139,'current_theme','Buffalo','yes'),(140,'theme_mods_buffalo','a:199:{i:0;b:0;s:18:\"tpath_demo_content\";s:104:\"http://themexlab.com/buffalo/wp-admin/themes.php?page=tpath_options&import_demo=true&import_content=true\";s:24:\"tpath_demo_theme_options\";s:104:\"http://themexlab.com/buffalo/wp-admin/themes.php?page=tpath_options&import_demo=true&import_options=true\";s:25:\"tpath_disable_page_loader\";i:0;s:13:\"tpath_favicon\";s:0:\"\";s:23:\"tpath_apple_iphone_icon\";s:0:\"\";s:30:\"tpath_apple_iphone_retina_icon\";s:0:\"\";s:21:\"tpath_apple_ipad_icon\";s:0:\"\";s:28:\"tpath_apple_ipad_retina_icon\";s:0:\"\";s:23:\"tpath_enable_responsive\";i:1;s:16:\"tpath_custom_css\";s:0:\"\";s:19:\"tpath_sticky_header\";s:1:\"1\";s:27:\"tpath_enable_cart_in_header\";i:0;s:17:\"tpath_header_info\";s:40:\"<h3 style=\'margin: 0;\'>Menu Options</h3>\";s:21:\"tpath_header_bg_image\";s:0:\"\";s:22:\"tpath_header_bg_repeat\";s:6:\"repeat\";s:20:\"tpath_header_bg_full\";i:0;s:24:\"tpath_header_parallax_bg\";i:0;s:10:\"tpath_logo\";s:0:\"\";s:15:\"tpath_logo_text\";s:0:\"\";s:22:\"tpath_logo_font_styles\";a:5:{s:4:\"size\";s:4:\"50px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"500\";s:5:\"color\";s:7:\"#2e2e2e\";}s:16:\"tpath_logo_align\";s:6:\"center\";s:24:\"tpath_header_padding_top\";s:0:\"\";s:27:\"tpath_header_padding_bottom\";s:0:\"\";s:25:\"tpath_header_padding_left\";s:0:\"\";s:26:\"tpath_header_padding_right\";s:0:\"\";s:15:\"tpath_menu_type\";s:8:\"standard\";s:25:\"tpath_dropdown_menu_width\";s:5:\"220px\";s:18:\"tpath_theme_layout\";s:9:\"fullwidth\";s:12:\"tpath_layout\";s:7:\"one-col\";s:26:\"tpath_fullwidth_site_width\";s:4:\"1200\";s:22:\"tpath_boxed_site_width\";s:4:\"1200\";s:17:\"tpath_footer_info\";s:42:\"<h3 style=\'margin: 0;\'>Copyright Area</h3>\";s:27:\"tpath_footer_widgets_enable\";s:1:\"1\";s:26:\"tpath_footer_widget_layout\";s:1:\"4\";s:21:\"tpath_footer_bg_image\";s:0:\"\";s:22:\"tpath_footer_bg_repeat\";s:6:\"repeat\";s:20:\"tpath_footer_bg_full\";i:0;s:31:\"tpath_footer_widget_padding_top\";s:0:\"\";s:34:\"tpath_footer_widget_padding_bottom\";s:0:\"\";s:32:\"tpath_footer_widget_padding_left\";s:0:\"\";s:33:\"tpath_footer_widget_padding_right\";s:0:\"\";s:24:\"tpath_footer_padding_top\";s:0:\"\";s:27:\"tpath_footer_padding_bottom\";s:0:\"\";s:25:\"tpath_footer_padding_left\";s:0:\"\";s:26:\"tpath_footer_padding_right\";s:0:\"\";s:20:\"tpath_copyright_text\";s:0:\"\";s:21:\"tpath_background_info\";s:54:\"<h3 style=\'margin: 0;\'>Sidebar Background Options</h3>\";s:19:\"tpath_body_bg_image\";s:0:\"\";s:20:\"tpath_body_bg_repeat\";s:6:\"repeat\";s:24:\"tpath_body_bg_attachment\";s:5:\"fixed\";s:18:\"tpath_body_bg_full\";i:0;s:28:\"tpath_enable_content_full_bg\";i:1;s:30:\"tpath_primary_content_bg_image\";s:0:\"\";s:31:\"tpath_primary_content_bg_repeat\";s:6:\"repeat\";s:29:\"tpath_primary_content_bg_full\";i:0;s:32:\"tpath_primary_content_min_height\";s:5:\"300px\";s:30:\"tpath_primary_sidebar_bg_image\";s:0:\"\";s:31:\"tpath_primary_sidebar_bg_repeat\";s:6:\"repeat\";s:29:\"tpath_primary_sidebar_bg_full\";i:0;s:24:\"tpath_custom_colors_info\";s:39:\"<h3 style=\'margin: 0;\'>Menu Colors</h3>\";s:25:\"tpath_custom_scheme_color\";s:0:\"\";s:30:\"tpath_custom_scheme_color_dark\";s:0:\"\";s:16:\"tpath_link_color\";s:0:\"\";s:22:\"tpath_link_hover_color\";s:0:\"\";s:18:\"tpath_button_color\";s:0:\"\";s:25:\"tpath_button_border_color\";s:0:\"\";s:23:\"tpath_button_text_color\";s:0:\"\";s:24:\"tpath_button_hover_color\";s:0:\"\";s:31:\"tpath_button_border_hover_color\";s:0:\"\";s:29:\"tpath_button_hover_text_color\";s:0:\"\";s:19:\"tpath_body_bg_color\";s:0:\"\";s:29:\"tpath_header_background_color\";s:0:\"\";s:33:\"tpath_header_top_background_color\";s:0:\"\";s:29:\"tpath_sticky_background_color\";s:0:\"\";s:41:\"tpath_footer_widget_area_background_color\";s:0:\"\";s:29:\"tpath_footer_background_color\";s:0:\"\";s:30:\"tpath_primary_content_bg_color\";s:0:\"\";s:30:\"tpath_primary_sidebar_bg_color\";s:0:\"\";s:19:\"tpath_menu_bg_color\";s:0:\"\";s:25:\"tpath_menu_hover_bg_color\";s:0:\"\";s:27:\"tpath_menu_font_hover_color\";s:0:\"\";s:23:\"tpath_sub_menu_bg_color\";s:0:\"\";s:29:\"tpath_sub_menu_bg_hover_color\";s:0:\"\";s:31:\"tpath_sub_menu_font_hover_color\";s:0:\"\";s:15:\"tpath_body_font\";a:5:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:4:\"Lato\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:7:\"#7f7f7f\";}s:20:\"tpath_h1_font_styles\";a:5:{s:4:\"size\";s:4:\"45px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h2_font_styles\";a:5:{s:4:\"size\";s:4:\"40px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h3_font_styles\";a:5:{s:4:\"size\";s:4:\"32px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h4_font_styles\";a:5:{s:4:\"size\";s:4:\"24px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h5_font_styles\";a:5:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h6_font_styles\";a:5:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:22:\"tpath_menu_font_styles\";a:5:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:25:\"tpath_submenu_font_styles\";a:5:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:25:\"tpath_section_font_styles\";a:5:{s:4:\"size\";s:4:\"24px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:28:\"tpath_post_title_font_styles\";a:5:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:35:\"tpath_single_post_title_font_styles\";a:5:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:34:\"tpath_footer_widget_heading_styles\";a:5:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:7:\"PT Sans\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";}s:31:\"tpath_footer_widget_font_styles\";a:5:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:7:\"PT Sans\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:22:\"tpath_social_icon_type\";s:6:\"circle\";s:19:\"tpath_facebook_link\";s:1:\"#\";s:18:\"tpath_twitter_link\";s:1:\"#\";s:19:\"tpath_linkedin_link\";s:0:\"\";s:20:\"tpath_pinterest_link\";s:0:\"\";s:21:\"tpath_googleplus_link\";s:1:\"#\";s:18:\"tpath_youtube_link\";s:1:\"#\";s:14:\"tpath_rss_link\";s:0:\"\";s:17:\"tpath_tumblr_link\";s:0:\"\";s:17:\"tpath_reddit_link\";s:0:\"\";s:19:\"tpath_dribbble_link\";s:0:\"\";s:15:\"tpath_digg_link\";s:0:\"\";s:17:\"tpath_flickr_link\";s:0:\"\";s:16:\"tpath_skype_link\";s:0:\"\";s:18:\"tpath_blogger_link\";s:0:\"\";s:16:\"tpath_yahoo_link\";s:0:\"\";s:17:\"tpath_blog_layout\";s:0:\"\";s:25:\"tpath_blog_archive_layout\";s:0:\"\";s:24:\"tpath_single_post_layout\";s:0:\"\";s:15:\"tpath_blog_type\";s:4:\"list\";s:23:\"tpath_archive_blog_type\";s:4:\"list\";s:23:\"tpath_blog_grid_columns\";s:3:\"two\";s:29:\"tpath_blog_slideshow_autoplay\";s:5:\"false\";s:26:\"tpath_blog_slideshow_speed\";s:3:\"200\";s:25:\"tpath_blog_animation_type\";s:6:\"fadeUp\";s:29:\"tpath_disable_blog_pagination\";i:0;s:20:\"tpath_blog_prev_next\";i:0;s:22:\"tpath_blog_author_info\";i:1;s:25:\"tpath_blog_social_sharing\";i:0;s:19:\"tpath_blog_comments\";i:1;s:27:\"tpath_blog_post_meta_author\";i:0;s:25:\"tpath_blog_post_meta_date\";i:0;s:31:\"tpath_blog_post_meta_categories\";i:0;s:29:\"tpath_blog_post_meta_comments\";i:0;s:20:\"tpath_blog_read_more\";i:0;s:25:\"tpath_blog_read_more_text\";s:0:\"\";s:31:\"tpath_blog_excerpt_length_large\";s:3:\"100\";s:30:\"tpath_blog_excerpt_length_grid\";s:2:\"20\";s:22:\"tpath_blog_date_format\";s:6:\"d M, Y\";s:22:\"tpath_sharing_facebook\";i:0;s:21:\"tpath_sharing_twitter\";i:0;s:22:\"tpath_sharing_linkedin\";i:0;s:23:\"tpath_sharing_pinterest\";i:0;s:24:\"tpath_sharing_googleplus\";i:0;s:20:\"tpath_sharing_tumblr\";i:0;s:20:\"tpath_sharing_reddit\";i:0;s:18:\"tpath_sharing_digg\";i:0;s:19:\"tpath_sharing_email\";i:0;s:21:\"tpath_contact_heading\";s:48:\"<h3 style=\'margin: 0;\'>Contact Form Options</h3>\";s:15:\"tpath_site_name\";s:0:\"\";s:16:\"tpath_site_email\";s:0:\"\";s:14:\"tpath_site_url\";s:0:\"\";s:18:\"tpath_site_address\";s:0:\"\";s:16:\"tpath_site_phone\";s:0:\"\";s:21:\"tpath_site_fax_number\";s:0:\"\";s:29:\"tpath_show_google_map_contact\";i:1;s:15:\"tpath_gmap_type\";s:7:\"ROADMAP\";s:16:\"tpath_gmap_width\";s:4:\"100%\";s:17:\"tpath_gmap_height\";s:5:\"510px\";s:18:\"tpath_gmap_address\";s:0:\"\";s:18:\"tpath_gmap_content\";s:0:\"\";s:21:\"tpath_gmap_zoom_level\";s:2:\"12\";s:22:\"tpath_gmap_marker_icon\";s:0:\"\";s:16:\"tpath_gmap_popup\";i:0;s:22:\"tpath_gmap_scrollwheel\";i:0;s:16:\"tpath_gmap_scale\";i:0;s:22:\"tpath_gmap_zoomcontrol\";i:0;s:21:\"tpath_contact_message\";s:142:\"Fill out all required fields to send a message. You have to login to your wordpress account to post any comment. Please don\'t spam, thank you!\";s:19:\"tpath_contact_email\";s:0:\"\";s:15:\"tpath_form_name\";i:0;s:18:\"tpath_form_subject\";i:0;s:17:\"tpath_form_budget\";i:0;s:19:\"tpath_form_priority\";i:0;s:17:\"tpath_labels_name\";s:0:\"\";s:18:\"tpath_labels_email\";s:0:\"\";s:20:\"tpath_labels_subject\";s:0:\"\";s:20:\"tpath_labels_message\";s:0:\"\";s:19:\"tpath_labels_budget\";s:0:\"\";s:21:\"tpath_labels_priority\";s:0:\"\";s:9:\"of_backup\";s:0:\"\";s:11:\"of_transfer\";s:0:\"\";s:9:\"smof_init\";s:31:\"Sat, 16 May 2015 11:48:06 +0000\";s:18:\"nav_menu_locations\";a:2:{s:13:\"tpath-primary\";i:12;s:19:\"tpath-primary-right\";i:13;}s:25:\"tpath_blog_list_fullwidth\";s:2:\"no\";s:32:\"tpath_enable_social_icons_footer\";s:1:\"1\";s:20:\"tpath_instagram_link\";s:1:\"#\";s:7:\"backups\";N;s:18:\"custom_css_post_id\";i:-1;s:14:\"google_map_api\";s:0:\"\";s:18:\"tpath_color_scheme\";s:11:\"default.css\";s:35:\"tpath_blog_slideshow_autoplay_speed\";s:4:\"5000\";s:28:\"tpath_blog_animation_in_type\";s:7:\"flipInX\";s:29:\"tpath_blog_animation_out_type\";s:12:\"slideOutDown\";s:24:\"tpath_woo_archive_layout\";s:7:\"one-col\";s:23:\"tpath_woo_single_layout\";s:13:\"two-col-right\";s:23:\"tpath_woo_archive_image\";s:0:\"\";s:28:\"tpath_loop_products_per_page\";s:0:\"\";s:23:\"tpath_loop_shop_columns\";s:1:\"4\";s:28:\"tpath_related_products_count\";s:1:\"3\";s:23:\"tpath_woo_shop_ordering\";s:1:\"0\";}','yes'),(141,'theme_switched','','yes'),(142,'widget_tpath_about-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(143,'widget_tpath_testimonial-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_tpath_facebook_like-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_tpath_tweets-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_tpath_call_to_action-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_tpath_flickr_widget-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_tpath_instagram_widget-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_tpath_popular_posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(150,'widget_tpath_category_posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(151,'widget_tpath_tabs-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(152,'widget_tpath_contact_info-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(153,'shop_catalog_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";i:335;i:0;i:1;}','yes'),(157,'db_upgraded','1','yes'),(161,'recently_activated','a:0:{}','yes'),(170,'vc_version','4.11.2.1','yes'),(171,'wpb_js_composer_license_activation_notified','yes','yes'),(172,'license_key_token','1489980669|NnO5saHgmyuszP81bTDZ','yes'),(176,'fresh_site','0','yes'),(177,'category_children','a:0:{}','yes'),(178,'portfolio_categories_children','a:0:{}','yes'),(179,'portfolio_skills_children','a:0:{}','yes'),(180,'testimonial_categories_children','a:0:{}','yes'),(181,'team_member_categories_children','a:0:{}','yes'),(182,'client_categories_children','a:0:{}','yes'),(183,'store_types_children','a:0:{}','yes'),(315,'widget_rtb_booking_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(319,'_transient_is_multi_author','0','yes'),(321,'_site_transient_timeout_theme_roots','1491502915','yes'),(322,'_site_transient_theme_roots','a:3:{s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','yes'),(324,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.3.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-4.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.3\";s:7:\"version\";s:5:\"4.7.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.3.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-4.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.3\";s:7:\"version\";s:5:\"4.7.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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-4.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-4.6.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.4\";s:7:\"version\";s:5:\"4.6.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1491501194;s:15:\"version_checked\";s:5:\"4.5.7\";s:12:\"translations\";a:0:{}}','yes'),(325,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1491501199;s:7:\"checked\";a:3:{s:13:\"twentyfifteen\";s:3:\"1.5\";s:14:\"twentyfourteen\";s:3:\"1.7\";s:13:\"twentysixteen\";s:3:\"1.2\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.7.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.9.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.3.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(326,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1491501198;s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{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:3:\"3.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.3.zip\";s:6:\"tested\";s:5:\"4.7.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"restaurant-reservations/restaurant-reservations.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/restaurant-reservations\";s:4:\"slug\";s:23:\"restaurant-reservations\";s:6:\"plugin\";s:51:\"restaurant-reservations/restaurant-reservations.php\";s:11:\"new_version\";s:5:\"1.7.5\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/restaurant-reservations/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/restaurant-reservations.1.7.5.zip\";s:14:\"upgrade_notice\";s:171:\"<p>This update adds an option to require a phone, email address validation and a notification bubble showing the number of upcoming pending bookings in the admin area.</p>\";s:6:\"tested\";s:5:\"4.7.3\";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:5:\"5.0.1\";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:1:{s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}}}','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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1401 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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 (1,2,'_wp_page_template','default'),(3,35,'_wp_attached_file','2015/05/bg-image-1.jpg'),(4,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:601;s:4:\"file\";s:22:\"2015/05/bg-image-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-image-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:22:\"bg-image-1-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bg-image-1-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bg-image-1-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"bg-image-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"bg-image-1-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"bg-image-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"bg-image-1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"bg-image-1-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(5,53,'_wp_attached_file','2015/05/gallery_heading_bg.jpg'),(6,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:160;s:4:\"file\";s:30:\"2015/05/gallery_heading_bg.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"gallery_heading_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:29:\"gallery_heading_bg-300x31.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"gallery_heading_bg-768x80.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"gallery_heading_bg-1024x106.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"gallery_heading_bg-1000x160.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:30:\"gallery_heading_bg-560x160.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:30:\"gallery_heading_bg-500x160.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:30:\"gallery_heading_bg-700x160.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:30:\"gallery_heading_bg-580x160.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:160;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:{}}}'),(7,60,'_wp_attached_file','2015/05/about-img.png'),(8,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:246;s:6:\"height\";i:246;s:4:\"file\";s:21:\"2015/05/about-img.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"about-img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9,62,'_wp_attached_file','2015/05/contact_heading_bg.jpg'),(10,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:160;s:4:\"file\";s:30:\"2015/05/contact_heading_bg.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"contact_heading_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:29:\"contact_heading_bg-300x31.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"contact_heading_bg-768x80.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"contact_heading_bg-1024x106.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"contact_heading_bg-1000x160.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:30:\"contact_heading_bg-560x160.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:30:\"contact_heading_bg-500x160.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:30:\"contact_heading_bg-700x160.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:30:\"contact_heading_bg-580x160.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:160;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:{}}}'),(11,69,'_wp_attached_file','2015/05/1-white.png'),(12,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:19:\"2015/05/1-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"1-white-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;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:{}}}'),(13,71,'_wp_attached_file','2015/05/2-white.png'),(14,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:19:\"2015/05/2-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"2-white-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;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:{}}}'),(15,74,'_wp_attached_file','2015/05/3-white.png'),(16,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:19:\"2015/05/3-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"3-white-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;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:{}}}'),(17,75,'_wp_attached_file','2015/05/4-white.png'),(18,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:19:\"2015/05/4-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"4-white-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;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:{}}}'),(19,77,'_wp_attached_file','2015/05/1.png'),(20,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:13:\"2015/05/1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;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:{}}}'),(21,80,'_wp_attached_file','2015/05/2.png'),(22,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:13:\"2015/05/2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;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:{}}}'),(23,81,'_wp_attached_file','2015/05/3.png'),(24,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:13:\"2015/05/3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;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:{}}}'),(25,84,'_wp_attached_file','2015/05/4.png'),(26,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:117;s:4:\"file\";s:13:\"2015/05/4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x117.png\";s:5:\"width\";i:150;s:6:\"height\";i:117;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:{}}}'),(27,104,'_wp_attached_file','2015/05/logo2.png'),(28,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:138;s:4:\"file\";s:17:\"2015/05/logo2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo2-150x138.png\";s:5:\"width\";i:150;s:6:\"height\";i:138;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:{}}}'),(29,140,'_wp_attached_file','2015/05/10.jpg'),(30,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:800;s:4:\"file\";s:14:\"2015/05/10.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-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:14:\"10-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"10-768x773.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"10-795x490.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:14:\"10-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:14:\"10-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:14:\"10-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:14:\"10-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(31,141,'_wp_attached_file','2015/05/11.jpg'),(32,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:800;s:4:\"file\";s:14:\"2015/05/11.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-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:14:\"11-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"11-768x773.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"11-795x490.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:14:\"11-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:14:\"11-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:14:\"11-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:14:\"11-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(33,142,'_wp_attached_file','2015/05/12.jpg'),(34,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:800;s:4:\"file\";s:14:\"2015/05/12.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-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:14:\"12-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"12-768x773.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"12-795x490.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:14:\"12-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:14:\"12-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:14:\"12-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:14:\"12-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(35,155,'_wp_attached_file','2015/05/Carousel-01.jpg'),(36,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2015/05/Carousel-01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Carousel-01-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:\"Carousel-01-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;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:{}}}'),(37,156,'_wp_attached_file','2015/05/Carousel-02.jpg'),(38,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2015/05/Carousel-02.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Carousel-02-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:\"Carousel-02-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;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:{}}}'),(39,157,'_wp_attached_file','2015/05/Carousel-03.jpg'),(40,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2015/05/Carousel-03.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Carousel-03-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:\"Carousel-03-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;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:{}}}'),(41,166,'_wp_attached_file','2015/05/team-04.jpg'),(42,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:637;s:6:\"height\";i:681;s:4:\"file\";s:19:\"2015/05/team-04.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"team-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team-04-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"team-04-637x490.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"team-04-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"team-04-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"team-04-637x470.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"team-04-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:46:\"Copyright: (c) 2011, Daniel Hopper Photography\";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:{}}}'),(43,167,'_wp_attached_file','2015/05/team-03.jpg'),(44,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:637;s:6:\"height\";i:681;s:4:\"file\";s:19:\"2015/05/team-03.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"team-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team-03-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"team-03-637x490.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"team-03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"team-03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"team-03-637x470.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"team-03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:46:\"Copyright: (c) 2011, Daniel Hopper Photography\";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:{}}}'),(45,168,'_wp_attached_file','2015/05/team-02.jpg'),(46,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:637;s:6:\"height\";i:681;s:4:\"file\";s:19:\"2015/05/team-02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"team-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team-02-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"team-02-637x490.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"team-02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"team-02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"team-02-637x470.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"team-02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:46:\"Copyright: (c) 2011, Daniel Hopper Photography\";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:{}}}'),(47,170,'_wp_attached_file','2015/05/team-01.jpg'),(48,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:637;s:6:\"height\";i:681;s:4:\"file\";s:19:\"2015/05/team-01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"team-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"team-01-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"team-01-637x490.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"team-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"team-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"team-01-637x470.jpg\";s:5:\"width\";i:637;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"team-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:46:\"Copyright: (c) 2011, Daniel Hopper Photography\";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:{}}}'),(49,171,'_wp_attached_file','2015/05/testimonials-03.jpg'),(50,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2015/05/testimonials-03.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"testimonials-03-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:{}}}'),(51,172,'_wp_attached_file','2015/05/testimonials-02.jpg'),(52,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:258;s:6:\"height\";i:258;s:4:\"file\";s:27:\"2015/05/testimonials-02.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"testimonials-02-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:{}}}'),(53,173,'_wp_attached_file','2015/05/testimonials-01.jpg'),(54,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:306;s:4:\"file\";s:27:\"2015/05/testimonials-01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"testimonials-01-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:\"testimonials-01-300x300.jpg\";s:5:\"width\";i:300;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:{}}}'),(55,174,'_wp_attached_file','2015/05/portfolio-01.jpg'),(56,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-01.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-01-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:\"portfolio-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(57,175,'_wp_attached_file','2015/05/portfolio-02.jpg'),(58,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-02.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-02-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:\"portfolio-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-02-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-02-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-02-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(59,176,'_wp_attached_file','2015/05/portfolio-03.jpg'),(60,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-03.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-03-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:\"portfolio-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-03-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-03-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-03-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(61,177,'_wp_attached_file','2015/05/portfolio-04.jpg'),(62,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-04.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-04-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:\"portfolio-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-04-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-04-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-04-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-04-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-04-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-04-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(63,178,'_wp_attached_file','2015/05/portfolio-05.jpg'),(64,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-05.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-05-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:\"portfolio-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-05-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-05-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-05-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-05-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-05-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-05-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(65,179,'_wp_attached_file','2015/05/portfolio-06.jpg'),(66,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-06.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-06-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:\"portfolio-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-06-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-06-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-06-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-06-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-06-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-06-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(67,180,'_wp_attached_file','2015/05/portfolio-07.jpg'),(68,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-07.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-07-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:\"portfolio-07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-07-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-07-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-07-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-07-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-07-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-07-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(69,181,'_wp_attached_file','2015/05/portfolio-08.jpg'),(70,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2015/05/portfolio-08.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portfolio-08-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:\"portfolio-08-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"portfolio-08-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"portfolio-08-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"portfolio-08-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"portfolio-08-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"portfolio-08-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"portfolio-08-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(71,182,'_wp_attached_file','2015/05/slider-01.jpg'),(72,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2015/05/slider-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-01-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:\"slider-01-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider-01-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-01-1024x599.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"slider-01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:21:\"slider-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:21:\"slider-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:21:\"slider-01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:21:\"slider-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(73,183,'_wp_attached_file','2015/05/slider-logo.png'),(74,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:262;s:6:\"height\";i:184;s:4:\"file\";s:23:\"2015/05/slider-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"slider-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(75,184,'_wp_attached_file','2015/05/slider-02.jpg'),(76,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1860;s:6:\"height\";i:915;s:4:\"file\";s:21:\"2015/05/slider-02.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-02-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:\"slider-02-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider-02-768x378.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-02-1024x504.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"slider-02-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:21:\"slider-02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:21:\"slider-02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:21:\"slider-02-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:21:\"slider-02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(77,185,'_wp_attached_file','2015/05/slider-03.jpg'),(78,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2015/05/slider-03.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-03-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:\"slider-03-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider-03-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-03-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"slider-03-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:21:\"slider-03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:21:\"slider-03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:21:\"slider-03-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:21:\"slider-03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(79,186,'_wp_attached_file','2015/05/slider-logo1.png'),(80,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:219;s:6:\"height\";i:96;s:4:\"file\";s:24:\"2015/05/slider-logo1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"slider-logo1-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;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:{}}}'),(81,232,'_wp_attached_file','2015/05/thumb-gallery-01.jpg'),(82,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1710;s:6:\"height\";i:1140;s:4:\"file\";s:28:\"2015/05/thumb-gallery-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-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:\"thumb-gallery-01-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:\"thumb-gallery-01-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:\"thumb-gallery-01-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"thumb-gallery-01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:32:\"Photography: © 2012 Francesco T\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(83,233,'_wp_attached_file','2015/05/thumb-gallery-02.jpg'),(84,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1710;s:6:\"height\";i:1140;s:4:\"file\";s:28:\"2015/05/thumb-gallery-02.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-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:\"thumb-gallery-02-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:\"thumb-gallery-02-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:\"thumb-gallery-02-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"thumb-gallery-02-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:32:\"Photography: © 2012 Francesco T\";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:2:\"90\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,234,'_wp_attached_file','2015/05/thumb-gallery-03.jpg'),(86,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1710;s:6:\"height\";i:1140;s:4:\"file\";s:28:\"2015/05/thumb-gallery-03.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-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:\"thumb-gallery-03-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:\"thumb-gallery-03-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:\"thumb-gallery-03-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"thumb-gallery-03-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:28:\"thumb-gallery-03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:32:\"Photography: © 2012 Francesco T\";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:2:\"27\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(87,239,'_wp_attached_file','2015/05/services-header-bg.jpg'),(88,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1549;s:6:\"height\";i:160;s:4:\"file\";s:30:\"2015/05/services-header-bg.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"services-header-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:29:\"services-header-bg-300x31.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"services-header-bg-768x79.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"services-header-bg-1024x106.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"services-header-bg-1000x160.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:30:\"services-header-bg-560x160.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:30:\"services-header-bg-500x160.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:30:\"services-header-bg-700x160.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:30:\"services-header-bg-580x160.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:160;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:{}}}'),(89,294,'_wp_attached_file','2015/05/blog-01.jpg'),(90,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:19:\"2015/05/blog-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-01-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:19:\"blog-01-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:20:\"blog-01-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(91,295,'_wp_attached_file','2015/05/blog-02.jpg'),(92,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2015/05/blog-02.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-02-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:19:\"blog-02-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:20:\"blog-02-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-02-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-02-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(93,296,'_wp_attached_file','2015/05/blog-03.jpg'),(94,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:19:\"2015/05/blog-03.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-03-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:19:\"blog-03-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:20:\"blog-03-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-03-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-03-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(95,297,'_wp_attached_file','2015/05/blog-04.jpg'),(96,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-04.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-04-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:19:\"blog-04-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:20:\"blog-04-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-04-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-04-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-04-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-04-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-04-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(97,298,'_wp_attached_file','2015/05/blog-05.jpg'),(98,298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-05.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-05-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:19:\"blog-05-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:20:\"blog-05-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-05-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-05-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-05-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-05-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-05-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(99,299,'_wp_attached_file','2015/05/blog-06.jpg'),(100,299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-06.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-06-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:19:\"blog-06-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:20:\"blog-06-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-06-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-06-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-06-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-06-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-06-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(101,300,'_wp_attached_file','2015/05/blog-07.jpg'),(102,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:19:\"2015/05/blog-07.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-07-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:19:\"blog-07-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:20:\"blog-07-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-07-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-07-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-07-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-07-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-07-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(103,301,'_wp_attached_file','2015/05/blog-08.jpg'),(104,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-08.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-08-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:19:\"blog-08-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:20:\"blog-08-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-08-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-08-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-08-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-08-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-08-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(105,302,'_wp_attached_file','2015/05/blog-09.jpg'),(106,302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-09.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-09-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:19:\"blog-09-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:20:\"blog-09-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-09-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-09-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-09-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-09-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-09-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(107,308,'_wp_attached_file','2015/05/blog-10.jpg'),(108,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:4:\"file\";s:19:\"2015/05/blog-10.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-10-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-10-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-10-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-10-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-10-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-10-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-10-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-10-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(109,309,'_wp_attached_file','2015/05/blog-11.jpg'),(110,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2015/05/blog-11.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-11-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:19:\"blog-11-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:20:\"blog-11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-11-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-11-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-11-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-11-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-11-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(111,310,'_wp_attached_file','2015/05/blog-12.jpg'),(112,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1082;s:4:\"file\";s:19:\"2015/05/blog-12.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-12-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"blog-12-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"blog-12-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-12-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-12-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-12-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-12-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-12-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(113,311,'_wp_attached_file','2015/05/blog-13.jpg'),(114,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2015/05/blog-13.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-13-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:19:\"blog-13-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:20:\"blog-13-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-13-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-13-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-13-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-13-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-13-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(115,316,'_wp_attached_file','2015/05/dvi-2.jpg'),(116,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:544;s:4:\"file\";s:17:\"2015/05/dvi-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"dvi-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:17:\"dvi-2-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"dvi-2-768x271.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"dvi-2-1024x362.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"dvi-2-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"dvi-2-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"dvi-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"dvi-2-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"dvi-2-580x544.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:544;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:{}}}'),(117,319,'_wp_attached_file','2015/05/carosel-01.jpg'),(118,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:357;s:4:\"file\";s:22:\"2015/05/carosel-01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"carosel-01-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:\"carosel-01-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"carosel-01-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"carosel-01-560x357.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"carosel-01-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"carosel-01-700x357.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"carosel-01-580x357.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:357;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:{}}}'),(119,321,'_wp_attached_file','2015/05/carosel-02.jpg'),(120,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:357;s:4:\"file\";s:22:\"2015/05/carosel-02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"carosel-02-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:\"carosel-02-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"carosel-02-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"carosel-02-560x357.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"carosel-02-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"carosel-02-700x357.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"carosel-02-580x357.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:357;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:{}}}'),(121,322,'_wp_attached_file','2015/05/carosel-03.jpg'),(122,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:357;s:4:\"file\";s:22:\"2015/05/carosel-03.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"carosel-03-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:\"carosel-03-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"carosel-03-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"carosel-03-560x357.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"carosel-03-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"carosel-03-700x357.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"carosel-03-580x357.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:357;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:{}}}'),(123,324,'_wp_attached_file','2015/05/carosel-04.jpg'),(124,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:357;s:4:\"file\";s:22:\"2015/05/carosel-04.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"carosel-04-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:\"carosel-04-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"carosel-04-768x343.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"carosel-04-560x357.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"carosel-04-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"carosel-04-700x357.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"carosel-04-580x357.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:357;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:{}}}'),(125,351,'_wp_attached_file','2015/05/blog-14.jpg'),(126,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:19:\"2015/05/blog-14.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"blog-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"blog-14-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:19:\"blog-14-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:20:\"blog-14-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"blog-14-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"blog-14-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"blog-14-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"blog-14-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"blog-14-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(127,379,'_wp_attached_file','2015/05/3.jpg'),(128,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:601;s:4:\"file\";s:13:\"2015/05/3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-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:13:\"3-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"3-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:13:\"3-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:13:\"3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:13:\"3-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:13:\"3-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(129,574,'_wp_attached_file','2015/05/tiled-01.jpg'),(130,574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:250;s:4:\"file\";s:20:\"2015/05/tiled-01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-01-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:\"tiled-01-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"tiled-01-560x250.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"tiled-01-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;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:{}}}'),(131,574,'_wp_attachment_image_alt','Fish & Chips'),(132,575,'_wp_attached_file','2015/05/tiled-02.jpg'),(133,575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:840;s:4:\"file\";s:20:\"2015/05/tiled-02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-02-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:\"tiled-02-171x300.jpg\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"tiled-02-480x490.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"tiled-02-480x498.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"tiled-02-480x500.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"tiled-02-480x470.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"tiled-02-480x585.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:585;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:{}}}'),(134,575,'_wp_attachment_image_alt','Salads & Antipasto'),(135,576,'_wp_attached_file','2015/05/tiled-03.jpg'),(136,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:488;s:4:\"file\";s:20:\"2015/05/tiled-03.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-03-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:\"tiled-03-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"tiled-03-470x470.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:470;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:{}}}'),(137,576,'_wp_attachment_image_alt','Quality Meat'),(138,577,'_wp_attached_file','2015/05/tiled-04.jpg'),(139,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:428;s:4:\"file\";s:20:\"2015/05/tiled-04.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-04-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:\"tiled-04-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"tiled-04-500x428.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:428;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:{}}}'),(140,577,'_wp_attachment_image_alt','Best Wines'),(141,578,'_wp_attached_file','2015/05/tiled-05.jpg'),(142,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:428;s:4:\"file\";s:20:\"2015/05/tiled-05.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-05-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:\"tiled-05-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"tiled-05-500x428.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:428;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:{}}}'),(143,578,'_wp_attachment_image_alt','Hot Spices'),(144,579,'_wp_attached_file','2015/05/tiled-06.jpg'),(145,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:356;s:4:\"file\";s:20:\"2015/05/tiled-06.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tiled-06-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:\"tiled-06-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"tiled-06-500x356.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:356;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:{}}}'),(146,579,'_wp_attachment_image_alt','Delicious Beef'),(147,582,'_wp_attached_file','2015/05/steak-01.jpg'),(148,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2015/05/steak-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"steak-01-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:\"steak-01-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"steak-01-768x559.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"steak-01-1024x745.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:745;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"steak-01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"steak-01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"steak-01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"steak-01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"steak-01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(149,633,'_wp_attached_file','2015/06/store01.jpg'),(150,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store01.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store01-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:19:\"store01-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store01-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store01-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store01-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store01-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(151,636,'_wp_attached_file','2015/06/store02.jpg'),(152,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store02.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store02-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:19:\"store02-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store02-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store02-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store02-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store02-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(153,638,'_wp_attached_file','2015/06/store03.jpg'),(154,638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store03.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store03-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:19:\"store03-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store03-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store03-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store03-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store03-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(155,639,'_wp_attached_file','2015/06/store04.jpg'),(156,639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store04.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store04-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:19:\"store04-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store04-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store04-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store04-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store04-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store04-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(157,641,'_wp_attached_file','2015/06/store06.jpg'),(158,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store06.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store06-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:19:\"store06-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store06-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store06-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store06-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store06-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store06-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(159,644,'_wp_attached_file','2015/06/store07.jpg'),(160,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store07.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store07-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:19:\"store07-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store07-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store07-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store07-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store07-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store07-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(161,645,'_wp_attached_file','2015/06/store05.jpg'),(162,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store05.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store05-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:19:\"store05-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store05-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store05-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store05-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store05-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store05-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(163,647,'_wp_attached_file','2015/06/store08.jpg'),(164,647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:666;s:4:\"file\";s:19:\"2015/06/store08.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"store08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"store08-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:19:\"store08-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"store08-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"store08-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"store08-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"store08-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"store08-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(165,682,'_wp_attached_file','2015/07/fav.png'),(166,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:64;s:4:\"file\";s:15:\"2015/07/fav.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167,683,'_wp_attached_file','2015/07/apple.png'),(168,683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:144;s:4:\"file\";s:17:\"2015/07/apple.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(169,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(170,6,'_wpb_shortcodes_custom_css','.vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}.vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}.vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}'),(171,6,'_wp_page_template','template-fullwidth.php'),(172,6,'_wpb_vc_js_status','true'),(173,6,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(174,6,'_wpb_shortcodes_custom_css','.vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}.vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}.vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}'),(175,6,'slide_template','default'),(176,6,'tpath_theme_layout','default'),(177,6,'tpath_custom_logo_align','default'),(178,6,'tpath_show_page_title','no'),(179,6,'tpath_show_breadcrumbs','no'),(180,6,'tpath_page_header_image',''),(181,6,'tpath_primary_sidebar','0'),(182,6,'tpath_body_bg_image',''),(183,6,'tpath_body_bg_repeat','default'),(184,6,'tpath_body_bg_attachment','default'),(185,6,'tpath_body_bg_color',''),(186,6,'tpath_body_bg_full','0'),(187,6,'tpath_revslider_shortcode','[rev_slider homeslider]'),(188,6,'tpath_section_header_status','show'),(189,6,'tpath_section_title',''),(190,6,'tpath_section_slogan',''),(191,6,'tpath_section_padding_top',''),(192,6,'tpath_section_padding_bottom',''),(193,6,'tpath_section_header_padding',''),(194,6,'tpath_section_title_color',''),(195,6,'tpath_section_slogan_color',''),(196,6,'tpath_section_text_color',''),(197,6,'tpath_section_content_heading_color',''),(198,6,'tpath_section_bg_color',''),(199,6,'tpath_parallax_status','no'),(200,6,'tpath_parallax_bg_image',''),(201,6,'tpath_parallax_bg_repeat',''),(202,6,'tpath_parallax_bg_attachment',''),(203,6,'tpath_parallax_bg_postion',''),(204,6,'tpath_parallax_bg_size',''),(205,6,'tpath_parallax_bg_overlay','no'),(206,6,'tpath_overlay_pattern_status','no'),(207,6,'tpath_section_overlay_color',''),(208,6,'tpath_overlay_color_opacity','0'),(209,6,'tpath_parallax_additional_sections','Array'),(210,6,'tpath_parallax_additional_sections_order',''),(211,6,'vc_teaser','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:\"\";}'),(212,51,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(213,51,'_wp_page_template','default'),(214,51,'_wpb_vc_js_status','true'),(215,51,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(216,51,'slide_template','default'),(217,51,'tpath_theme_layout','default'),(218,51,'tpath_custom_logo_align','default'),(219,51,'tpath_show_page_title','yes'),(220,51,'tpath_show_breadcrumbs','yes'),(221,51,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/gallery_heading_bg.jpg'),(222,51,'tpath_primary_sidebar','0'),(223,51,'tpath_body_bg_image',''),(224,51,'tpath_body_bg_repeat','default'),(225,51,'tpath_body_bg_attachment','default'),(226,51,'tpath_body_bg_color',''),(227,51,'tpath_body_bg_full','0'),(228,51,'tpath_revslider_shortcode',''),(229,51,'tpath_section_header_status','show'),(230,51,'tpath_section_title',''),(231,51,'tpath_section_slogan',''),(232,51,'tpath_section_padding_top',''),(233,51,'tpath_section_padding_bottom',''),(234,51,'tpath_section_header_padding',''),(235,51,'tpath_section_title_color',''),(236,51,'tpath_section_slogan_color',''),(237,51,'tpath_section_text_color',''),(238,51,'tpath_section_content_heading_color',''),(239,51,'tpath_section_bg_color',''),(240,51,'tpath_parallax_status','no'),(241,51,'tpath_parallax_bg_image',''),(242,51,'tpath_parallax_bg_repeat',''),(243,51,'tpath_parallax_bg_attachment',''),(244,51,'tpath_parallax_bg_postion',''),(245,51,'tpath_parallax_bg_size',''),(246,51,'tpath_parallax_bg_overlay','no'),(247,51,'tpath_overlay_pattern_status','no'),(248,51,'tpath_section_overlay_color',''),(249,51,'tpath_overlay_color_opacity','0'),(250,51,'tpath_parallax_additional_sections','Array'),(251,51,'tpath_parallax_additional_sections_order',''),(252,51,'vc_teaser','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:\"\";}'),(253,59,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(254,59,'_wpb_shortcodes_custom_css','.vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}.vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433009424037{padding-top: 30px !important;}.vc_custom_1431795958680{background-color: #e6e6e6 !important;}.vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1432491055226{margin-top: 20px !important;}.vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1432579817315{margin-bottom: 25px !important;}'),(255,59,'_wp_page_template','default'),(256,59,'_wpb_vc_js_status','true'),(257,59,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(258,59,'slide_template','default'),(259,59,'tpath_theme_layout','default'),(260,59,'tpath_custom_logo_align','default'),(261,59,'tpath_show_page_title','yes'),(262,59,'tpath_show_breadcrumbs','yes'),(263,59,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(264,59,'tpath_primary_sidebar','0'),(265,59,'tpath_body_bg_image',''),(266,59,'tpath_body_bg_repeat','default'),(267,59,'tpath_body_bg_attachment','default'),(268,59,'tpath_body_bg_color',''),(269,59,'tpath_body_bg_full','0'),(270,59,'tpath_revslider_shortcode',''),(271,59,'tpath_section_header_status','show'),(272,59,'tpath_section_title',''),(273,59,'tpath_section_slogan',''),(274,59,'tpath_section_padding_top',''),(275,59,'tpath_section_padding_bottom',''),(276,59,'tpath_section_header_padding',''),(277,59,'tpath_section_title_color',''),(278,59,'tpath_section_slogan_color',''),(279,59,'tpath_section_text_color',''),(280,59,'tpath_section_content_heading_color',''),(281,59,'tpath_section_bg_color',''),(282,59,'tpath_parallax_status','no'),(283,59,'tpath_parallax_bg_image',''),(284,59,'tpath_parallax_bg_repeat',''),(285,59,'tpath_parallax_bg_attachment',''),(286,59,'tpath_parallax_bg_postion',''),(287,59,'tpath_parallax_bg_size',''),(288,59,'tpath_parallax_bg_overlay','no'),(289,59,'tpath_overlay_pattern_status','no'),(290,59,'tpath_section_overlay_color',''),(291,59,'tpath_overlay_color_opacity','0'),(292,59,'tpath_parallax_additional_sections','Array'),(293,59,'tpath_parallax_additional_sections_order',''),(294,59,'vc_teaser','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:\"\";}'),(295,59,'_wpb_shortcodes_custom_css','.vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}.vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433009424037{padding-top: 30px !important;}.vc_custom_1431795958680{background-color: #e6e6e6 !important;}.vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1432491055226{margin-top: 20px !important;}.vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1432579817315{margin-bottom: 25px !important;}'),(296,118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(297,118,'_wpb_shortcodes_custom_css','.vc_custom_1436554249992{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436468468804{background-color: #e6e6e6 !important;}.vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}'),(298,118,'_wp_page_template','template-fullwidth.php'),(299,118,'_wpb_vc_js_status','true'),(300,118,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(301,118,'slide_template','default'),(302,118,'tpath_theme_layout','default'),(303,118,'tpath_custom_logo_align','default'),(304,118,'tpath_show_page_title','yes'),(305,118,'tpath_show_breadcrumbs','yes'),(306,118,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(307,118,'tpath_primary_sidebar','0'),(308,118,'tpath_body_bg_image',''),(309,118,'tpath_body_bg_repeat','default'),(310,118,'tpath_body_bg_attachment','default'),(311,118,'tpath_body_bg_color',''),(312,118,'tpath_body_bg_full','0'),(313,118,'tpath_revslider_shortcode',''),(314,118,'tpath_section_header_status','show'),(315,118,'tpath_section_title',''),(316,118,'tpath_section_slogan',''),(317,118,'tpath_section_padding_top',''),(318,118,'tpath_section_padding_bottom',''),(319,118,'tpath_section_header_padding',''),(320,118,'tpath_section_title_color',''),(321,118,'tpath_section_slogan_color',''),(322,118,'tpath_section_text_color',''),(323,118,'tpath_section_content_heading_color',''),(324,118,'tpath_section_bg_color',''),(325,118,'tpath_parallax_status','no'),(326,118,'tpath_parallax_bg_image',''),(327,118,'tpath_parallax_bg_repeat',''),(328,118,'tpath_parallax_bg_attachment',''),(329,118,'tpath_parallax_bg_postion',''),(330,118,'tpath_parallax_bg_size',''),(331,118,'tpath_parallax_bg_overlay','no'),(332,118,'tpath_overlay_pattern_status','no'),(333,118,'tpath_section_overlay_color',''),(334,118,'tpath_overlay_color_opacity','0'),(335,118,'tpath_parallax_additional_sections','Array'),(336,118,'tpath_parallax_additional_sections_order',''),(337,118,'vc_teaser','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:\"\";}'),(338,118,'_wpb_shortcodes_custom_css','.vc_custom_1436554249992{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436468468804{background-color: #e6e6e6 !important;}.vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}'),(339,684,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(340,684,'_menu_item_type','post_type'),(341,684,'_menu_item_menu_item_parent','0'),(342,684,'_menu_item_object_id','59'),(343,684,'_menu_item_object','page'),(344,684,'_menu_item_target',''),(345,684,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(346,684,'_menu_item_xfn',''),(347,684,'_menu_item_tpath_megamenu_menutype','page'),(348,684,'_menu_item_tpath_megamenu_status',''),(349,684,'_menu_item_tpath_megamenu_columns','auto'),(350,684,'_menu_item_tpath_megamenu_title',''),(351,684,'_menu_item_tpath_megamenu_link',''),(352,684,'_menu_item_tpath_megamenu_content',''),(353,684,'_menu_item_tpath_megamenu_icon',''),(354,684,'_menu_item_url',''),(355,685,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(356,685,'_menu_item_type','post_type'),(357,685,'_menu_item_menu_item_parent','690'),(358,685,'_menu_item_object_id','6'),(359,685,'_menu_item_object','page'),(360,685,'_menu_item_target',''),(361,685,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(362,685,'_menu_item_xfn',''),(363,685,'_menu_item_tpath_megamenu_menutype','page'),(364,685,'_menu_item_tpath_megamenu_status','enabled'),(365,685,'_menu_item_tpath_megamenu_columns','auto'),(366,685,'_menu_item_tpath_megamenu_title',''),(367,685,'_menu_item_tpath_megamenu_link',''),(368,685,'_menu_item_tpath_megamenu_content',''),(369,685,'_menu_item_tpath_megamenu_icon',''),(370,685,'_menu_item_url',''),(371,686,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(372,686,'_menu_item_type','post_type'),(373,686,'_menu_item_menu_item_parent','0'),(374,686,'_menu_item_object_id','118'),(375,686,'_menu_item_object','page'),(376,686,'_menu_item_target',''),(377,686,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(378,686,'_menu_item_xfn',''),(379,686,'_menu_item_tpath_megamenu_menutype','page'),(380,686,'_menu_item_tpath_megamenu_status',''),(381,686,'_menu_item_tpath_megamenu_columns','auto'),(382,686,'_menu_item_tpath_megamenu_title',''),(383,686,'_menu_item_tpath_megamenu_link',''),(384,686,'_menu_item_tpath_megamenu_content',''),(385,686,'_menu_item_tpath_megamenu_icon',''),(386,686,'_menu_item_url',''),(387,687,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(388,687,'_menu_item_type','post_type'),(389,687,'_menu_item_menu_item_parent','0'),(390,687,'_menu_item_object_id','51'),(391,687,'_menu_item_object','page'),(392,687,'_menu_item_target',''),(393,687,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(394,687,'_menu_item_xfn',''),(395,687,'_menu_item_tpath_megamenu_menutype','page'),(396,687,'_menu_item_tpath_megamenu_status',''),(397,687,'_menu_item_tpath_megamenu_columns','auto'),(398,687,'_menu_item_tpath_megamenu_title',''),(399,687,'_menu_item_tpath_megamenu_link',''),(400,687,'_menu_item_tpath_megamenu_content',''),(401,687,'_menu_item_tpath_megamenu_icon',''),(402,687,'_menu_item_url',''),(403,688,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(404,688,'_menu_item_type','custom'),(405,688,'_menu_item_menu_item_parent','0'),(406,688,'_menu_item_object_id','688'),(407,688,'_menu_item_object','custom'),(408,688,'_menu_item_target',''),(409,688,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(410,688,'_menu_item_xfn',''),(411,688,'_menu_item_tpath_megamenu_menutype','page'),(412,688,'_menu_item_tpath_megamenu_status',''),(413,688,'_menu_item_tpath_megamenu_columns','auto'),(414,688,'_menu_item_tpath_megamenu_title',''),(415,688,'_menu_item_tpath_megamenu_link',''),(416,688,'_menu_item_tpath_megamenu_content',''),(417,688,'_menu_item_tpath_megamenu_icon',''),(418,688,'_menu_item_url','#'),(419,689,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(420,689,'_menu_item_type','custom'),(421,689,'_menu_item_menu_item_parent','0'),(422,689,'_menu_item_object_id','689'),(423,689,'_menu_item_object','custom'),(424,689,'_menu_item_target',''),(425,689,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(426,689,'_menu_item_xfn',''),(427,689,'_menu_item_tpath_megamenu_menutype','page'),(428,689,'_menu_item_tpath_megamenu_status','enabled'),(429,689,'_menu_item_tpath_megamenu_columns','auto'),(430,689,'_menu_item_tpath_megamenu_title',''),(431,689,'_menu_item_tpath_megamenu_link',''),(432,689,'_menu_item_tpath_megamenu_content',''),(433,689,'_menu_item_tpath_megamenu_icon',''),(434,689,'_menu_item_url','#'),(435,690,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(436,690,'_menu_item_type','custom'),(437,690,'_menu_item_menu_item_parent','0'),(438,690,'_menu_item_object_id','690'),(439,690,'_menu_item_object','custom'),(440,690,'_menu_item_target',''),(441,690,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(442,690,'_menu_item_xfn',''),(443,690,'_menu_item_tpath_megamenu_menutype','page'),(444,690,'_menu_item_tpath_megamenu_status',''),(445,690,'_menu_item_tpath_megamenu_columns','auto'),(446,690,'_menu_item_tpath_megamenu_title',''),(447,690,'_menu_item_tpath_megamenu_link',''),(448,690,'_menu_item_tpath_megamenu_content',''),(449,690,'_menu_item_tpath_megamenu_icon',''),(450,690,'_menu_item_url','#'),(451,707,'_wp_attached_file','2015/05/bg-image-2.jpg'),(452,707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1710;s:6:\"height\";i:840;s:4:\"file\";s:22:\"2015/05/bg-image-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-image-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:22:\"bg-image-2-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bg-image-2-768x377.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bg-image-2-1024x503.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"bg-image-2-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"bg-image-2-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"bg-image-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"bg-image-2-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"bg-image-2-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;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:{}}}'),(453,117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(454,117,'_wpb_shortcodes_custom_css','.vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553352651{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436464562165{background-color: #e6e6e6 !important;}.vc_custom_1436464594841{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433110871213{padding-left: 50px !important;}'),(455,117,'_wp_page_template','template-fullwidth.php'),(456,117,'_wpb_vc_js_status','true'),(457,117,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(458,117,'slide_template','default'),(459,117,'tpath_theme_layout','default'),(460,117,'tpath_custom_logo_align','default'),(461,117,'tpath_show_page_title','no'),(462,117,'tpath_show_breadcrumbs','no'),(463,117,'tpath_page_header_image',''),(464,117,'tpath_primary_sidebar','0'),(465,117,'tpath_body_bg_image',''),(466,117,'tpath_body_bg_repeat','default'),(467,117,'tpath_body_bg_attachment','default'),(468,117,'tpath_body_bg_color',''),(469,117,'tpath_body_bg_full','0'),(470,117,'tpath_revslider_shortcode','[rev_slider homeslider]'),(471,117,'tpath_section_header_status','show'),(472,117,'tpath_section_title',''),(473,117,'tpath_section_slogan',''),(474,117,'tpath_section_padding_top',''),(475,117,'tpath_section_padding_bottom',''),(476,117,'tpath_section_header_padding',''),(477,117,'tpath_section_title_color',''),(478,117,'tpath_section_slogan_color',''),(479,117,'tpath_section_text_color',''),(480,117,'tpath_section_content_heading_color',''),(481,117,'tpath_section_bg_color',''),(482,117,'tpath_parallax_status','no'),(483,117,'tpath_parallax_bg_image',''),(484,117,'tpath_parallax_bg_repeat',''),(485,117,'tpath_parallax_bg_attachment',''),(486,117,'tpath_parallax_bg_postion',''),(487,117,'tpath_parallax_bg_size',''),(488,117,'tpath_parallax_bg_overlay','no'),(489,117,'tpath_overlay_pattern_status','no'),(490,117,'tpath_section_overlay_color',''),(491,117,'tpath_overlay_color_opacity','0'),(492,117,'tpath_parallax_additional_sections','Array'),(493,117,'tpath_parallax_additional_sections_order',''),(494,117,'vc_teaser','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:\"\";}'),(495,117,'_wpb_shortcodes_custom_css','.vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553352651{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436464562165{background-color: #e6e6e6 !important;}.vc_custom_1436464594841{background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433110871213{padding-left: 50px !important;}'),(496,117,'_oembed_af67770c00c87d50aacfc8b9f246d26f','{{unknown}}'),(497,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(498,129,'_wpb_shortcodes_custom_css','.vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}.vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433109886579{padding-left: 50px !important;}'),(499,129,'_wp_page_template','template-fullwidth.php'),(500,129,'_wpb_vc_js_status','true'),(501,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(502,129,'slide_template','default'),(503,129,'tpath_theme_layout','default'),(504,129,'tpath_custom_logo_align','default'),(505,129,'tpath_show_page_title','no'),(506,129,'tpath_show_breadcrumbs','no'),(507,129,'tpath_page_header_image',''),(508,129,'tpath_primary_sidebar','0'),(509,129,'tpath_body_bg_image',''),(510,129,'tpath_body_bg_repeat','default'),(511,129,'tpath_body_bg_attachment','default'),(512,129,'tpath_body_bg_color',''),(513,129,'tpath_body_bg_full','0'),(514,129,'tpath_revslider_shortcode','[rev_slider homeslider]'),(515,129,'tpath_section_header_status','show'),(516,129,'tpath_section_title',''),(517,129,'tpath_section_slogan',''),(518,129,'tpath_section_padding_top',''),(519,129,'tpath_section_padding_bottom',''),(520,129,'tpath_section_header_padding',''),(521,129,'tpath_section_title_color',''),(522,129,'tpath_section_slogan_color',''),(523,129,'tpath_section_text_color',''),(524,129,'tpath_section_content_heading_color',''),(525,129,'tpath_section_bg_color',''),(526,129,'tpath_parallax_status','no'),(527,129,'tpath_parallax_bg_image',''),(528,129,'tpath_parallax_bg_repeat',''),(529,129,'tpath_parallax_bg_attachment',''),(530,129,'tpath_parallax_bg_postion',''),(531,129,'tpath_parallax_bg_size',''),(532,129,'tpath_parallax_bg_overlay','no'),(533,129,'tpath_overlay_pattern_status','no'),(534,129,'tpath_section_overlay_color',''),(535,129,'tpath_overlay_color_opacity','0'),(536,129,'tpath_parallax_additional_sections','Array'),(537,129,'tpath_parallax_additional_sections_order',''),(538,129,'vc_teaser','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:\"\";}'),(539,129,'_wpb_shortcodes_custom_css','.vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}.vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433109886579{padding-left: 50px !important;}'),(540,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(541,131,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(542,131,'_wp_page_template','template-fullwidth.php'),(543,131,'_wpb_vc_js_status','true'),(544,131,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(545,131,'slide_template','default'),(546,131,'tpath_theme_layout','default'),(547,131,'tpath_custom_logo_align','default'),(548,131,'tpath_show_page_title','yes'),(549,131,'tpath_show_breadcrumbs','yes'),(550,131,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(551,131,'tpath_primary_sidebar','0'),(552,131,'tpath_body_bg_image',''),(553,131,'tpath_body_bg_repeat','default'),(554,131,'tpath_body_bg_attachment','default'),(555,131,'tpath_body_bg_color',''),(556,131,'tpath_body_bg_full','0'),(557,131,'tpath_revslider_shortcode',''),(558,131,'tpath_section_header_status','show'),(559,131,'tpath_section_title',''),(560,131,'tpath_section_slogan',''),(561,131,'tpath_section_padding_top',''),(562,131,'tpath_section_padding_bottom',''),(563,131,'tpath_section_header_padding',''),(564,131,'tpath_section_title_color',''),(565,131,'tpath_section_slogan_color',''),(566,131,'tpath_section_text_color',''),(567,131,'tpath_section_content_heading_color',''),(568,131,'tpath_section_bg_color',''),(569,131,'tpath_parallax_status','no'),(570,131,'tpath_parallax_bg_image',''),(571,131,'tpath_parallax_bg_repeat',''),(572,131,'tpath_parallax_bg_attachment',''),(573,131,'tpath_parallax_bg_postion',''),(574,131,'tpath_parallax_bg_size',''),(575,131,'tpath_parallax_bg_overlay','no'),(576,131,'tpath_overlay_pattern_status','no'),(577,131,'tpath_section_overlay_color',''),(578,131,'tpath_overlay_color_opacity','0'),(579,131,'tpath_parallax_additional_sections','Array'),(580,131,'tpath_parallax_additional_sections_order',''),(581,131,'vc_teaser','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:\"\";}'),(582,131,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(583,210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(584,210,'_wpb_shortcodes_custom_css','.vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433110706750{padding-bottom: 15px !important;}'),(585,210,'_wp_page_template','template-fullwidth.php'),(586,210,'_wpb_vc_js_status','true'),(587,210,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(588,210,'slide_template','default'),(589,210,'tpath_theme_layout','default'),(590,210,'tpath_custom_logo_align','default'),(591,210,'tpath_show_page_title','yes'),(592,210,'tpath_show_breadcrumbs','yes'),(593,210,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(594,210,'tpath_primary_sidebar','0'),(595,210,'tpath_body_bg_image',''),(596,210,'tpath_body_bg_repeat','default'),(597,210,'tpath_body_bg_attachment','default'),(598,210,'tpath_body_bg_color',''),(599,210,'tpath_body_bg_full','0'),(600,210,'tpath_revslider_shortcode',''),(601,210,'tpath_section_header_status','show'),(602,210,'tpath_section_title',''),(603,210,'tpath_section_slogan',''),(604,210,'tpath_section_padding_top',''),(605,210,'tpath_section_padding_bottom',''),(606,210,'tpath_section_header_padding',''),(607,210,'tpath_section_title_color',''),(608,210,'tpath_section_slogan_color',''),(609,210,'tpath_section_text_color',''),(610,210,'tpath_section_content_heading_color',''),(611,210,'tpath_section_bg_color',''),(612,210,'tpath_parallax_status','no'),(613,210,'tpath_parallax_bg_image',''),(614,210,'tpath_parallax_bg_repeat',''),(615,210,'tpath_parallax_bg_attachment',''),(616,210,'tpath_parallax_bg_postion',''),(617,210,'tpath_parallax_bg_size',''),(618,210,'tpath_parallax_bg_overlay','no'),(619,210,'tpath_overlay_pattern_status','no'),(620,210,'tpath_section_overlay_color',''),(621,210,'tpath_overlay_color_opacity','0'),(622,210,'tpath_parallax_additional_sections','Array'),(623,210,'tpath_parallax_additional_sections_order',''),(624,210,'vc_teaser','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:\"\";}'),(625,210,'_wpb_shortcodes_custom_css','.vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433110706750{padding-bottom: 15px !important;}'),(626,220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(627,220,'_wpb_shortcodes_custom_css','.vc_custom_1432492657292{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(628,220,'_wp_page_template','template-fullwidth.php'),(629,220,'_wpb_vc_js_status','true'),(630,220,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(631,220,'slide_template','default'),(632,220,'tpath_theme_layout','default'),(633,220,'tpath_custom_logo_align','left'),(634,220,'tpath_show_page_title','yes'),(635,220,'tpath_show_breadcrumbs','yes'),(636,220,'tpath_page_header_image',''),(637,220,'tpath_primary_sidebar','0'),(638,220,'tpath_body_bg_image',''),(639,220,'tpath_body_bg_repeat','default'),(640,220,'tpath_body_bg_attachment','default'),(641,220,'tpath_body_bg_color',''),(642,220,'tpath_body_bg_full','0'),(643,220,'tpath_revslider_shortcode',''),(644,220,'tpath_section_header_status','show'),(645,220,'tpath_section_title',''),(646,220,'tpath_section_slogan',''),(647,220,'tpath_section_padding_top',''),(648,220,'tpath_section_padding_bottom',''),(649,220,'tpath_section_header_padding',''),(650,220,'tpath_section_title_color',''),(651,220,'tpath_section_slogan_color',''),(652,220,'tpath_section_text_color',''),(653,220,'tpath_section_content_heading_color',''),(654,220,'tpath_section_bg_color',''),(655,220,'tpath_parallax_status','no'),(656,220,'tpath_parallax_bg_image',''),(657,220,'tpath_parallax_bg_repeat',''),(658,220,'tpath_parallax_bg_attachment',''),(659,220,'tpath_parallax_bg_postion',''),(660,220,'tpath_parallax_bg_size',''),(661,220,'tpath_parallax_bg_overlay','no'),(662,220,'tpath_overlay_pattern_status','no'),(663,220,'tpath_section_overlay_color',''),(664,220,'tpath_overlay_color_opacity','0'),(665,220,'tpath_parallax_additional_sections','Array'),(666,220,'tpath_parallax_additional_sections_order',''),(667,220,'vc_teaser','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:\"\";}'),(668,220,'_wpb_shortcodes_custom_css','.vc_custom_1432492657292{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),(669,238,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(670,238,'_wpb_shortcodes_custom_css','.vc_custom_1436467316231{background-color: #e6e6e6 !important;}.vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}.vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436467925138{padding-top: 30px !important;}.vc_custom_1436467502975{background-color: #e6e6e6 !important;}.vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433109706627{margin-bottom: 30px !important;}.vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1436467415537{margin-top: 5px !important;}.vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433111902201{padding-left: 50px !important;}'),(671,238,'_wp_page_template','template-fullwidth.php'),(672,238,'_wpb_vc_js_status','true'),(673,238,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(674,238,'slide_template','default'),(675,238,'tpath_theme_layout','default'),(676,238,'tpath_custom_logo_align','default'),(677,238,'tpath_show_page_title','yes'),(678,238,'tpath_show_breadcrumbs','yes'),(679,238,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/services-header-bg.jpg'),(680,238,'tpath_primary_sidebar','0'),(681,238,'tpath_body_bg_image',''),(682,238,'tpath_body_bg_repeat','default'),(683,238,'tpath_body_bg_attachment','default'),(684,238,'tpath_body_bg_color',''),(685,238,'tpath_body_bg_full','0'),(686,238,'tpath_revslider_shortcode',''),(687,238,'tpath_section_header_status','show'),(688,238,'tpath_section_title',''),(689,238,'tpath_section_slogan',''),(690,238,'tpath_section_padding_top',''),(691,238,'tpath_section_padding_bottom',''),(692,238,'tpath_section_header_padding',''),(693,238,'tpath_section_title_color',''),(694,238,'tpath_section_slogan_color',''),(695,238,'tpath_section_text_color',''),(696,238,'tpath_section_content_heading_color',''),(697,238,'tpath_section_bg_color',''),(698,238,'tpath_parallax_status','no'),(699,238,'tpath_parallax_bg_image',''),(700,238,'tpath_parallax_bg_repeat',''),(701,238,'tpath_parallax_bg_attachment',''),(702,238,'tpath_parallax_bg_postion',''),(703,238,'tpath_parallax_bg_size',''),(704,238,'tpath_parallax_bg_overlay','no'),(705,238,'tpath_overlay_pattern_status','no'),(706,238,'tpath_section_overlay_color',''),(707,238,'tpath_overlay_color_opacity','0'),(708,238,'tpath_parallax_additional_sections','Array'),(709,238,'tpath_parallax_additional_sections_order',''),(710,238,'vc_teaser','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:\"\";}'),(711,238,'_wpb_shortcodes_custom_css','.vc_custom_1436467316231{background-color: #e6e6e6 !important;}.vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}.vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436467925138{padding-top: 30px !important;}.vc_custom_1436467502975{background-color: #e6e6e6 !important;}.vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433109706627{margin-bottom: 30px !important;}.vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1436467415537{margin-top: 5px !important;}.vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433111902201{padding-left: 50px !important;}'),(714,252,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(715,252,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(716,252,'slide_template',''),(717,252,'tpath_theme_layout','default'),(718,252,'tpath_custom_logo_align','default'),(719,252,'tpath_primary_sidebar','0'),(720,252,'tpath_single_video_code',''),(721,252,'tpath_single_audio_code',''),(722,252,'tpath_external_link_url',''),(723,252,'tpath_body_bg_image',''),(724,252,'tpath_body_bg_repeat','default'),(725,252,'tpath_body_bg_attachment','default'),(726,252,'tpath_body_bg_color',''),(727,252,'tpath_body_bg_full','0'),(728,252,'_thumbnail_id','294'),(729,252,'tpath_post_views_count','10'),(732,254,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(733,254,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(734,254,'slide_template',''),(735,254,'tpath_theme_layout','default'),(736,254,'tpath_custom_logo_align','default'),(737,254,'tpath_primary_sidebar','0'),(738,254,'tpath_single_video_code',''),(739,254,'tpath_single_audio_code',''),(740,254,'tpath_external_link_url',''),(741,254,'tpath_body_bg_image',''),(742,254,'tpath_body_bg_repeat','default'),(743,254,'tpath_body_bg_attachment','default'),(744,254,'tpath_body_bg_color',''),(745,254,'tpath_body_bg_full','0'),(746,254,'_thumbnail_id','295'),(747,254,'tpath_post_views_count','7'),(750,256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(751,256,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(752,256,'slide_template','default'),(753,256,'tpath_theme_layout','default'),(754,256,'tpath_custom_logo_align','default'),(755,256,'tpath_primary_sidebar','0'),(756,256,'tpath_single_video_code',''),(757,256,'tpath_single_audio_code',''),(758,256,'tpath_external_link_url',''),(759,256,'tpath_body_bg_image',''),(760,256,'tpath_body_bg_repeat','default'),(761,256,'tpath_body_bg_attachment','default'),(762,256,'tpath_body_bg_color',''),(763,256,'tpath_body_bg_full','0'),(764,256,'_thumbnail_id','296'),(765,256,'tpath_post_views_count','8'),(768,258,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(769,258,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(770,258,'slide_template',''),(771,258,'tpath_theme_layout','default'),(772,258,'tpath_custom_logo_align','default'),(773,258,'tpath_primary_sidebar','0'),(774,258,'tpath_single_video_code',''),(775,258,'tpath_single_audio_code',''),(776,258,'tpath_external_link_url',''),(777,258,'tpath_body_bg_image',''),(778,258,'tpath_body_bg_repeat','default'),(779,258,'tpath_body_bg_attachment','default'),(780,258,'tpath_body_bg_color',''),(781,258,'tpath_body_bg_full','0'),(782,258,'_thumbnail_id','297'),(783,258,'tpath_post_views_count','8'),(786,260,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(787,260,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(788,260,'slide_template','default'),(789,260,'tpath_theme_layout','default'),(790,260,'tpath_custom_logo_align','default'),(791,260,'tpath_primary_sidebar','0'),(792,260,'tpath_single_video_code',''),(793,260,'tpath_single_audio_code',''),(794,260,'tpath_external_link_url',''),(795,260,'tpath_body_bg_image',''),(796,260,'tpath_body_bg_repeat','default'),(797,260,'tpath_body_bg_attachment','default'),(798,260,'tpath_body_bg_color',''),(799,260,'tpath_body_bg_full','0'),(800,260,'_thumbnail_id','300'),(801,260,'tpath_post_views_count','11'),(804,262,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(805,262,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(806,262,'slide_template',''),(807,262,'tpath_theme_layout','default'),(808,262,'tpath_custom_logo_align','default'),(809,262,'tpath_primary_sidebar','0'),(810,262,'tpath_single_video_code',''),(811,262,'tpath_single_audio_code',''),(812,262,'tpath_external_link_url',''),(813,262,'tpath_body_bg_image',''),(814,262,'tpath_body_bg_repeat','default'),(815,262,'tpath_body_bg_attachment','default'),(816,262,'tpath_body_bg_color',''),(817,262,'tpath_body_bg_full','0'),(818,262,'_thumbnail_id','301'),(819,262,'tpath_post_views_count','12'),(822,264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(823,264,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(824,264,'slide_template',''),(825,264,'tpath_theme_layout','default'),(826,264,'tpath_custom_logo_align','default'),(827,264,'tpath_primary_sidebar','0'),(828,264,'tpath_single_video_code',''),(829,264,'tpath_single_audio_code',''),(830,264,'tpath_external_link_url',''),(831,264,'tpath_body_bg_image',''),(832,264,'tpath_body_bg_repeat','default'),(833,264,'tpath_body_bg_attachment','default'),(834,264,'tpath_body_bg_color',''),(835,264,'tpath_body_bg_full','0'),(836,264,'_thumbnail_id','302'),(837,264,'tpath_post_views_count','11'),(840,266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(841,266,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(842,266,'slide_template',''),(843,266,'tpath_theme_layout','default'),(844,266,'tpath_custom_logo_align','default'),(845,266,'tpath_primary_sidebar','0'),(846,266,'tpath_single_video_code',''),(847,266,'tpath_single_audio_code',''),(848,266,'tpath_external_link_url',''),(849,266,'tpath_body_bg_image',''),(850,266,'tpath_body_bg_repeat','default'),(851,266,'tpath_body_bg_attachment','default'),(852,266,'tpath_body_bg_color',''),(853,266,'tpath_body_bg_full','0'),(854,266,'_thumbnail_id','308'),(855,266,'tpath_post_views_count','21'),(858,268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(859,268,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(860,268,'slide_template',''),(861,268,'tpath_theme_layout','default'),(862,268,'tpath_custom_logo_align','default'),(863,268,'tpath_primary_sidebar','0'),(864,268,'tpath_single_video_code',''),(865,268,'tpath_single_audio_code',''),(866,268,'tpath_external_link_url',''),(867,268,'tpath_body_bg_image',''),(868,268,'tpath_body_bg_repeat','default'),(869,268,'tpath_body_bg_attachment','default'),(870,268,'tpath_body_bg_color',''),(871,268,'tpath_body_bg_full','0'),(872,268,'_thumbnail_id','311'),(873,268,'tpath_post_views_count','29'),(874,342,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(875,342,'_wp_page_template','default'),(876,342,'_wpb_vc_js_status','false'),(877,342,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(878,342,'slide_template','default'),(879,342,'tpath_theme_layout','default'),(880,342,'tpath_custom_logo_align','default'),(881,342,'tpath_show_page_title','yes'),(882,342,'tpath_show_breadcrumbs','yes'),(883,342,'tpath_page_header_image',''),(884,342,'tpath_primary_sidebar','0'),(885,342,'tpath_body_bg_image',''),(886,342,'tpath_body_bg_repeat','default'),(887,342,'tpath_body_bg_attachment','default'),(888,342,'tpath_body_bg_color',''),(889,342,'tpath_body_bg_full','0'),(890,342,'tpath_revslider_shortcode',''),(891,342,'tpath_section_header_status','show'),(892,342,'tpath_section_title',''),(893,342,'tpath_section_slogan',''),(894,342,'tpath_section_padding_top',''),(895,342,'tpath_section_padding_bottom',''),(896,342,'tpath_section_header_padding',''),(897,342,'tpath_section_title_color',''),(898,342,'tpath_section_slogan_color',''),(899,342,'tpath_section_text_color',''),(900,342,'tpath_section_content_heading_color',''),(901,342,'tpath_section_bg_color',''),(902,342,'tpath_parallax_status','no'),(903,342,'tpath_parallax_bg_image',''),(904,342,'tpath_parallax_bg_repeat',''),(905,342,'tpath_parallax_bg_attachment',''),(906,342,'tpath_parallax_bg_postion',''),(907,342,'tpath_parallax_bg_size',''),(908,342,'tpath_parallax_bg_overlay','no'),(909,342,'tpath_overlay_pattern_status','no'),(910,342,'tpath_section_overlay_color',''),(911,342,'tpath_overlay_color_opacity','0'),(912,342,'tpath_parallax_additional_sections','Array'),(913,342,'tpath_parallax_additional_sections_order',''),(914,342,'vc_teaser','a:2:{s:4:\"data\";s:82:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(915,342,'tpath_layout','two-col-right'),(918,349,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(919,349,'_thumbnail_id','351'),(920,349,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(921,349,'slide_template','default'),(922,349,'tpath_theme_layout','default'),(923,349,'tpath_custom_logo_align','default'),(924,349,'tpath_primary_sidebar','0'),(925,349,'tpath_single_video_code',''),(926,349,'tpath_single_audio_code',''),(927,349,'tpath_external_link_url',''),(928,349,'tpath_body_bg_image',''),(929,349,'tpath_body_bg_repeat','default'),(930,349,'tpath_body_bg_attachment','default'),(931,349,'tpath_body_bg_color',''),(932,349,'tpath_body_bg_full','0'),(933,349,'tpath_post_views_count','78'),(934,513,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(935,513,'_wpb_shortcodes_custom_css','.vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(936,513,'_wp_page_template','template-fullwidth.php'),(937,513,'_wpb_vc_js_status','true'),(938,513,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(939,513,'slide_template','default'),(940,513,'tpath_theme_layout','default'),(941,513,'tpath_custom_logo_align','default'),(942,513,'tpath_show_page_title','yes'),(943,513,'tpath_show_breadcrumbs','yes'),(944,513,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/services-header-bg.jpg'),(945,513,'tpath_primary_sidebar','0'),(946,513,'tpath_body_bg_image',''),(947,513,'tpath_body_bg_repeat','default'),(948,513,'tpath_body_bg_attachment','default'),(949,513,'tpath_body_bg_color',''),(950,513,'tpath_body_bg_full','0'),(951,513,'tpath_revslider_shortcode',''),(952,513,'tpath_section_header_status','show'),(953,513,'tpath_section_title',''),(954,513,'tpath_section_slogan',''),(955,513,'tpath_section_padding_top',''),(956,513,'tpath_section_padding_bottom',''),(957,513,'tpath_section_header_padding',''),(958,513,'tpath_section_title_color',''),(959,513,'tpath_section_slogan_color',''),(960,513,'tpath_section_text_color',''),(961,513,'tpath_section_content_heading_color',''),(962,513,'tpath_section_bg_color',''),(963,513,'tpath_parallax_status','no'),(964,513,'tpath_parallax_bg_image',''),(965,513,'tpath_parallax_bg_repeat',''),(966,513,'tpath_parallax_bg_attachment',''),(967,513,'tpath_parallax_bg_postion',''),(968,513,'tpath_parallax_bg_size',''),(969,513,'tpath_parallax_bg_overlay','no'),(970,513,'tpath_overlay_pattern_status','no'),(971,513,'tpath_section_overlay_color',''),(972,513,'tpath_overlay_color_opacity','0'),(973,513,'tpath_parallax_additional_sections','Array'),(974,513,'tpath_parallax_additional_sections_order',''),(975,513,'vc_teaser','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:\"\";}'),(976,513,'_wpb_shortcodes_custom_css','.vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://themexlab.com/buffalo/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(977,68,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(978,68,'_thumbnail_id','69'),(979,68,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(980,68,'slide_template','default'),(981,68,'tpath_client_url','#'),(982,70,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(983,70,'_thumbnail_id','71'),(984,70,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(985,70,'slide_template','default'),(986,70,'tpath_client_url','#'),(987,72,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(988,72,'_thumbnail_id','74'),(989,72,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(990,72,'slide_template','default'),(991,72,'tpath_client_url','#'),(992,73,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(993,73,'_thumbnail_id','75'),(994,73,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(995,73,'slide_template','default'),(996,73,'tpath_client_url','#'),(997,76,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(998,76,'_thumbnail_id','77'),(999,76,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1000,76,'slide_template','default'),(1001,76,'tpath_client_url','#'),(1002,78,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1003,78,'_thumbnail_id','80'),(1004,78,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1005,78,'slide_template','default'),(1006,78,'tpath_client_url','#'),(1007,79,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1008,79,'_thumbnail_id','81'),(1009,79,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1010,79,'slide_template','default'),(1011,79,'tpath_client_url','#'),(1012,83,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1013,83,'_thumbnail_id','84'),(1014,83,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1015,83,'slide_template','default'),(1016,83,'tpath_client_url','#'),(1017,96,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1018,96,'_thumbnail_id','69'),(1019,96,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1020,96,'slide_template','default'),(1021,96,'tpath_client_url','#'),(1022,97,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1023,97,'_thumbnail_id','71'),(1024,97,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1025,97,'slide_template','default'),(1026,97,'tpath_client_url','#'),(1027,98,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1028,98,'_thumbnail_id','74'),(1029,98,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1030,98,'slide_template','default'),(1031,98,'tpath_client_url','#'),(1032,99,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1033,99,'_thumbnail_id','75'),(1034,99,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1035,99,'slide_template','default'),(1036,99,'tpath_client_url','#'),(1037,100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1038,100,'_thumbnail_id','77'),(1039,100,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1040,100,'slide_template','default'),(1041,100,'tpath_client_url','#'),(1042,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1043,7,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1044,7,'slide_template','default'),(1045,7,'_thumbnail_id','174'),(1046,7,'tpath_portfolio_price','14.95$'),(1047,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1048,8,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1049,8,'slide_template','default'),(1050,8,'tpath_member_designation','Meat Meals'),(1051,8,'tpath_member_googleplus','#'),(1052,8,'tpath_member_twitter','#'),(1053,8,'tpath_member_blog','#'),(1054,8,'tpath_member_dribbble','#'),(1055,8,'tpath_member_facebook','#'),(1056,8,'tpath_member_flickr','#'),(1057,8,'tpath_member_linkedin',''),(1058,8,'tpath_member_yahoo',''),(1059,8,'tpath_member_email',''),(1060,8,'_thumbnail_id','166'),(1061,32,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1062,32,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1063,32,'slide_template','default'),(1064,32,'_thumbnail_id','176'),(1065,32,'tpath_portfolio_price','12.95$'),(1066,33,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1067,33,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1068,33,'slide_template','default'),(1069,33,'_thumbnail_id','175'),(1070,33,'tpath_portfolio_price','12.95$'),(1071,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1072,39,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1073,39,'slide_template','default'),(1074,39,'_thumbnail_id','178'),(1075,39,'tpath_portfolio_price','12.95$'),(1076,40,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1077,40,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1078,40,'slide_template','default'),(1079,40,'_thumbnail_id','177'),(1080,40,'tpath_portfolio_price','14.95$'),(1081,43,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1082,43,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1083,43,'slide_template','default'),(1084,43,'_thumbnail_id','179'),(1085,43,'tpath_portfolio_price','12.95$'),(1086,46,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1087,46,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1088,46,'slide_template','default'),(1089,46,'_thumbnail_id','180'),(1090,46,'tpath_portfolio_price','12.95$'),(1091,47,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1092,47,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1093,47,'slide_template','default'),(1094,47,'_thumbnail_id','181'),(1095,47,'tpath_portfolio_price','14.95$'),(1096,101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1097,101,'_thumbnail_id','80'),(1098,101,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1099,101,'slide_template','default'),(1100,101,'tpath_client_url','#'),(1101,102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1102,102,'_thumbnail_id','81'),(1103,102,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1104,102,'slide_template','default'),(1105,102,'tpath_client_url','#'),(1106,103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1107,103,'_thumbnail_id','84'),(1108,103,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1109,103,'slide_template','default'),(1110,103,'tpath_client_url','#'),(1111,629,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1112,629,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1113,629,'slide_template','default'),(1114,629,'tpath_location','Shop 2, 31 Challis Ave Potts Point, Sydney'),(1115,629,'tpath_city','New South Wales'),(1116,629,'tpath_zip','2011'),(1117,629,'tpath_delivery','yes'),(1118,629,'_thumbnail_id','633'),(1119,634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1120,634,'_thumbnail_id','638'),(1121,634,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1122,634,'slide_template','default'),(1123,634,'tpath_location','Hyatt Centre | 20 Terrace Road, Perth, Western Australia 6004, Australia'),(1124,634,'tpath_city','Western Australia'),(1125,634,'tpath_zip','6004'),(1126,634,'tpath_delivery','yes'),(1127,635,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1128,635,'_thumbnail_id','636'),(1129,635,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1130,635,'slide_template','default'),(1131,635,'tpath_location','37 Ultimo Rd, Entrance on Thomas Lane, Sydney, New South Wales 2000, Australia'),(1132,635,'tpath_city','New South Wales'),(1133,635,'tpath_zip','2000'),(1134,635,'tpath_delivery','yes'),(1135,637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1136,637,'_thumbnail_id','639'),(1137,637,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1138,637,'slide_template','default'),(1139,637,'tpath_location','84 Galah Street, Longreach, Queensland 4730, Australia'),(1140,637,'tpath_city','Queensland'),(1141,637,'tpath_zip','4730'),(1142,637,'tpath_delivery','yes'),(1143,640,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1144,640,'_thumbnail_id','641'),(1145,640,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1146,640,'slide_template','default'),(1147,640,'tpath_location','19 Liverpool Street, Melbourne, Victoria 3000, Australia'),(1148,640,'tpath_city','Victoria'),(1149,640,'tpath_zip','3000'),(1150,640,'tpath_delivery','yes'),(1151,642,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1152,642,'_thumbnail_id','645'),(1153,642,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1154,642,'slide_template','default'),(1155,642,'tpath_location','41 Oxford Street | On the Hyde Park, Sydney, Australia'),(1156,642,'tpath_city','New South Wales'),(1157,642,'tpath_zip','2010'),(1158,642,'tpath_delivery','yes'),(1159,643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1160,643,'_thumbnail_id','644'),(1161,643,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1162,643,'slide_template','default'),(1163,643,'tpath_location','Shop 1, 74-80 Ivy Street | Chippendale-Darlington, Australia'),(1164,643,'tpath_city','Sydney'),(1165,643,'tpath_zip','2008'),(1166,643,'tpath_delivery','yes'),(1167,646,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1168,646,'_thumbnail_id','647'),(1169,646,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1170,646,'slide_template','default'),(1171,646,'tpath_location','2 Market Street, Sydney, New South Wales 2000, Australia'),(1172,646,'tpath_city','New South Wales'),(1173,646,'tpath_zip','2000'),(1174,646,'tpath_delivery','yes'),(1175,10,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1176,10,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1177,10,'slide_template','default'),(1178,10,'tpath_member_designation','Fresh Fish'),(1179,10,'tpath_member_googleplus','#'),(1180,10,'tpath_member_twitter','#'),(1181,10,'tpath_member_blog','#'),(1182,10,'tpath_member_dribbble','#'),(1183,10,'tpath_member_facebook','#'),(1184,10,'tpath_member_flickr','#'),(1185,10,'tpath_member_linkedin',''),(1186,10,'tpath_member_yahoo',''),(1187,10,'tpath_member_email',''),(1188,10,'_thumbnail_id','167'),(1189,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1190,12,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1191,12,'slide_template','default'),(1192,12,'tpath_member_designation','Head Chef'),(1193,12,'tpath_member_googleplus','#'),(1194,12,'tpath_member_twitter','#'),(1195,12,'tpath_member_blog','#'),(1196,12,'tpath_member_dribbble','#'),(1197,12,'tpath_member_facebook','#'),(1198,12,'tpath_member_flickr','#'),(1199,12,'tpath_member_linkedin',''),(1200,12,'tpath_member_yahoo',''),(1201,12,'tpath_member_email',''),(1202,12,'_thumbnail_id','168'),(1203,14,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1204,14,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1205,14,'slide_template','default'),(1206,14,'tpath_member_designation','Hot Kitchen'),(1207,14,'tpath_member_googleplus','#'),(1208,14,'tpath_member_twitter','#'),(1209,14,'tpath_member_blog','#'),(1210,14,'tpath_member_dribbble','#'),(1211,14,'tpath_member_facebook','#'),(1212,14,'tpath_member_flickr','#'),(1213,14,'tpath_member_linkedin',''),(1214,14,'tpath_member_yahoo',''),(1215,14,'tpath_member_email',''),(1216,14,'_thumbnail_id','170'),(1217,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1218,21,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1219,21,'slide_template','default'),(1220,21,'tpath_author_designation',''),(1221,21,'tpath_author_company_name',''),(1222,21,'tpath_author_company_url',''),(1223,21,'_thumbnail_id','171'),(1224,21,'tpath_post_item_rating','5'),(1225,26,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1226,26,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1227,26,'slide_template','default'),(1228,26,'tpath_author_designation',''),(1229,26,'tpath_author_company_name',''),(1230,26,'tpath_author_company_url',''),(1231,26,'_thumbnail_id','172'),(1232,26,'tpath_post_item_rating','5'),(1233,28,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1234,28,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1235,28,'slide_template','default'),(1236,28,'tpath_author_designation',''),(1237,28,'tpath_author_company_name',''),(1238,28,'tpath_author_company_url',''),(1239,28,'_thumbnail_id','173'),(1240,28,'tpath_post_item_rating','5'),(1241,617,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1242,617,'_thumbnail_id','173'),(1243,617,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1244,617,'slide_template','default'),(1245,617,'tpath_author_designation',''),(1246,617,'tpath_author_company_name',''),(1247,617,'tpath_author_company_url',''),(1248,617,'tpath_post_item_rating','5'),(1249,618,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1250,618,'_thumbnail_id','172'),(1251,618,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1252,618,'slide_template','default'),(1253,618,'tpath_author_designation',''),(1254,618,'tpath_author_company_name',''),(1255,618,'tpath_author_company_url',''),(1256,618,'tpath_post_item_rating','5'),(1257,619,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1258,619,'tpath_post_item_rating','5'),(1259,619,'_thumbnail_id','171'),(1260,619,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1261,619,'slide_template','default'),(1262,619,'tpath_author_designation',''),(1263,619,'tpath_author_company_name',''),(1264,619,'tpath_author_company_url',''),(1265,708,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1266,708,'_menu_item_type','post_type'),(1267,708,'_menu_item_menu_item_parent','688'),(1268,708,'_menu_item_object_id','131'),(1269,708,'_menu_item_object','page'),(1270,708,'_menu_item_target',''),(1271,708,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1272,708,'_menu_item_xfn',''),(1273,708,'_menu_item_tpath_megamenu_menutype','page'),(1274,708,'_menu_item_tpath_megamenu_status','enabled'),(1275,708,'_menu_item_tpath_megamenu_columns','auto'),(1276,708,'_menu_item_tpath_megamenu_title',''),(1277,708,'_menu_item_tpath_megamenu_link',''),(1278,708,'_menu_item_tpath_megamenu_content',''),(1279,708,'_menu_item_tpath_megamenu_icon',''),(1280,708,'_menu_item_url',''),(1281,709,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1282,709,'_menu_item_type','post_type'),(1283,709,'_menu_item_menu_item_parent','689'),(1284,709,'_menu_item_object_id','238'),(1285,709,'_menu_item_object','page'),(1286,709,'_menu_item_target',''),(1287,709,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1288,709,'_menu_item_xfn',''),(1289,709,'_menu_item_tpath_megamenu_menutype','page'),(1290,709,'_menu_item_tpath_megamenu_status','enabled'),(1291,709,'_menu_item_tpath_megamenu_columns','auto'),(1292,709,'_menu_item_tpath_megamenu_title',''),(1293,709,'_menu_item_tpath_megamenu_link',''),(1294,709,'_menu_item_tpath_megamenu_content',''),(1295,709,'_menu_item_tpath_megamenu_icon',''),(1296,709,'_menu_item_url',''),(1297,710,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1298,710,'_menu_item_type','post_type'),(1299,710,'_menu_item_menu_item_parent','0'),(1300,710,'_menu_item_object_id','342'),(1301,710,'_menu_item_object','page'),(1302,710,'_menu_item_target',''),(1303,710,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1304,710,'_menu_item_xfn',''),(1305,710,'_menu_item_tpath_megamenu_menutype','page'),(1306,710,'_menu_item_tpath_megamenu_status','enabled'),(1307,710,'_menu_item_tpath_megamenu_columns','auto'),(1308,710,'_menu_item_tpath_megamenu_title',''),(1309,710,'_menu_item_tpath_megamenu_link',''),(1310,710,'_menu_item_tpath_megamenu_content',''),(1311,710,'_menu_item_tpath_megamenu_icon',''),(1312,710,'_menu_item_url',''),(1313,711,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1314,711,'_menu_item_type','post_type'),(1315,711,'_menu_item_menu_item_parent','688'),(1316,711,'_menu_item_object_id','210'),(1317,711,'_menu_item_object','page'),(1318,711,'_menu_item_target',''),(1319,711,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1320,711,'_menu_item_xfn',''),(1321,711,'_menu_item_tpath_megamenu_menutype','page'),(1322,711,'_menu_item_tpath_megamenu_status','enabled'),(1323,711,'_menu_item_tpath_megamenu_columns','auto'),(1324,711,'_menu_item_tpath_megamenu_title',''),(1325,711,'_menu_item_tpath_megamenu_link',''),(1326,711,'_menu_item_tpath_megamenu_content',''),(1327,711,'_menu_item_tpath_megamenu_icon',''),(1328,711,'_menu_item_url',''),(1329,712,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1330,712,'_menu_item_type','post_type'),(1331,712,'_menu_item_menu_item_parent','690'),(1332,712,'_menu_item_object_id','129'),(1333,712,'_menu_item_object','page'),(1334,712,'_menu_item_target',''),(1335,712,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1336,712,'_menu_item_xfn',''),(1337,712,'_menu_item_tpath_megamenu_menutype','page'),(1338,712,'_menu_item_tpath_megamenu_status','enabled'),(1339,712,'_menu_item_tpath_megamenu_columns','auto'),(1340,712,'_menu_item_tpath_megamenu_title',''),(1341,712,'_menu_item_tpath_megamenu_link',''),(1342,712,'_menu_item_tpath_megamenu_content',''),(1343,712,'_menu_item_tpath_megamenu_icon',''),(1344,712,'_menu_item_url',''),(1345,713,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1346,713,'_menu_item_type','post_type'),(1347,713,'_menu_item_menu_item_parent','690'),(1348,713,'_menu_item_object_id','117'),(1349,713,'_menu_item_object','page'),(1350,713,'_menu_item_target',''),(1351,713,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1352,713,'_menu_item_xfn',''),(1353,713,'_menu_item_tpath_megamenu_menutype','page'),(1354,713,'_menu_item_tpath_megamenu_status','enabled'),(1355,713,'_menu_item_tpath_megamenu_columns','auto'),(1356,713,'_menu_item_tpath_megamenu_title',''),(1357,713,'_menu_item_tpath_megamenu_link',''),(1358,713,'_menu_item_tpath_megamenu_content',''),(1359,713,'_menu_item_tpath_megamenu_icon',''),(1360,713,'_menu_item_url',''),(1361,714,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1362,714,'_menu_item_type','post_type'),(1363,714,'_menu_item_menu_item_parent','689'),(1364,714,'_menu_item_object_id','513'),(1365,714,'_menu_item_object','page'),(1366,714,'_menu_item_target',''),(1367,714,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1368,714,'_menu_item_xfn',''),(1369,714,'_menu_item_tpath_megamenu_menutype','page'),(1370,714,'_menu_item_tpath_megamenu_status','enabled'),(1371,714,'_menu_item_tpath_megamenu_columns','auto'),(1372,714,'_menu_item_tpath_megamenu_title',''),(1373,714,'_menu_item_tpath_megamenu_link',''),(1374,714,'_menu_item_tpath_megamenu_content',''),(1375,714,'_menu_item_tpath_megamenu_icon',''),(1376,714,'_menu_item_url',''),(1377,129,'_edit_lock','1490475610:1'),(1378,716,'_wp_trash_meta_status','publish'),(1379,716,'_wp_trash_meta_time','1489981745'),(1382,129,'_edit_last','1'),(1383,721,'_wp_trash_meta_status','publish'),(1384,721,'_wp_trash_meta_time','1490475468'); /*!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 COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=731 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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 (1,1,'2016-06-23 15:23:45','2016-06-23 15:23:45','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2016-06-23 15:23:45','2016-06-23 15:23:45','',0,'http://daviddelk.net/band/?p=1',0,'post','',1),(2,1,'2016-06-23 15:23:45','2016-06-23 15:23:45','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://daviddelk.net/band/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2016-06-23 15:23:45','2016-06-23 15:23:45','',0,'http://daviddelk.net/band/?page_id=2',0,'page','',0),(6,1,'2015-05-16 13:54:35','2015-05-16 13:54:35','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"http://themexlab.com/buffalo/menu-gallery/\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our most popular menus\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}\"][vc_column][tpath_call_to_action lead=\"Quality Food Ingridients\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" heading_type=\"h5\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Client Testimonials\" heading_type=\"h5\"][tpath_vc_testimonial slider_type=\"vertical_slide\" navigation=\"false\" categories=\"29\" autoplay=\"5000\"][vc_btn title=\"Read More\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\" el_class=\"vc-btn-active btn-margin\"][vc_btn title=\"Visit our blog\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours \" subtitle=\"We´re open now!\" heading_type=\"h5\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" friday_sub=\"All you can eat\" sunday_hour=\"12:00 - 21:00\" btn_text=\"Take Reservation\" link=\"#\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our popular restaurants\" alignment=\"Center\"][tpath_vc_clients posts=\"10\" navigation=\"true\" pagenav_style=\"dark\" categories=\"11\" alignment=\"Center\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2015-05-16 13:54:35','2015-05-16 13:54:35','',0,'http://themexlab.com/buffalo/?page_id=6',0,'page','',0),(7,1,'2015-05-16 13:51:21','2015-05-16 13:51:21','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','Roasted Bison Steak','','publish','closed','closed','','roasted-bison-steak','','','2015-05-16 13:51:21','2015-05-16 13:51:21','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=7',0,'tpath_portfolio','',0),(8,1,'2015-05-16 13:17:39','2015-05-16 13:17:39','','Steven Gerrad','','publish','closed','closed','','steven-gerrad','','','2015-05-16 13:17:39','2015-05-16 13:17:39','',0,'http://themexlab.com/buffalo/?post_type=tpath_team_member&p=8',0,'tpath_team_member','',0),(10,1,'2015-05-16 13:20:11','2015-05-16 13:20:11','','Markus Overhard','','publish','closed','closed','','markus-overhard','','','2015-05-16 13:20:11','2015-05-16 13:20:11','',0,'http://themexlab.com/buffalo/?post_type=tpath_team_member&p=10',0,'tpath_team_member','',0),(12,1,'2015-05-16 13:22:51','2015-05-16 13:22:51','','Ivrin Stockes','','publish','closed','closed','','ivrin-stockes','','','2015-05-16 13:22:51','2015-05-16 13:22:51','',0,'http://themexlab.com/buffalo/?post_type=tpath_team_member&p=12',0,'tpath_team_member','',0),(14,1,'2015-05-16 13:25:39','2015-05-16 13:25:39','','Jason Burckings','','publish','closed','closed','','jason-burckings','','','2015-05-16 13:25:39','2015-05-16 13:25:39','',0,'http://themexlab.com/buffalo/?post_type=tpath_team_member&p=14',0,'tpath_team_member','',0),(21,1,'2015-05-16 13:34:14','2015-05-16 13:34:14','This fantastic buffalo steakhouse and restaurant is just awesome from the location to the food, everything was just perfect. I give five stars here for perfection.','Johnathan Sparks','','publish','closed','closed','','johnathan-sparks','','','2015-05-16 13:34:14','2015-05-16 13:34:14','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=21',0,'tpath_testimonial','',0),(26,1,'2015-05-16 13:36:05','2015-05-16 13:36:05','This fantastic buffalo steakhouse and restaurant is just awesome from the location to the food, everything was just perfect. I give five stars here for perfection.','Ethean Garreth','','publish','closed','closed','','ethean-garreth','','','2015-05-16 13:36:05','2015-05-16 13:36:05','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=26',0,'tpath_testimonial','',0),(28,1,'2015-05-16 13:38:05','2015-05-16 13:38:05','This fantastic buffalo steakhouse and restaurant is just awesome from the location to the food, everything was just perfect. I give five stars here for perfection.','Johnathan Sparks','','publish','closed','closed','','johnathan-sparks-2','','','2015-05-16 13:38:05','2015-05-16 13:38:05','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=28',0,'tpath_testimonial','',0),(32,1,'2015-05-16 13:54:07','2015-05-16 13:54:07','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','BBQ Spareribs Salat','','publish','closed','closed','','bbq-spareribs-salat','','','2015-05-16 13:54:07','2015-05-16 13:54:07','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=32',0,'tpath_portfolio','',0),(33,1,'2015-05-16 13:54:02','2015-05-16 13:54:02','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','Chicken Breast Roaster','','publish','closed','closed','','chicken-breast-roaster','','','2015-05-16 13:54:02','2015-05-16 13:54:02','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=33',0,'tpath_portfolio','',0),(35,1,'2015-05-16 13:52:45','2015-05-16 13:52:45','','bg-image-1','','inherit','closed','closed','','bg-image-1','','','2015-05-16 13:52:45','2015-05-16 13:52:45','',6,'http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg',0,'attachment','image/jpeg',0),(39,1,'2015-05-16 13:59:42','2015-05-16 13:59:42','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','BBQ Spareribs Salat','','publish','closed','closed','','bbq-spareribs-salat-2','','','2015-05-16 13:59:42','2015-05-16 13:59:42','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=39',0,'tpath_portfolio','',0),(40,1,'2015-05-16 13:59:32','2015-05-16 13:59:32','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','Roasted Bison Steak','','publish','closed','closed','','roasted-bison-steak-2','','','2015-05-16 13:59:32','2015-05-16 13:59:32','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=40',0,'tpath_portfolio','',0),(43,1,'2015-05-16 14:00:33','2015-05-16 14:00:33','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','Spicy Steak Bites','','publish','closed','closed','','spicy-steak-bites','','','2015-05-16 14:00:33','2015-05-16 14:00:33','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=43',0,'tpath_portfolio','',0),(46,1,'2015-05-16 14:01:47','2015-05-16 14:01:47','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','BBQ Spareribs Salat','','publish','closed','closed','','bbq-spareribs-salat-3','','','2015-05-16 14:01:47','2015-05-16 14:01:47','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=46',0,'tpath_portfolio','',0),(47,1,'2015-05-16 14:01:56','2015-05-16 14:01:56','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery!\n\nMauris fringilla, leo et iaculis pulvinar, ligula tellus cursus est, eget condimentum urna tortor in enim. Phasellus tincidunt aliquet dui. Morbi laoreet dui nibh, a laoreet ipsum convallis id. Sed non orci et nulla sollicitudin elementum. Nunc sed rutrum lorem. Quisque interdum, augue ac venenatis facilisis, mi nisi aliquet orci, non posuere ipsum metus sed velit. Sed volutpat, est nec consequat iaculis, quam enim rhoncus ligula, sed mollis mi odio at dolor. Aenean laoreet nisl in metus varius maximus.\n\nNullam nec sapien ante. Morbi bibendum viverra porttitor. Integer vel ullamcorper orci, vitae tincidunt lectus. Proin quis lorem at sem blandit pretium. Cras maximus ullamcorper sapien, non maximus nibh sollicitudin sed. Nullam justo ligula, efficitur et ipsum et, rhoncus maximus quam.','Roasted Bison Steak','','publish','closed','closed','','roasted-bison-steak-3','','','2015-05-16 14:01:56','2015-05-16 14:01:56','',0,'http://themexlab.com/buffalo/?post_type=tpath_portfolio&p=47',0,'tpath_portfolio','',0),(51,1,'2015-05-16 14:05:31','2015-05-16 14:05:31','[vc_row][vc_column width=\"1/1\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" gutter=\"20\" show_filter=\"Yes\" show_pagination=\"Yes\" categories=\"all\"][/vc_column][/vc_row]','Menu Gallery','','publish','closed','closed','','menu-gallery','','','2015-05-16 14:05:31','2015-05-16 14:05:31','',0,'http://themexlab.com/buffalo/?page_id=51',0,'page','',0),(53,1,'2015-05-16 14:05:21','2015-05-16 14:05:21','','gallery_heading_bg','','inherit','closed','closed','','gallery_heading_bg','','','2015-05-16 14:05:21','2015-05-16 14:05:21','',51,'http://daviddelk.net/band/wp-content/uploads/2015/05/gallery_heading_bg.jpg',0,'attachment','image/jpeg',0),(59,1,'2015-05-16 14:25:15','2015-05-16 14:25:15','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"60\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\" css=\".vc_custom_1432491055226{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\" The Best Quality since 1992\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"30\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce. Our product of the month is our range of fruit smoothies and if your order them now you can benefit from our 25% discount. New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning. Prices range, depending on the bag size, from £2.99 to £4.99 per bag. [/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team posts=\"4\" columns=\"4\" categories=\"all\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\"][vc_column width=\"1/1\" css=\".vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"20\"][vc_column_text css=\".vc_custom_1432579817315{margin-bottom: 25px !important;}\"]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 – 21:00\" tuesday_hour=\"12:00 – 21:00\" wednesday_hour=\"12:00 – 21:00\" thursday_hour=\"12:00 – 21:00\" friday_hour=\"12:00 – 21:00\" friday_sub=\"All you can Eat\" saturday_hour=\"12:00 – 21:00\" sunday_hour=\"12:00 – 21:00\" column_size=\"one_column\" btn_text=\"Take reservation\" link=\"#\" btn_class=\"btn-active\"][/vc_column][vc_column width=\"1/1\" offset=\"vc_col-lg-8 vc_col-md-8\"][rev_slider_vc alias=\"thumbslider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Broccoli\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Strawberry\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruits4\" title=\"Apples\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009424037{padding-top: 30px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-pita1\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-meat17\" title=\"Meats\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-beer2\" title=\"Beer\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-cake\" title=\"Cakes\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ice78\" title=\"Ice Cream\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1431795958680{background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial slider_type=\"single_item\" posts=\"3\" pagination=\"true\" autoplay=\"5000\" categories=\"3\" navigation=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" full_width=\"stretch_row\" css=\".vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/1\"][tpath_vc_clients alignment=\"Left\" posts=\"10\" items=\"4\" pagination=\"false\" navigation=\"true\" pagenav_style=\"light\" autoplay=\"5000\" categories=\"10\" items_scroll=\"1\" infinite_loop=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row]','About Us','','publish','closed','closed','','about-us','','','2015-05-16 14:25:15','2015-05-16 14:25:15','',0,'http://themexlab.com/buffalo/?page_id=59',0,'page','',0),(60,1,'2015-05-16 14:23:16','2015-05-16 14:23:16','','about-img','','inherit','closed','closed','','about-img','','','2015-05-16 14:23:16','2015-05-16 14:23:16','',59,'http://daviddelk.net/band/wp-content/uploads/2015/05/about-img.png',0,'attachment','image/png',0),(62,1,'2015-05-16 14:30:18','2015-05-16 14:30:18','','contact_heading_bg','','inherit','closed','closed','','contact_heading_bg','','','2015-05-16 14:30:18','2015-05-16 14:30:18','',59,'http://daviddelk.net/band/wp-content/uploads/2015/05/contact_heading_bg.jpg',0,'attachment','image/jpeg',0),(68,1,'2015-05-16 14:57:06','2015-05-16 14:57:06','','Beef Jerk','','publish','closed','closed','','beef-jerk','','','2015-05-16 14:57:06','2015-05-16 14:57:06','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=68',0,'tpath_clients','',0),(69,1,'2015-05-16 14:56:45','2015-05-16 14:56:45','','1-white','','inherit','closed','closed','','1-white','','','2015-05-16 14:56:45','2015-05-16 14:56:45','',68,'http://daviddelk.net/band/wp-content/uploads/2015/05/1-white.png',0,'attachment','image/png',0),(70,1,'2015-05-16 14:59:36','2015-05-16 14:59:36','','Ristranuto','','publish','closed','closed','','ristranuto','','','2015-05-16 14:59:36','2015-05-16 14:59:36','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=70',0,'tpath_clients','',0),(71,1,'2015-05-16 14:57:44','2015-05-16 14:57:44','','2-white','','inherit','closed','closed','','2-white','','','2015-05-16 14:57:44','2015-05-16 14:57:44','',70,'http://daviddelk.net/band/wp-content/uploads/2015/05/2-white.png',0,'attachment','image/png',0),(72,1,'2015-05-16 15:00:39','2015-05-16 15:00:39','','Losario','','publish','closed','closed','','losario','','','2015-05-16 15:00:39','2015-05-16 15:00:39','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=72',0,'tpath_clients','',0),(73,1,'2015-05-16 15:00:58','2015-05-16 15:00:58','','Singapure','','publish','closed','closed','','singapure','','','2015-05-16 15:00:58','2015-05-16 15:00:58','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=73',0,'tpath_clients','',0),(74,1,'2015-05-16 15:00:09','2015-05-16 15:00:09','','3-white','','inherit','closed','closed','','3-white','','','2015-05-16 15:00:09','2015-05-16 15:00:09','',72,'http://daviddelk.net/band/wp-content/uploads/2015/05/3-white.png',0,'attachment','image/png',0),(75,1,'2015-05-16 15:00:21','2015-05-16 15:00:21','','4-white','','inherit','closed','closed','','4-white','','','2015-05-16 15:00:21','2015-05-16 15:00:21','',73,'http://daviddelk.net/band/wp-content/uploads/2015/05/4-white.png',0,'attachment','image/png',0),(76,1,'2015-05-16 15:02:10','2015-05-16 15:02:10','','Beef Jerk','','publish','closed','closed','','beef-jerk-2','','','2015-05-16 15:02:10','2015-05-16 15:02:10','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=76',0,'tpath_clients','',0),(77,1,'2015-05-16 15:01:50','2015-05-16 15:01:50','','1','','inherit','closed','closed','','1','','','2015-05-16 15:01:50','2015-05-16 15:01:50','',76,'http://daviddelk.net/band/wp-content/uploads/2015/05/1.png',0,'attachment','image/png',0),(78,1,'2015-05-16 15:03:23','2015-05-16 15:03:23','','Ristranuto','','publish','closed','closed','','ristranuto-2','','','2015-05-16 15:03:23','2015-05-16 15:03:23','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=78',0,'tpath_clients','',0),(79,1,'2015-05-16 15:03:17','2015-05-16 15:03:17','','Losario','','publish','closed','closed','','losario-2','','','2015-05-16 15:03:17','2015-05-16 15:03:17','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=79',0,'tpath_clients','',0),(80,1,'2015-05-16 15:02:51','2015-05-16 15:02:51','','2','','inherit','closed','closed','','2','','','2015-05-16 15:02:51','2015-05-16 15:02:51','',78,'http://daviddelk.net/band/wp-content/uploads/2015/05/2.png',0,'attachment','image/png',0),(81,1,'2015-05-16 15:03:07','2015-05-16 15:03:07','','3','','inherit','closed','closed','','3','','','2015-05-16 15:03:07','2015-05-16 15:03:07','',79,'http://daviddelk.net/band/wp-content/uploads/2015/05/3.png',0,'attachment','image/png',0),(83,1,'2015-05-16 15:04:57','2015-05-16 15:04:57','','Singapure','','publish','closed','closed','','singapure-2','','','2015-05-16 15:04:57','2015-05-16 15:04:57','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=83',0,'tpath_clients','',0),(84,1,'2015-05-16 15:04:36','2015-05-16 15:04:36','','4','','inherit','closed','closed','','4','','','2015-05-16 15:04:36','2015-05-16 15:04:36','',83,'http://daviddelk.net/band/wp-content/uploads/2015/05/4.png',0,'attachment','image/png',0),(96,1,'2015-05-16 16:03:57','2015-05-16 16:03:57','','01','','publish','closed','closed','','01','','','2015-05-16 16:03:57','2015-05-16 16:03:57','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=96',0,'tpath_clients','',0),(97,1,'2015-05-16 16:03:59','2015-05-16 16:03:59','','02','','publish','closed','closed','','02','','','2015-05-16 16:03:59','2015-05-16 16:03:59','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=97',0,'tpath_clients','',0),(98,1,'2015-05-16 16:04:01','2015-05-16 16:04:01','','03','','publish','closed','closed','','03','','','2015-05-16 16:04:01','2015-05-16 16:04:01','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=98',0,'tpath_clients','',0),(99,1,'2015-05-16 16:04:03','2015-05-16 16:04:03','','04','','publish','closed','closed','','04','','','2015-05-16 16:04:03','2015-05-16 16:04:03','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=99',0,'tpath_clients','',0),(100,1,'2015-05-16 16:05:50','2015-05-16 16:05:50','','001','','publish','closed','closed','','001','','','2015-05-16 16:05:50','2015-05-16 16:05:50','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=100',0,'tpath_clients','',0),(101,1,'2015-05-16 16:05:51','2015-05-16 16:05:51','','002','','publish','closed','closed','','002','','','2015-05-16 16:05:51','2015-05-16 16:05:51','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=101',0,'tpath_clients','',0),(102,1,'2015-05-16 16:05:55','2015-05-16 16:05:55','','003','','publish','closed','closed','','003','','','2015-05-16 16:05:55','2015-05-16 16:05:55','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=102',0,'tpath_clients','',0),(103,1,'2015-05-16 16:05:57','2015-05-16 16:05:57','','004','','publish','closed','closed','','004','','','2015-05-16 16:05:57','2015-05-16 16:05:57','',0,'http://themexlab.com/buffalo/?post_type=tpath_clients&p=103',0,'tpath_clients','',0),(104,1,'2015-05-16 16:30:48','2015-05-16 16:30:48','','logo2','','inherit','closed','closed','','logo2','','','2015-05-16 16:30:48','2015-05-16 16:30:48','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/logo2.png',0,'attachment','image/png',0),(117,1,'2015-05-16 23:27:45','2015-05-16 23:27:45','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"#\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\" Choose your meal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-knife39\" title=\"Lunch/Dinner\" btn_title=\"Take a Reservation\" btn_link=\"http://themexlab.com/buffalo/reservation/\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-burger12\" title=\"Burger to Go\" btn_title=\"Choose a Menu\" btn_link=\"http://themexlab.com/buffalo/menu-gallery\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-alcohol7\" title=\"Drinks\" btn_title=\"Order some drinks\" btn_link=\"http://themexlab.com/buffalo/menu-gallery/\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-salad\" title=\"Salads\" btn_title=\"Choose a Menu\" btn_link=\"http://themexlab.com/buffalo/menu-gallery/\"][/tpath_feature_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][tpath_tiled_gallery gallery_images=\"574,575,576,577,578,579\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436553352651{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" el_class=\"paralax-form\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\" offset=\"vc_col-lg-2 vc_hidden-md vc_hidden-sm\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-12\"][tpath_day_counter day=\"28\" month=\"11\" year=\"2015\" title=\"Take a reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464562165{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial posts=\"10\" categories=\"3\" autoplay=\"5000\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our latest news on the blog\" alignment=\"Center\"][tpath_vc_blog posts=\"4\" layout=\"list\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464594841{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433110871213{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our popular restaurants\" alignment=\"Center\" margin_bottom=\"40\"][tpath_vc_clients posts=\"10\" navigation=\"true\" pagenav_style=\"dark\" categories=\"11\" title=\"Our popular restaurants\" alignment=\"Center\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 2','','publish','closed','closed','','home-version-2','','','2015-05-16 23:27:45','2015-05-16 23:27:45','',0,'http://themexlab.com/buffalo/?page_id=117',0,'page','',0),(118,1,'2015-05-16 23:14:02','2015-05-16 23:14:02','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"http://themexlab.com/buffalo/menu-gallery\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436554249992{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" el_class=\"paralax-form\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/2\"][tpath_day_counter day=\"01\" month=\"01\" year=\"2016\" title=\"Take a Reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436468468804{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial categories=\"3\" autoplay=\"5000\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"10\" navigation=\"true\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Reservation','','publish','closed','closed','','reservation','','','2015-05-16 23:14:02','2015-05-16 23:14:02','',0,'http://themexlab.com/buffalo/?page_id=118',0,'page','',0),(129,1,'2015-05-17 00:01:23','2015-05-17 00:01:23','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','publish','closed','closed','','home-version-3','','','2017-03-25 21:00:01','2017-03-25 21:00:01','',0,'http://themexlab.com/buffalo/?page_id=129',0,'page','',0),(131,1,'2015-05-17 02:49:21','2015-05-17 02:49:21','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" margin_bottom=\"40\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"2/3\"][tpath_google_map map_height=\"860px\" map_address=\"Ladera Center, 6709 La Tijera Blvd, Los Angeles, CA 90045, United States\" map_content=\"Buffalo Restaurant\" map_scroll=\"yes\"][/vc_column][/vc_row]','Contact One','','publish','closed','closed','','contact-one','','','2015-05-17 02:49:21','2015-05-17 02:49:21','',0,'http://themexlab.com/buffalo/?page_id=131',0,'page','',0),(140,1,'2015-05-17 12:24:28','2015-05-17 12:24:28','','10','','inherit','closed','closed','','10','','','2015-05-17 12:24:28','2015-05-17 12:24:28','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/10.jpg',0,'attachment','image/jpeg',0),(141,1,'2015-05-17 12:26:46','2015-05-17 12:26:46','','11','','inherit','closed','closed','','11','','','2015-05-17 12:26:46','2015-05-17 12:26:46','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/11.jpg',0,'attachment','image/jpeg',0),(142,1,'2015-05-17 12:29:23','2015-05-17 12:29:23','','12','','inherit','closed','closed','','12','','','2015-05-17 12:29:23','2015-05-17 12:29:23','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/12.jpg',0,'attachment','image/jpeg',0),(155,1,'2015-05-17 17:05:35','2015-05-17 17:05:35','','Carousel-01','','inherit','closed','closed','','carousel-01','','','2015-05-17 17:05:35','2015-05-17 17:05:35','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/Carousel-01.jpg',0,'attachment','image/jpeg',0),(156,1,'2015-05-17 17:05:40','2015-05-17 17:05:40','','Carousel-02','','inherit','closed','closed','','carousel-02','','','2015-05-17 17:05:40','2015-05-17 17:05:40','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/Carousel-02.jpg',0,'attachment','image/jpeg',0),(157,1,'2015-05-17 17:05:43','2015-05-17 17:05:43','','Carousel-03','','inherit','closed','closed','','carousel-03','','','2015-05-17 17:05:43','2015-05-17 17:05:43','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/Carousel-03.jpg',0,'attachment','image/jpeg',0),(166,1,'2015-05-24 11:30:12','2015-05-24 11:30:12','','team-04','','inherit','closed','closed','','team-04','','','2015-05-24 11:30:12','2015-05-24 11:30:12','',8,'http://daviddelk.net/band/wp-content/uploads/2015/05/team-04.jpg',0,'attachment','image/jpeg',0),(167,1,'2015-05-24 11:31:38','2015-05-24 11:31:38','','team-03','','inherit','closed','closed','','team-03','','','2015-05-24 11:31:38','2015-05-24 11:31:38','',10,'http://daviddelk.net/band/wp-content/uploads/2015/05/team-03.jpg',0,'attachment','image/jpeg',0),(168,1,'2015-05-24 11:32:52','2015-05-24 11:32:52','','team-02','','inherit','closed','closed','','team-02','','','2015-05-24 11:32:52','2015-05-24 11:32:52','',12,'http://daviddelk.net/band/wp-content/uploads/2015/05/team-02.jpg',0,'attachment','image/jpeg',0),(170,1,'2015-05-24 11:34:13','2015-05-24 11:34:13','','team-01','','inherit','closed','closed','','team-01','','','2015-05-24 11:34:13','2015-05-24 11:34:13','',14,'http://daviddelk.net/band/wp-content/uploads/2015/05/team-01.jpg',0,'attachment','image/jpeg',0),(171,1,'2015-05-24 11:35:51','2015-05-24 11:35:51','','testimonials-03','','inherit','closed','closed','','testimonials-03','','','2015-05-24 11:35:51','2015-05-24 11:35:51','',21,'http://daviddelk.net/band/wp-content/uploads/2015/05/testimonials-03.jpg',0,'attachment','image/jpeg',0),(172,1,'2015-05-24 11:36:53','2015-05-24 11:36:53','','testimonials-02','','inherit','closed','closed','','testimonials-02','','','2015-05-24 11:36:53','2015-05-24 11:36:53','',26,'http://daviddelk.net/band/wp-content/uploads/2015/05/testimonials-02.jpg',0,'attachment','image/jpeg',0),(173,1,'2015-05-24 11:38:10','2015-05-24 11:38:10','','testimonials-01','','inherit','closed','closed','','testimonials-01','','','2015-05-24 11:38:10','2015-05-24 11:38:10','',28,'http://daviddelk.net/band/wp-content/uploads/2015/05/testimonials-01.jpg',0,'attachment','image/jpeg',0),(174,1,'2015-05-24 11:45:00','2015-05-24 11:45:00','','portfolio-01','','inherit','closed','closed','','portfolio-01','','','2015-05-24 11:45:00','2015-05-24 11:45:00','',7,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-01.jpg',0,'attachment','image/jpeg',0),(175,1,'2015-05-24 12:07:43','2015-05-24 12:07:43','','portfolio-02','','inherit','closed','closed','','portfolio-02','','','2015-05-24 12:07:43','2015-05-24 12:07:43','',33,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-02.jpg',0,'attachment','image/jpeg',0),(176,1,'2015-05-24 12:12:54','2015-05-24 12:12:54','','portfolio-03','','inherit','closed','closed','','portfolio-03','','','2015-05-24 12:12:54','2015-05-24 12:12:54','',32,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-03.jpg',0,'attachment','image/jpeg',0),(177,1,'2015-05-24 12:19:06','2015-05-24 12:19:06','','portfolio-04','','inherit','closed','closed','','portfolio-04','','','2015-05-24 12:19:06','2015-05-24 12:19:06','',40,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-04.jpg',0,'attachment','image/jpeg',0),(178,1,'2015-05-24 12:21:38','2015-05-24 12:21:38','','portfolio-05','','inherit','closed','closed','','portfolio-05','','','2015-05-24 12:21:38','2015-05-24 12:21:38','',39,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-05.jpg',0,'attachment','image/jpeg',0),(179,1,'2015-05-24 12:29:39','2015-05-24 12:29:39','','portfolio-06','','inherit','closed','closed','','portfolio-06','','','2015-05-24 12:29:39','2015-05-24 12:29:39','',43,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-06.jpg',0,'attachment','image/jpeg',0),(180,1,'2015-05-24 12:31:40','2015-05-24 12:31:40','','portfolio-07','','inherit','closed','closed','','portfolio-07','','','2015-05-24 12:31:40','2015-05-24 12:31:40','',46,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-07.jpg',0,'attachment','image/jpeg',0),(181,1,'2015-05-24 12:33:23','2015-05-24 12:33:23','','portfolio-08','','inherit','closed','closed','','portfolio-08','','','2015-05-24 12:33:23','2015-05-24 12:33:23','',47,'http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-08.jpg',0,'attachment','image/jpeg',0),(182,1,'2015-05-24 12:36:01','2015-05-24 12:36:01','','slider-01','','inherit','closed','closed','','slider-01','','','2015-05-24 12:36:01','2015-05-24 12:36:01','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/slider-01.jpg',0,'attachment','image/jpeg',0),(183,1,'2015-05-24 12:40:43','2015-05-24 12:40:43','','slider-logo','','inherit','closed','closed','','slider-logo','','','2015-05-24 12:40:43','2015-05-24 12:40:43','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/slider-logo.png',0,'attachment','image/png',0),(184,1,'2015-05-24 13:14:15','2015-05-24 13:14:15','','slider-02','','inherit','closed','closed','','slider-02','','','2015-05-24 13:14:15','2015-05-24 13:14:15','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/slider-02.jpg',0,'attachment','image/jpeg',0),(185,1,'2015-05-24 13:23:03','2015-05-24 13:23:03','','slider-03','','inherit','closed','closed','','slider-03','','','2015-05-24 13:23:03','2015-05-24 13:23:03','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/slider-03.jpg',0,'attachment','image/jpeg',0),(186,1,'2015-05-24 13:29:58','2015-05-24 13:29:58','','slider-logo1','','inherit','closed','closed','','slider-logo1','','','2015-05-24 13:29:58','2015-05-24 13:29:58','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/slider-logo1.png',0,'attachment','image/png',0),(210,1,'2015-05-24 17:14:05','2015-05-24 17:14:05','[vc_row center_row=\"yes\" css=\".vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110706750{padding-bottom: 15px !important;}\" offset=\"vc_col-lg-4 vc_col-md-5\"][tpath_section_title title=\"Our Opening Hours \"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 – 21:00\" tuesday_hour=\"12:00 – 21:00\" wednesday_hour=\"12:00 – 21:00\" thursday_hour=\"12:00 – 21:00\" friday_hour=\"12:00 – 21:00\" saturday_hour=\"12:00 – 21:00\" saturday_sub=\"All You Can Eat\" sunday_hour=\"12:00 – 21:00\" btn_text=\"Take reservation\" link=\"#\" btn_class=\"btn-active\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-7\"][tpath_google_map map_height=\"720px\" map_address=\"Ladera Center, 6709 La Tijera Blvd, Los Angeles, CA 90045, United States\" map_content=\"Buffalo Restaurant\" map_scroll=\"yes\"][/vc_column][/vc_row]','Contact Two','','publish','closed','closed','','contact-two','','','2015-05-24 17:14:05','2015-05-24 17:14:05','',0,'http://themexlab.com/buffalo/?page_id=210',0,'page','',0),(220,1,'2015-05-24 18:09:52','2015-05-24 18:09:52','[vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"2/3\"][tpath_section_title title=\"Fill Your Information\" alignment=\"Left\" heading_type=\"h4\"][vc_column_text][tpath_contact_form form=\"on\" form_align=\"on\" info=\"on\" btn_text=\"Submit\"][/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_widget_sidebar sidebar_id=\"footer-widget-4\"][/vc_column][/vc_row][vc_row background_style=\"tpath-standard\" css=\".vc_custom_1432492657292{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/1\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMjQxODIuNTE5NTY4NzIwNjE0JTIxMmQtNzQuMDA2NDc1OSUyMTNkNDAuNzQ0MDk3MyUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDg5YzI1OWM3NTc5Mjg1N2IlMjUzQTB4M2VmYTdhN2I1YzMzYjI2NSUyMTJzQXZlbnVlJTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzaW4lMjE0djE0MzE4MzA5MDY1MDclMjIlMjB3aWR0aCUzRCUyMjEyMDAlMjIlMjBoZWlnaHQlM0QlMjI0MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlM0UlM0MlMkZpZnJhbWUlM0U=\" size=\"400\"][/vc_column][/vc_row]','Contact Three','','publish','closed','closed','','contact-three','','','2015-05-24 18:09:52','2015-05-24 18:09:52','',0,'http://themexlab.com/buffalo/?page_id=220',0,'page','',0),(232,1,'2015-05-24 19:20:30','2015-05-24 19:20:30','','thumb-gallery-01','','inherit','closed','closed','','thumb-gallery-01','','','2015-05-24 19:20:30','2015-05-24 19:20:30','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg',0,'attachment','image/jpeg',0),(233,1,'2015-05-24 19:23:23','2015-05-24 19:23:23','','thumb-gallery-02','','inherit','closed','closed','','thumb-gallery-02','','','2015-05-24 19:23:23','2015-05-24 19:23:23','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-02.jpg',0,'attachment','image/jpeg',0),(234,1,'2015-05-24 19:30:02','2015-05-24 19:30:02','','thumb-gallery-03','','inherit','closed','closed','','thumb-gallery-03','','','2015-05-24 19:30:02','2015-05-24 19:30:02','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-03.jpg',0,'attachment','image/jpeg',0),(238,1,'2015-05-24 20:04:07','2015-05-24 20:04:07','[vc_row center_row=\"yes\" css=\".vc_custom_1436467316231{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433109706627{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Steaks & Beef\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Hot Spicy beef steak\" item_price=\"14.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"BBQ Steak burger\" item_price=\"19.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Chicken breast steak\" item_price=\"13.95$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Chiportle Weste Steak\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Salad & Spices\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Chicken Salad\" item_price=\"12.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"Mexican Salad\" item_price=\"13.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Greek Salad\" item_price=\"10.99$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Fruit Smooth Salad\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Drinks & Wine\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Old Grog Whisky\" item_price=\"6.59$\" item_content=\"vodka, whisky\"][tpath_bmenus_item item_title=\"Mojito Cockatil\" item_price=\"19.99$\" item_content=\"gin, vodka, lychee liqueur, lime\"][tpath_bmenus_item item_title=\"Chardonai Wine\" item_price=\"67.95$\" item_content=\"wine bottle from 1923\"][tpath_bmenus_item item_title=\"NÉSPRESSO\" item_price=\"8.99$\" item_content=\"espresso, coffee\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436467415537{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Nuts\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-mushroom14\" title=\"Potatos\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Boletus\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-onions\" title=\"Onion\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467925138{padding-top: 30px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-salad\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable3\" title=\"Tomato\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-pepper1\" title=\"Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-mushroom14\" title=\"Broccoli\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467502975{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433111902201{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"secondary-color\" center_row=\"yes\" css=\".vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"10\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Services','','publish','closed','closed','','services-2','','','2015-05-24 20:04:07','2015-05-24 20:04:07','',0,'http://themexlab.com/buffalo/?page_id=238',0,'page','',0),(239,1,'2015-05-24 20:03:24','2015-05-24 20:03:24','','services-header-bg','','inherit','closed','closed','','services-header-bg','','','2015-05-24 20:03:24','2015-05-24 20:03:24','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/services-header-bg.jpg',0,'attachment','image/jpeg',0),(252,1,'2015-05-25 08:45:34','2015-05-25 08:45:34','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Awesome Dishes','','publish','open','closed','','awesome-dishes','','','2015-05-25 08:45:34','2015-05-25 08:45:34','',0,'http://themexlab.com/buffalo/?p=252',0,'post','',0),(254,1,'2015-05-25 09:38:44','2015-05-25 09:38:44','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Spicy Steak Bites','','publish','open','closed','','spicy-steak-bites','','','2015-05-25 09:38:44','2015-05-25 09:38:44','',0,'http://themexlab.com/buffalo/?p=254',0,'post','',0),(256,1,'2015-05-25 09:42:56','2015-05-25 09:42:56','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Roasted Bison Steak','','publish','closed','closed','','roasted-bison-steak','','','2015-05-25 09:42:56','2015-05-25 09:42:56','',0,'http://themexlab.com/buffalo/?p=256',0,'post','',0),(258,1,'2015-05-25 09:52:13','2015-05-25 09:52:13','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','BBQ Spareribs Salad','','publish','open','closed','','bbq-spareribs-salad','','','2015-05-25 09:52:13','2015-05-25 09:52:13','',0,'http://themexlab.com/buffalo/?p=258',0,'post','',0),(260,1,'2015-05-25 09:55:39','2015-05-25 09:55:39','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Hot Cereals Breakfast','','publish','open','open','','hot-cereals-breakfast','','','2015-05-25 09:55:39','2015-05-25 09:55:39','',0,'http://themexlab.com/buffalo/?p=260',0,'post','',0),(262,1,'2015-05-25 10:00:39','2015-05-25 10:00:39','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Best Stuffed Salads','','publish','open','closed','','best-stuffed-salads','','','2015-05-25 10:00:39','2015-05-25 10:00:39','',0,'http://themexlab.com/buffalo/?p=262',0,'post','',0),(264,1,'2015-05-25 10:09:41','2015-05-25 10:09:41','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Coffee de creama','','publish','open','closed','','coffee-de-creama','','','2015-05-25 10:09:41','2015-05-25 10:09:41','',0,'http://themexlab.com/buffalo/?p=264',0,'post','',0),(266,1,'2015-05-25 10:26:48','2015-05-25 10:26:48','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Best Steak Menues','','publish','open','closed','','best-steak-menues','','','2015-05-25 10:26:48','2015-05-25 10:26:48','',0,'http://themexlab.com/buffalo/?p=266',0,'post','',0),(268,1,'2015-05-25 10:30:29','2015-05-25 10:30:29','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','15 Awesome Spices','','publish','open','closed','','15-awesome-spices','','','2015-05-25 10:30:29','2015-05-25 10:30:29','',0,'http://themexlab.com/buffalo/?p=268',0,'post','',0),(294,1,'2015-05-25 19:24:57','2015-05-25 19:24:57','','blog-01','','inherit','closed','closed','','blog-01','','','2015-05-25 19:24:57','2015-05-25 19:24:57','',252,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-01.jpg',0,'attachment','image/jpeg',0),(295,1,'2015-05-25 19:29:57','2015-05-25 19:29:57','','blog-02','','inherit','closed','closed','','blog-02','','','2015-05-25 19:29:57','2015-05-25 19:29:57','',254,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-02.jpg',0,'attachment','image/jpeg',0),(296,1,'2015-05-25 19:33:06','2015-05-25 19:33:06','','blog-03','','inherit','closed','closed','','blog-03','','','2015-05-25 19:33:06','2015-05-25 19:33:06','',256,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-03.jpg',0,'attachment','image/jpeg',0),(297,1,'2015-05-25 19:40:52','2015-05-25 19:40:52','','blog-04','','inherit','closed','closed','','blog-04','','','2015-05-25 19:40:52','2015-05-25 19:40:52','',258,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-04.jpg',0,'attachment','image/jpeg',0),(298,1,'2015-05-25 19:41:00','2015-05-25 19:41:00','','blog-05','','inherit','closed','closed','','blog-05','','','2015-05-25 19:41:00','2015-05-25 19:41:00','',258,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-05.jpg',0,'attachment','image/jpeg',0),(299,1,'2015-05-25 19:41:15','2015-05-25 19:41:15','','blog-06','','inherit','closed','closed','','blog-06','','','2015-05-25 19:41:15','2015-05-25 19:41:15','',258,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-06.jpg',0,'attachment','image/jpeg',0),(300,1,'2015-05-25 19:43:16','2015-05-25 19:43:16','','blog-07','','inherit','closed','closed','','blog-07','','','2015-05-25 19:43:16','2015-05-25 19:43:16','',260,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-07.jpg',0,'attachment','image/jpeg',0),(301,1,'2015-05-25 19:46:08','2015-05-25 19:46:08','','blog-08','','inherit','closed','closed','','blog-08','','','2015-05-25 19:46:08','2015-05-25 19:46:08','',262,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-08.jpg',0,'attachment','image/jpeg',0),(302,1,'2015-05-25 19:48:22','2015-05-25 19:48:22','','blog-09','','inherit','closed','closed','','blog-09','','','2015-05-25 19:48:22','2015-05-25 19:48:22','',264,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-09.jpg',0,'attachment','image/jpeg',0),(308,1,'2015-05-25 19:57:13','2015-05-25 19:57:13','','blog-10','','inherit','closed','closed','','blog-10','','','2015-05-25 19:57:13','2015-05-25 19:57:13','',266,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-10.jpg',0,'attachment','image/jpeg',0),(309,1,'2015-05-25 19:57:19','2015-05-25 19:57:19','','blog-11','','inherit','closed','closed','','blog-11','','','2015-05-25 19:57:19','2015-05-25 19:57:19','',266,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-11.jpg',0,'attachment','image/jpeg',0),(310,1,'2015-05-25 19:57:28','2015-05-25 19:57:28','','blog-12','','inherit','closed','closed','','blog-12','','','2015-05-25 19:57:28','2015-05-25 19:57:28','',266,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-12.jpg',0,'attachment','image/jpeg',0),(311,1,'2015-05-25 20:02:08','2015-05-25 20:02:08','','blog-13','','inherit','closed','closed','','blog-13','','','2015-05-25 20:02:08','2015-05-25 20:02:08','',268,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-13.jpg',0,'attachment','image/jpeg',0),(316,1,'2015-05-25 20:23:09','2015-05-25 20:23:09','','dvi-2','','inherit','closed','closed','','dvi-2','','','2015-05-25 20:23:09','2015-05-25 20:23:09','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg',0,'attachment','image/jpeg',0),(319,1,'2015-05-25 20:30:15','2015-05-25 20:30:15','','carosel-01','','inherit','closed','closed','','carosel-01','','','2015-05-25 20:30:15','2015-05-25 20:30:15','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/carosel-01.jpg',0,'attachment','image/jpeg',0),(321,1,'2015-05-25 20:34:15','2015-05-25 20:34:15','','carosel-02','','inherit','closed','closed','','carosel-02','','','2015-05-25 20:34:15','2015-05-25 20:34:15','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/carosel-02.jpg',0,'attachment','image/jpeg',0),(322,1,'2015-05-25 20:34:19','2015-05-25 20:34:19','','carosel-03','','inherit','closed','closed','','carosel-03','','','2015-05-25 20:34:19','2015-05-25 20:34:19','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/carosel-03.jpg',0,'attachment','image/jpeg',0),(324,1,'2015-05-25 20:38:03','2015-05-25 20:38:03','','carosel-04','','inherit','closed','closed','','carosel-04','','','2015-05-25 20:38:03','2015-05-25 20:38:03','',238,'http://daviddelk.net/band/wp-content/uploads/2015/05/carosel-04.jpg',0,'attachment','image/jpeg',0),(342,1,'2015-05-26 02:59:23','2015-05-26 02:59:23','','Blog','','publish','closed','closed','','blog','','','2015-05-26 02:59:23','2015-05-26 02:59:23','',0,'http://themexlab.com/buffalo/?page_id=342',0,'page','',0),(349,1,'2015-05-31 03:19:37','2015-05-31 03:19:37','Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout:\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut accumsan accumsan tellus eu blandit. Sed pellentesque tristique velit et vulputate. Nullam scelerisque, lectus vel rhoncus sodales, odio justo dapibus mi, et interdum est leo eu nunc. Vivamus a facilisis felis. Phasellus lacinia, nibh non faucibus viverra, ex tortor semper dolor, at pharetra nulla purus vel ex. Fusce in dapibus diam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n<blockquote>Pellentesque hendrerit, risus vel pharetra malesuada, ipsum purus iaculis sapien, vitae dapibus metus nulla ornare est. Maecenas scelerisque dictum ipsum, vel tempus tortor tristique in.</blockquote>\nInteger tincidunt tincidunt ante sed vestibulum. Nulla eget metus non felis mollis mattis. Vivamus molestie sapien ut sem cursus auctor. Fusce nec nisi orci. Nam egestas sem est, in maximus massa ullamcorper nec. Maecenas orci mi, pretium vel efficitur nec, dapibus at mi. Fusce a velit mauris. Nam dignissim justo quis tempus cursus. Proin tempor ligula eget magna mattis tempus et vel ex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer arcu justo, scelerisque pretium commodo semper, scelerisque a velit. Fusce at volutpat nunc, non ullamcorper velit.','Hot Fried Chickens','','publish','open','closed','','hot-fried-chickens','','','2015-05-31 03:19:37','2015-05-31 03:19:37','',0,'http://themexlab.com/buffalo/?p=349',0,'post','',0),(351,1,'2015-05-26 03:19:25','2015-05-26 03:19:25','','blog-14','','inherit','closed','closed','','blog-14','','','2015-05-26 03:19:25','2015-05-26 03:19:25','',349,'http://daviddelk.net/band/wp-content/uploads/2015/05/blog-14.jpg',0,'attachment','image/jpeg',0),(379,1,'2015-05-26 04:45:59','2015-05-26 04:45:59','','3','','inherit','closed','closed','','3-2','','','2015-05-26 04:45:59','2015-05-26 04:45:59','',118,'http://daviddelk.net/band/wp-content/uploads/2015/05/3.jpg',0,'attachment','image/jpeg',0),(513,1,'2015-05-31 07:21:02','2015-05-31 07:21:02','[vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][tpath_tiled_gallery gallery_images=\"574,575,576,577,578,579\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our latest news on the blog \" alignment=\"Center\"][tpath_vc_blog posts=\"4\" layout=\"list\"][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" el_class=\"paralax-form\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/2\"][tpath_day_counter day=\"01\" month=\"01\" year=\"2016\" title=\"Take a Reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row]','Services','','publish','closed','closed','','services','','','2015-05-31 07:21:02','2015-05-31 07:21:02','',0,'http://themexlab.com/buffalo/?page_id=513',0,'page','',0),(574,1,'2015-05-31 20:38:08','2015-05-31 20:38:08','','Fish & Chips','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-01','','','2015-05-31 20:38:08','2015-05-31 20:38:08','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-01.jpg',0,'attachment','image/jpeg',0),(575,1,'2015-05-31 20:38:45','2015-05-31 20:38:45','','Salads & Antipasto','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-02','','','2015-05-31 20:38:45','2015-05-31 20:38:45','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-02.jpg',0,'attachment','image/jpeg',0),(576,1,'2015-05-31 20:39:18','2015-05-31 20:39:18','','Quality Meat','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-03','','','2015-05-31 20:39:18','2015-05-31 20:39:18','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-03.jpg',0,'attachment','image/jpeg',0),(577,1,'2015-05-31 20:40:02','2015-05-31 20:40:02','','Best Wines','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-04','','','2015-05-31 20:40:02','2015-05-31 20:40:02','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-04.jpg',0,'attachment','image/jpeg',0),(578,1,'2015-05-31 20:40:50','2015-05-31 20:40:50','','Hot Spices','If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle','inherit','closed','closed','','tiled-05','','','2015-05-31 20:40:50','2015-05-31 20:40:50','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-05.jpg',0,'attachment','image/jpeg',0),(579,1,'2015-05-31 20:41:22','2015-05-31 20:41:22','','Delicious Beef','If you visit one of our stores during the first week of next month you will see our cashiers','inherit','closed','closed','','tiled-06','','','2015-05-31 20:41:22','2015-05-31 20:41:22','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/tiled-06.jpg',0,'attachment','image/jpeg',0),(582,1,'2015-05-31 21:04:16','2015-05-31 21:04:16','','steak-01','','inherit','closed','closed','','steak-01','','','2015-05-31 21:04:16','2015-05-31 21:04:16','',129,'http://daviddelk.net/band/wp-content/uploads/2015/05/steak-01.jpg',0,'attachment','image/jpeg',0),(617,1,'2015-06-07 08:42:48','2015-06-07 08:42:48','New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning.','John Sparks','','publish','closed','closed','','john-sparks','','','2015-06-07 08:42:48','2015-06-07 08:42:48','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=617',0,'tpath_testimonial','',0),(618,1,'2015-06-07 08:43:48','2015-06-07 08:43:48','New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning.','Ethean Garreth','','publish','closed','closed','','ethean-garreth-2','','','2015-06-07 08:43:48','2015-06-07 08:43:48','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=618',0,'tpath_testimonial','',0),(619,1,'2015-06-07 08:46:05','2015-06-07 08:46:05','New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning.','John Sparks','','publish','closed','closed','','john-sparks-2','','','2015-06-07 08:46:05','2015-06-07 08:46:05','',0,'http://themexlab.com/buffalo/?post_type=tpath_testimonial&p=619',0,'tpath_testimonial','',0),(629,1,'2015-06-10 13:36:52','2015-06-10 13:36:52','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','AustraliaThe Sardine Room','','publish','closed','closed','','australiathe-sardine-room','','','2015-06-10 13:36:52','2015-06-10 13:36:52','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=629',0,'tpath_stores','',0),(633,1,'2015-06-10 16:12:16','2015-06-10 16:12:16','','store01','','inherit','open','open','','store01','','','2015-06-10 16:12:16','2015-06-10 16:12:16','',629,'http://daviddelk.net/band/wp-content/uploads/2015/06/store01.jpg',0,'attachment','image/jpeg',0),(634,1,'2015-06-10 16:16:27','2015-06-10 16:16:27','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','Opus Restaurant','','publish','closed','closed','','opus-restaurant','','','2015-06-10 16:16:27','2015-06-10 16:16:27','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=634',0,'tpath_stores','',0),(635,1,'2015-06-10 16:15:30','2015-06-10 16:15:30','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','The Bear','','publish','closed','closed','','the-bear','','','2015-06-10 16:15:30','2015-06-10 16:15:30','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=635',0,'tpath_stores','',0),(636,1,'2015-06-10 16:14:35','2015-06-10 16:14:35','','store02','','inherit','open','open','','store02','','','2015-06-10 16:14:35','2015-06-10 16:14:35','',635,'http://daviddelk.net/band/wp-content/uploads/2015/06/store02.jpg',0,'attachment','image/jpeg',0),(637,1,'2015-06-10 16:17:34','2015-06-10 16:17:34','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','Harry\'s Restaurant','','publish','closed','closed','','harrys-restaurant','','','2015-06-10 16:17:34','2015-06-10 16:17:34','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=637',0,'tpath_stores','',0),(638,1,'2015-06-10 16:16:03','2015-06-10 16:16:03','','store03','','inherit','open','open','','store03','','','2015-06-10 16:16:03','2015-06-10 16:16:03','',634,'http://daviddelk.net/band/wp-content/uploads/2015/06/store03.jpg',0,'attachment','image/jpeg',0),(639,1,'2015-06-10 16:17:20','2015-06-10 16:17:20','','store04','','inherit','open','open','','store04','','','2015-06-10 16:17:20','2015-06-10 16:17:20','',637,'http://daviddelk.net/band/wp-content/uploads/2015/06/store04.jpg',0,'attachment','image/jpeg',0),(640,1,'2015-06-10 16:18:58','2015-06-10 16:18:58','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','Rice Paper Scissors','','publish','closed','closed','','rice-paper-scissors','','','2015-06-10 16:18:58','2015-06-10 16:18:58','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=640',0,'tpath_stores','',0),(641,1,'2015-06-10 16:18:37','2015-06-10 16:18:37','','store06','','inherit','open','open','','store06','','','2015-06-10 16:18:37','2015-06-10 16:18:37','',640,'http://daviddelk.net/band/wp-content/uploads/2015/06/store06.jpg',0,'attachment','image/jpeg',0),(642,1,'2015-06-10 16:50:57','2015-06-10 16:50:57','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)','Slide Restaurant','','publish','closed','closed','','slide-restaurant','','','2015-06-10 16:50:57','2015-06-10 16:50:57','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=642',0,'tpath_stores','',0),(643,1,'2015-06-10 16:50:50','2015-06-10 16:50:50','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)','Twenty 8 Acres','','publish','closed','closed','','twenty-8-acres','','','2015-06-10 16:50:50','2015-06-10 16:50:50','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=643',0,'tpath_stores','',0),(644,1,'2015-06-10 16:50:01','2015-06-10 16:50:01','','store07','','inherit','open','open','','store07','','','2015-06-10 16:50:01','2015-06-10 16:50:01','',643,'http://daviddelk.net/band/wp-content/uploads/2015/06/store07.jpg',0,'attachment','image/jpeg',0),(645,1,'2015-06-10 16:50:47','2015-06-10 16:50:47','','store05','','inherit','open','open','','store05','','','2015-06-10 16:50:47','2015-06-10 16:50:47','',642,'http://daviddelk.net/band/wp-content/uploads/2015/06/store05.jpg',0,'attachment','image/jpeg',0),(646,1,'2015-06-10 16:53:53','2015-06-10 16:53:53','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)','Medusa Greek Taverna','','publish','closed','closed','','medusa-greek-taverna','','','2015-06-10 16:53:53','2015-06-10 16:53:53','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=646',0,'tpath_stores','',0),(647,1,'2015-06-10 16:53:39','2015-06-10 16:53:39','','store08','','inherit','open','open','','store08','','','2015-06-10 16:53:39','2015-06-10 16:53:39','',646,'http://daviddelk.net/band/wp-content/uploads/2015/06/store08.jpg',0,'attachment','image/jpeg',0),(682,1,'2015-07-03 07:05:13','2015-07-03 07:05:13','','favicon','','inherit','open','open','','fav','','','2015-07-03 07:05:13','2015-07-03 07:05:13','',0,'http://daviddelk.net/band/wp-content/uploads/2015/07/fav.png',0,'attachment','image/png',0),(683,1,'2015-07-03 07:05:32','2015-07-03 07:05:32','','apple','','inherit','open','open','','apple','','','2015-07-03 07:05:32','2015-07-03 07:05:32','',0,'http://daviddelk.net/band/wp-content/uploads/2015/07/apple.png',0,'attachment','image/png',0),(684,1,'2017-03-20 03:42:49','2017-03-20 03:42:49',' ','','','publish','closed','closed','','684','','','2017-03-20 03:42:49','2017-03-20 03:42:49','',0,'http://daviddelk.net/band/2017/03/20/',5,'nav_menu_item','',0),(685,1,'2017-03-20 03:42:49','2017-03-20 03:42:49','','Home Version 1','','publish','closed','closed','','home-version-1','','','2017-03-20 03:42:49','2017-03-20 03:42:49','',0,'http://daviddelk.net/band/2017/03/20/home-version-1/',2,'nav_menu_item','',0),(686,1,'2017-03-20 03:42:49','2017-03-20 03:42:49',' ','','','publish','closed','closed','','686','','','2017-03-20 03:42:49','2017-03-20 03:42:49','',0,'http://daviddelk.net/band/2017/03/20/',2,'nav_menu_item','',0),(687,1,'2017-03-20 03:42:50','2017-03-20 03:42:50',' ','','','publish','closed','closed','','687','','','2017-03-20 03:42:50','2017-03-20 03:42:50','',0,'http://daviddelk.net/band/2017/03/20/',1,'nav_menu_item','',0),(688,1,'2017-03-20 03:42:50','2017-03-20 03:42:50','','Contact','','publish','closed','closed','','contact','','','2017-03-20 03:42:50','2017-03-20 03:42:50','',0,'http://daviddelk.net/band/2017/03/20/contact/',3,'nav_menu_item','',0),(689,1,'2017-03-20 03:42:50','2017-03-20 03:42:50','','Services','','publish','closed','closed','','services','','','2017-03-20 03:42:50','2017-03-20 03:42:50','',0,'http://daviddelk.net/band/2017/03/20/services/',6,'nav_menu_item','',0),(690,1,'2017-03-20 03:42:50','2017-03-20 03:42:50','','Home','','publish','closed','closed','','home','','','2017-03-20 03:42:50','2017-03-20 03:42:50','',0,'http://daviddelk.net/band/2017/03/20/home/',1,'nav_menu_item','',0),(707,1,'2015-07-10 18:35:11','2015-07-10 18:35:11','','bg-image-2','','inherit','open','open','','bg-image-2','','','2015-07-10 18:35:11','2015-07-10 18:35:11','',117,'http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg',0,'attachment','image/jpeg',0),(708,1,'2017-03-20 03:43:00','2017-03-20 03:43:00','','Contact Version 1','','publish','closed','closed','','contact-version-1','','','2017-03-20 03:43:00','2017-03-20 03:43:00','',0,'http://daviddelk.net/band/2017/03/20/contact-version-1/',4,'nav_menu_item','',0),(709,1,'2017-03-20 03:43:00','2017-03-20 03:43:00','','Services Version 2','','publish','closed','closed','','services-version-2','','','2017-03-20 03:43:00','2017-03-20 03:43:00','',0,'http://daviddelk.net/band/2017/03/20/services-version-2/',8,'nav_menu_item','',0),(710,1,'2017-03-20 03:43:00','2017-03-20 03:43:00',' ','','','publish','closed','closed','','710','','','2017-03-20 03:43:00','2017-03-20 03:43:00','',0,'http://daviddelk.net/band/2017/03/20/710/',9,'nav_menu_item','',0),(711,1,'2017-03-20 03:43:00','2017-03-20 03:43:00','','Contact Version 2','','publish','closed','closed','','contact-version-2','','','2017-03-20 03:43:00','2017-03-20 03:43:00','',0,'http://daviddelk.net/band/2017/03/20/contact-version-2/',5,'nav_menu_item','',0),(712,1,'2017-03-20 03:43:01','2017-03-20 03:43:01',' ','','','publish','closed','closed','','712','','','2017-03-20 03:43:01','2017-03-20 03:43:01','',0,'http://daviddelk.net/band/2017/03/20/712/',4,'nav_menu_item','',0),(713,1,'2017-03-20 03:43:01','2017-03-20 03:43:01',' ','','','publish','closed','closed','','713','','','2017-03-20 03:43:01','2017-03-20 03:43:01','',0,'http://daviddelk.net/band/2017/03/20/713/',3,'nav_menu_item','',0),(714,1,'2017-03-20 03:43:01','2017-03-20 03:43:01','','Services Version 1','','publish','closed','closed','','services-version-1','','','2017-03-20 03:43:01','2017-03-20 03:43:01','',0,'http://daviddelk.net/band/2017/03/20/services-version-1/',7,'nav_menu_item','',0),(716,1,'2017-03-20 03:49:05','2017-03-20 03:49:05','{\n \"show_on_front\": {\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"page_on_front\": {\n \"value\": \"129\",\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','67e0b408-0afd-409d-9546-6f6ba9b3f7f6','','','2017-03-20 03:49:05','2017-03-20 03:49:05','',0,'http://daviddelk.net/band/2017/03/20/67e0b408-0afd-409d-9546-6f6ba9b3f7f6/',0,'customize_changeset','',0),(718,1,'2017-03-25 20:47:12','2017-03-25 20:47:12','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-25 20:47:12','2017-03-25 20:47:12','',129,'http://daviddelk.net/band/2017/03/25/129-revision-v1/',0,'revision','',0),(719,1,'2017-03-25 20:59:56','2017-03-25 20:59:56','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-autosave-v1','','','2017-03-25 20:59:56','2017-03-25 20:59:56','',129,'http://daviddelk.net/band/2017/03/25/129-autosave-v1/',0,'revision','',0),(720,1,'2017-03-25 20:57:03','2017-03-25 20:57:03','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-25 20:57:03','2017-03-25 20:57:03','',129,'http://daviddelk.net/band/2017/03/25/129-revision-v1/',0,'revision','',0),(721,1,'2017-03-25 20:57:48','2017-03-25 20:57:48','{\n \"blogname\": {\n \"value\": \"Coast Big Band\",\n \"type\": \"option\",\n \"user_id\": 1\n },\n \"blogdescription\": {\n \"value\": \"Cool music for every event\",\n \"type\": \"option\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','45007f3f-b519-4cda-aed8-b556093fda8c','','','2017-03-25 20:57:48','2017-03-25 20:57:48','',0,'http://daviddelk.net/band/2017/03/25/45007f3f-b519-4cda-aed8-b556093fda8c/',0,'customize_changeset','',0),(722,1,'2017-03-25 21:00:01','2017-03-25 21:00:01','[vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-03-25 21:00:01','2017-03-25 21:00:01','',129,'http://daviddelk.net/band/2017/03/25/129-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` 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=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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 (1,1,0),(7,26,0),(7,29,0),(8,17,0),(10,17,0),(12,17,0),(14,17,0),(21,19,0),(26,19,0),(28,19,0),(32,26,0),(32,29,0),(33,18,0),(33,28,0),(39,15,0),(39,27,0),(39,29,0),(40,26,0),(40,28,0),(40,29,0),(43,15,0),(43,26,0),(43,27,0),(46,27,0),(46,28,0),(47,15,0),(47,27,0),(47,29,0),(68,23,0),(70,23,0),(72,23,0),(73,23,0),(76,20,0),(78,20,0),(79,20,0),(83,20,0),(96,23,0),(97,23,0),(98,23,0),(99,23,0),(100,20,0),(101,20,0),(102,20,0),(103,20,0),(252,1,0),(252,2,0),(252,6,0),(252,7,0),(254,1,0),(254,4,0),(254,5,0),(254,8,0),(254,13,0),(254,14,0),(254,32,0),(256,1,0),(256,3,0),(256,5,0),(256,6,0),(256,8,0),(256,11,0),(256,14,0),(258,1,0),(258,3,0),(258,8,0),(258,10,0),(258,12,0),(258,33,0),(260,1,0),(260,2,0),(260,4,0),(260,6,0),(260,10,0),(260,13,0),(262,1,0),(262,3,0),(262,7,0),(262,10,0),(262,12,0),(262,32,0),(264,1,0),(264,2,0),(264,7,0),(264,10,0),(266,1,0),(266,2,0),(266,5,0),(266,11,0),(266,13,0),(266,14,0),(266,33,0),(268,1,0),(268,4,0),(268,6,0),(268,7,0),(268,13,0),(349,1,0),(349,2,0),(349,3,0),(349,6,0),(349,7,0),(349,9,0),(617,25,0),(618,25,0),(619,25,0),(629,22,0),(634,24,0),(635,16,0),(637,16,0),(640,21,0),(640,24,0),(642,16,0),(642,24,0),(643,21,0),(643,22,0),(646,16,0),(646,22,0),(684,30,0),(685,30,0),(686,31,0),(687,31,0),(688,31,0),(689,30,0),(690,30,0),(708,31,0),(709,30,0),(710,30,0),(711,31,0),(712,30,0),(713,30,0),(714,30,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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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,11),(2,2,'category','',0,5),(3,3,'category','',0,4),(4,4,'category','',0,3),(5,5,'category','',0,3),(6,6,'post_tag','',0,5),(7,7,'post_tag','',0,5),(8,8,'post_tag','',0,3),(9,9,'post_tag','',0,1),(10,10,'post_tag','',0,4),(11,11,'post_tag','',0,2),(12,12,'post_tag','',0,2),(13,13,'post_tag','',0,4),(14,14,'post_tag','',0,3),(15,15,'portfolio_categories','',0,3),(16,16,'store_types','',0,4),(17,17,'team_member_categories','',0,4),(18,18,'portfolio_skills','',0,1),(19,19,'testimonial_categories','',0,3),(20,20,'client_categories','',0,8),(21,21,'store_types','',0,2),(22,22,'store_types','',0,3),(23,23,'client_categories','',0,8),(24,24,'store_types','',0,3),(25,25,'testimonial_categories','',0,3),(26,26,'portfolio_categories','',0,4),(27,27,'portfolio_skills','',0,4),(28,28,'portfolio_categories','',0,3),(29,29,'portfolio_skills','',0,5),(30,30,'nav_menu','',0,9),(31,31,'nav_menu','',0,5),(32,32,'post_format','',0,2),(33,33,'post_format','',0,2); /*!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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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,'Menus','menus',0),(3,'Restaurant','restaurant',0),(4,'Spices','spices',0),(5,'Steaks','steaks',0),(6,'Dishes','dishes',0),(7,'Food','food',0),(8,'Meat','meat',0),(9,'Menus','menus',0),(10,'Restaurant','restaurant',0),(11,'Roasted','roasted',0),(12,'Salads','salads',0),(13,'Spices','spices',0),(14,'Steak','steak',0),(15,'BBQ','bbq',0),(16,'Casual Dining','casual-dining',0),(17,'Chefs','chefs',0),(18,'Chicken','chicken',0),(19,'Clients','clients',0),(20,'Dark','dark',0),(21,'Fast-Casual Restaurants','fast-casual-restaurants',0),(22,'Fine Dining','fine-dining',0),(23,'Light','light',0),(24,'Quick-Service Restaurants','quick-service-restaurants',0),(25,'Reviews','reviews',0),(26,'Roasted','roasted',0),(27,'Salad','salad',0),(28,'Spicy','spicy',0),(29,'Steak','steak',0),(30,'Left Menu','left-menu',0),(31,'Right Menu','right-menu',0),(32,'Image','post-format-image',0),(33,'Gallery','post-format-gallery',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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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','coastbigband'),(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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','vc_pointers_backend_editor'),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:1:{s:64:\"fedf2735ab7d043f7eb9e4e7f507fe900eb717a066837cbf128d04768809ba94\";a:4:{s:10:\"expiration\";i:1490647439;s:2:\"ip\";s:11:\"75.82.227.6\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1490474639;}}'),(16,1,'wp_user-settings','libraryContent=browse&urlbutton=file&editor=tinymce&mfold=o&imgsize=large&template_window_vcUIPanelWidth=1107&template_window_vcUIPanelLeft=86px&template_window_vcUIPanelTop=74px&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=382px&edit_element_vcUIPanelTop=81px&panel_vcUIPanelWidth=650&panel_vcUIPanelLeft=462px&panel_vcUIPanelTop=75px'),(17,1,'wp_user-settings-time','1489978894'),(18,1,'wp_dashboard_quick_press_last_post_id','3'),(19,1,'locale',''); /*!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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!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,'coastbigband','e5a4837671caacba7cbd4377510c387e','coastbigband','david@abcrental.com','','2016-06-23 15:23:45','',0,'coastbigband'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0322163_7' -- /*!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 2017-04-06 13:57:14